]> git.wh0rd.org - tt-rss.git/blame - prefs.php
patch (from h3) to connect to PGSQL through unix socket
[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 6 <script type="text/javascript" src="prefs.js"></script>
25cb5736
AD
7 <!--[if gte IE 5.5000]>
8 <script type="text/javascript" src="pngfix.js"></script>
9 <![endif]-->
007bda35
AD
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
11</head>
12
13<body onload="init()">
14
edb988ad 15<? require_once "version.php" ?>
f07c0eb4
AD
16<? require_once "config.php" ?>
17
e828e31e 18<table width="100%" height="100%" cellspacing="0" cellpadding="0" class="main">
007bda35 19<tr>
e828e31e
AD
20 <td class="header" valign="middle">
21 <img src="images/ttrss_logo.png" alt="logo">
007bda35
AD
22 </td>
23</tr>
24<tr>
0eef53fe 25 <td class="prefsToolbar" valign="middle">
e828e31e
AD
26
27 <table width='100%' cellspacing='0' cellpadding='0'>
28 <td><span id="notify"><span id="notify_body"></span></td>
29 <td align='right'>
30 <input type="submit" onclick="gotoMain()"
31 class="button" value="Return to main"></td>
32 </table>
007bda35
AD
33</tr>
34</tr>
e828e31e 35 <td id="prefContent" class="prefContent" valign="top">
ea6774cf 36 <h2>Feed Configuration</h2><div id="piggie">&nbsp;</div>
603c27f8 37
a0d53889 38 <div class="expPane" id="feedConfPane">
ea6774cf
AD
39 <a class="button"
40 href="javascript:expandPane('feedConfPane')">Expand section &gt;</a>
a0d53889 41 </div>
9f311df6 42
a0d53889 43 <h2>OPML Import</h2>
9f311df6 44
a0d53889
AD
45 <div class="expPane">
46
9f311df6 47 <form enctype="multipart/form-data" method="POST" action="opml.php">
9f311df6
AD
48 File: <input id="opml_file" name="opml_file" type="file">&nbsp;
49 <input class="button" name="op" onclick="return validateOpmlImport();"
50 type="submit" value="Import">
51 </form>
a0d53889
AD
52
53 </div>
54
ea6774cf 55 <h2>Content Filtering</h2>
a0d53889
AD
56
57 <div class="expPane" id="filterConfPane">
ea6774cf
AD
58 <a class="button"
59 href="javascript:expandPane('filterConfPane')">Expand section &gt;</a>
60
a0d53889
AD
61 </div>
62
48f0adb0
AD
63 <? if (ENABLE_LABELS) { ?>
64
65 <h2>Label Editor</h2>
66
67 <div class="expPane" id="labelConfPane">
68 <a class="button"
69 href="javascript:expandPane('labelConfPane')">Expand section &gt;</a>
70
71 </div>
72
73 <? } ?>
74
007bda35
AD
75 </td>
76</tr>
77<tr>
e828e31e 78 <td class="footer">
7936e979
AD
79 <a href="http://bah.spb.su/~fox/tt-rss/">Tiny-Tiny RSS</a> v<?= VERSION ?> &copy; 2005 Andrew Dolgov
80 <? if (WEB_DEMO_MODE) { ?>
81 <br>Running in demo mode, some functionality is disabled.
82 <? } ?>
007bda35
AD
83 </td>
84</td>
85</table>
86
87
88</body>
89</html>