3 <title>Tiny Tiny RSS</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 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
10 <body onload="init()">
12 <? require_once "version.php" ?>
13 <? require_once "config.php" ?>
15 <table width="100%" height="100%" cellspacing=0 cellpadding=0 class="main">
17 <td class="header" valign="middle" colspan="2">
22 <td class="toolbar" valign="middle">
23 <div id="notify"> </div>
25 <td class="toolbar" valign="middle" colspan="2" align="right">
26 <a href="tt-rss.php" class="button">Return to main</a>
30 <td id="prefContent" class="prefContent" valign="top" colspan="2">
31 <h2>Feed Configuration</h2> <div id="piggie"> </div>
34 <div class="expPane" id="feedConfPane">
35 <a href="javascript:expandPane('feedConfPane')">Click to expand >></a>
42 <form enctype="multipart/form-data" method="POST" action="opml.php">
43 <input type="hidden" name="MAX_FILE_SIZE" value="30000">
44 File: <input id="opml_file" name="opml_file" type="file">
45 <input class="button" name="op" onclick="return validateOpmlImport();"
46 type="submit" value="Import">
51 <h2>Content filtering</h2>
53 <div class="expPane" id="filterConfPane">
54 <a href="javascript:expandPane('filterConfPane')">Click to expand >></a>
60 <td colspan="2" class="notify">
61 <a href="http://bah.spb.su/~fox/tt-rss/">Tiny-Tiny RSS</a> v<?= VERSION ?> © 2005 Andrew Dolgov
62 <? if (WEB_DEMO_MODE) { ?>
63 <br>Running in demo mode, some functionality is disabled.