]> git.wh0rd.org - tt-rss.git/blame - prefs.php
inputify buttons, store view modes in session cookies, disable headline toolbar initially
[tt-rss.git] / prefs.php
CommitLineData
007bda35
AD
1<html>
2<head>
3 <title>Tiny Tiny RSS</title>
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
007bda35
AD
15<table width="100%" height="100%" cellspacing=0 cellpadding=0 class="main">
16<tr>
71ad3959 17 <td class="header" valign="middle" colspan="2">
007bda35
AD
18 Preferences
19 </td>
20</tr>
21<tr>
71ad3959 22 <td class="toolbar" valign="middle">
c05608c2
AD
23 <table id="notify"><tr><td width="100%" id="notify_body">&nbsp;</td>
24 <td><img onclick="javascript:notify('')" alt="Close"
25 src="images/close.png"></td></table>
71ad3959
AD
26 </td>
27 <td class="toolbar" valign="middle" colspan="2" align="right">
28 <a href="tt-rss.php" class="button">Return to main</a>
007bda35
AD
29 </td>
30</tr>
31</tr>
e2ec66a8 32 <td id="prefContent" class="prefContent" valign="top" colspan="2">
ea6774cf 33 <h2>Feed Configuration</h2><div id="piggie">&nbsp;</div>
603c27f8 34
007bda35 35
a0d53889 36 <div class="expPane" id="feedConfPane">
ea6774cf
AD
37 <a class="button"
38 href="javascript:expandPane('feedConfPane')">Expand section &gt;</a>
a0d53889 39 </div>
9f311df6 40
a0d53889 41 <h2>OPML Import</h2>
9f311df6 42
a0d53889
AD
43 <div class="expPane">
44
9f311df6
AD
45 <form enctype="multipart/form-data" method="POST" action="opml.php">
46 <input type="hidden" name="MAX_FILE_SIZE" value="30000">
47 File: <input id="opml_file" name="opml_file" type="file">&nbsp;
48 <input class="button" name="op" onclick="return validateOpmlImport();"
49 type="submit" value="Import">
50 </form>
a0d53889
AD
51
52 </div>
53
ea6774cf 54 <h2>Content Filtering</h2>
a0d53889
AD
55
56 <div class="expPane" id="filterConfPane">
ea6774cf
AD
57 <a class="button"
58 href="javascript:expandPane('filterConfPane')">Expand section &gt;</a>
59
a0d53889
AD
60 </div>
61
007bda35
AD
62 </td>
63</tr>
64<tr>
71ad3959 65 <td colspan="2" class="notify">
7936e979
AD
66 <a href="http://bah.spb.su/~fox/tt-rss/">Tiny-Tiny RSS</a> v<?= VERSION ?> &copy; 2005 Andrew Dolgov
67 <? if (WEB_DEMO_MODE) { ?>
68 <br>Running in demo mode, some functionality is disabled.
69 <? } ?>
007bda35
AD
70 </td>
71</td>
72</table>
73
74
75</body>
76</html>