]> git.wh0rd.org - tt-rss.git/blame - prefs.php
big interface overhaul, new logo
[tt-rss.git] / prefs.php
CommitLineData
007bda35
AD
1<html>
2<head>
e828e31e 3 <title>Tiny Tiny RSS : Preferences</title>
007bda35 4 <link rel="stylesheet" href="tt-rss.css" type="text/css">
331900c6 5 <script type="text/javascript" src="functions.js"></script>
007bda35
AD
6 <script type="text/javascript" src="prefs.js"></script>
7 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8</head>
9
10<body onload="init()">
11
edb988ad 12<? require_once "version.php" ?>
f07c0eb4
AD
13<? require_once "config.php" ?>
14
e828e31e 15<table width="100%" height="100%" cellspacing="0" cellpadding="0" class="main">
007bda35 16<tr>
e828e31e
AD
17 <td class="header" valign="middle">
18 <img src="images/ttrss_logo.png" alt="logo">
007bda35
AD
19 </td>
20</tr>
21<tr>
e828e31e
AD
22 <td class="mainToolbar" valign="middle">
23
24 <table width='100%' cellspacing='0' cellpadding='0'>
25 <td><span id="notify"><span id="notify_body"></span></td>
26 <td align='right'>
27 <input type="submit" onclick="gotoMain()"
28 class="button" value="Return to main"></td>
29 </table>
007bda35
AD
30</tr>
31</tr>
e828e31e 32 <td id="prefContent" class="prefContent" valign="top">
ea6774cf 33 <h2>Feed Configuration</h2><div id="piggie">&nbsp;</div>
603c27f8 34
a0d53889 35 <div class="expPane" id="feedConfPane">
ea6774cf
AD
36 <a class="button"
37 href="javascript:expandPane('feedConfPane')">Expand section &gt;</a>
a0d53889 38 </div>
9f311df6 39
a0d53889 40 <h2>OPML Import</h2>
9f311df6 41
a0d53889
AD
42 <div class="expPane">
43
9f311df6 44 <form enctype="multipart/form-data" method="POST" action="opml.php">
9f311df6
AD
45 File: <input id="opml_file" name="opml_file" type="file">&nbsp;
46 <input class="button" name="op" onclick="return validateOpmlImport();"
47 type="submit" value="Import">
48 </form>
a0d53889
AD
49
50 </div>
51
ea6774cf 52 <h2>Content Filtering</h2>
a0d53889
AD
53
54 <div class="expPane" id="filterConfPane">
ea6774cf
AD
55 <a class="button"
56 href="javascript:expandPane('filterConfPane')">Expand section &gt;</a>
57
a0d53889
AD
58 </div>
59
007bda35
AD
60 </td>
61</tr>
62<tr>
e828e31e 63 <td class="footer">
7936e979
AD
64 <a href="http://bah.spb.su/~fox/tt-rss/">Tiny-Tiny RSS</a> v<?= VERSION ?> &copy; 2005 Andrew Dolgov
65 <? if (WEB_DEMO_MODE) { ?>
66 <br>Running in demo mode, some functionality is disabled.
67 <? } ?>
007bda35
AD
68 </td>
69</td>
70</table>
71
72
73</body>
74</html>