3 <title>Tiny Tiny RSS : Preferences</title>
4 <link rel="stylesheet" href="tt-rss.css" type="text/css">
5 <script type="text/javascript" src="functions.js"></script>
6 <script type="text/javascript" src="prefs.js"></script>
7 <!--[if gte IE 5.5000]>
8 <script type="text/javascript" src="pngfix.js"></script>
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
13 <body onload="init()">
15 <? require_once "version.php" ?>
16 <? require_once "config.php" ?>
18 <table width="100%" height="100%" cellspacing="0" cellpadding="0" class="main">
19 <? if (DISPLAY_HEADER) { ?>
21 <td class="header" valign="middle">
22 <img src="images/ttrss_logo.png" alt="logo">
27 <td class="prefsToolbar" valign="middle">
29 <table width='100%' cellspacing='0' cellpadding='0'>
30 <td><span id="notify"><span id="notify_body"></span></td>
32 <input type="submit" onclick="gotoMain()"
33 class="button" value="Return to main"></td>
37 <td id="prefContent" class="prefContent" valign="top">
38 <h2>Feed Configuration</h2><div id="piggie"> </div>
40 <div class="expPane" id="feedConfPane">
42 href="javascript:expandPane('feedConfPane')">Expand section ></a>
49 <form enctype="multipart/form-data" method="POST" action="opml.php">
50 File: <input id="opml_file" name="opml_file" type="file">
51 <input class="button" name="op" onclick="return validateOpmlImport();"
52 type="submit" value="Import">
57 <h2>Content Filtering</h2>
59 <div class="expPane" id="filterConfPane">
61 href="javascript:expandPane('filterConfPane')">Expand section ></a>
65 <? if (ENABLE_LABELS) { ?>
69 <div class="expPane" id="labelConfPane">
71 href="javascript:expandPane('labelConfPane')">Expand section ></a>
79 <? if (DISPLAY_FOOTER) { ?>
82 <a href="http://bah.spb.su/~fox/tt-rss/">Tiny-Tiny RSS</a> v<?= VERSION ?> © 2005 Andrew Dolgov
83 <? if (WEB_DEMO_MODE) { ?>
84 <br>Running in demo mode, some functionality is disabled.