]> git.wh0rd.org Git - tt-rss.git/blob - prefs.php
display active hotkey prefix on screen
[tt-rss.git] / prefs.php
1 <?php
2         error_reporting(E_ERROR | E_WARNING | E_PARSE);
3
4         require_once "functions.php"; 
5         require_once "sessions.php";
6         require_once "sanity_check.php";
7         require_once "version.php"; 
8         require_once "config.php";
9         require_once "db-prefs.php";
10
11         $link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME); 
12
13         login_sequence($link);
14
15         $dt_add = get_script_dt_add();
16
17         no_cache_incantation();
18         
19         header('Content-Type: text/html; charset=utf-8');
20         
21 ?>
22 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
23         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
24 <html>
25 <head>
26         <title>Tiny Tiny RSS : Preferences</title>
27         <link rel="stylesheet" type="text/css" href="tt-rss.css?<?php echo $dt_add ?>"/>
28
29         <?php   $user_theme = $_SESSION["theme"];
30                 if ($user_theme) { ?>
31                 <link rel="stylesheet" type="text/css" href="themes/<?php echo $user_theme ?>/theme.css"/>
32         <?php } ?>
33
34         <?php if ($user_theme) { $theme_image_path = "themes/$user_theme/"; } ?>
35         
36         <?php $user_css_url = get_pref($link, 'USER_STYLESHEET_URL'); ?>
37         <?php if ($user_css_url) { ?>
38                 <link type="text/css" href="<?php echo $user_css_url ?>"/> 
39         <?php } ?>
40
41         <link rel="shortcut icon" type="image/png" href="images/favicon.png"/>
42
43         <script type="text/javascript" src="lib/prototype.js"></script>
44         <script type="text/javascript" src="lib/scriptaculous/scriptaculous.js?load=effects,dragdrop,controls"></script>
45
46         <script type="text/javascript" charset="utf-8" src="localized_js.php?<?php echo $dt_add ?>"></script>
47
48         <script type="text/javascript" charset="utf-8" src="functions.js?<?php echo $dt_add ?>"></script>
49         <script type="text/javascript" charset="utf-8" src="prefs.js?<?php echo $dt_add ?>"></script>
50
51         <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
52
53         <script type="text/javascript">
54         //<![CDATA[
55                 if (navigator.userAgent.match("Opera")) {
56                         document.write('<link rel="stylesheet" type="text/css" href="opera.css">');
57                 }
58         //]]>
59         </script>
60 </head>
61
62 <body id="ttrssPrefs">
63
64 <div id="overlay">
65         <div id="overlay_inner">
66                 <?php echo __("Loading, please wait...") ?>
67
68                 <div id="l_progress_o">
69                         <div id="l_progress_i"></div>
70                 </div>
71
72         <noscript>
73                 <p><?php print_error(__("Your browser doesn't support Javascript, which is required
74                 for this application to function properly. Please check your
75                 browser settings.")) ?></p>
76         </noscript>
77         </div>
78 </div> 
79
80 <div id="hotkey_help_overlay" style="display : none" onclick="Element.hide(this)">
81         <?php rounded_table_start("hho"); ?>
82         <?php include "help/4.php" ?>
83         <?php rounded_table_end(); ?>
84 </div>
85
86 <img id="piggie" src="images/piggie.png" style="display : none" alt="piggie"/>
87
88 <script type="text/javascript">
89 if (document.addEventListener) {
90         document.addEventListener("DOMContentLoaded", init, null);
91 }
92 window.onload = init;
93 </script>
94
95 <ul id="debug_output" style='display : none'><li>&nbsp;</li></ul>
96
97 <div id="prefHeader">
98         <div class="topLinks">
99                 <?php if (!SINGLE_USER_MODE) { ?>
100                         <?php echo __('Hello,') ?> <b><?php echo $_SESSION["name"] ?></b> |
101                 <?php } ?>
102                 <a href="#" onclick="gotoMain()"><?php echo __('Exit preferences') ?></a>
103                 <?php if (!SINGLE_USER_MODE) { ?>
104                         | <a href="logout.php"><?php echo __('Logout') ?></a>
105                 <?php } ?>
106         </div>
107         <img src="<?php echo $theme_image_path ?>images/ttrss_logo.png" alt="Tiny Tiny RSS"/>   
108 </div>
109
110 <div id="prefTabs">
111                 <!-- <div class="return">
112                         <a href="#" onclick="gotoMain()"><?php echo __('Exit preferences') ?></a>
113                 </div> -->
114
115                 <div class='prefKbdHelp'>
116                         <img src="images/small_question.png" alt="?"/> <a href='#' onclick="Effect.Appear('hotkey_help_overlay', {duration: 0.3})"><?php echo __("Keyboard shortcuts") ?></a>
117                 </div>
118
119                 <div class="firstTab">&nbsp;</div>
120
121                 <div id="genConfigTab" class="prefsTab" 
122                         onclick="selectTab('genConfig')"><?php echo __('Preferences') ?></div>
123                 <div id="feedConfigTab" class="prefsTab" 
124                         onclick="selectTab('feedConfig')"><?php echo __('Feeds') ?></div>
125                 <div id="filterConfigTab" class="prefsTab" 
126                         onclick="selectTab('filterConfig')"><?php echo __('Filters') ?></div>
127                 <div id="labelConfigTab" class="prefsTab" 
128                         onclick="selectTab('labelConfig')"><?php echo __('Labels') ?></div>
129                 <?php if ($_SESSION["access_level"] >= 10) { ?>
130                 <div id="userConfigTab" class="prefsTab" 
131                         onclick="selectTab('userConfig')"><?php echo __('Users') ?></div>
132                 <?php } ?>              
133 </div>
134
135 <div id="prefContentOuter">
136 <div id="prefContent">
137         <p><?php echo __('Loading, please wait...') ?></p>
138         <noscript>
139                 <div class="error">
140                 <?php echo __("Your browser doesn't support Javascript, which is required
141                 for this application to function properly. Please check your
142                 browser settings.") ?></div>
143         </noscript>
144 </div>
145 </div>
146
147 <div id="notify" class="notify"><span id="notify_body">&nbsp;</span></div>
148 <div id="infoBoxShadow"><div id="infoBox">BAH</div></div>
149
150 <div id="cmdline" style="display : none"></div>
151
152 <div id="errorBoxShadow" style="display : none">
153         <div id="errorBox">
154                 <div id="xebTitle">Fatal Exception</div><div id="xebContent">&nbsp;</div>
155                 <div id="xebBtn" align='center'><input type="submit" 
156                         onclick="closeErrorBox()" value="Close this window"/></div>
157         </div>
158 </div>
159
160 <div id="dialog_overlay" style="display : none"> </div>
161
162 <div id="prefFooter">
163         <?php if (defined('_DEBUG_USER_SWITCH')) { ?>
164                 <select id="userSwitch" onchange="userSwitch()">
165                 <?php 
166                         foreach (array('admin', 'fox', 'test') as $u) {
167                                 $op_sel = ($u == $_SESSION["name"]) ? "selected" : "";
168                                 print "<option $op_sel>$u</option>";
169                         }
170                 ?>
171                 </select>
172         <?php } ?>
173         <a href="http://tt-rss.org/">Tiny Tiny RSS</a>
174         <?php if (!defined('HIDE_VERSION')) { ?>
175                  v<?php echo VERSION ?> 
176         <?php } ?>
177         &copy; 2005&ndash;2009 <a href="http://bah.org.ru/">Andrew Dolgov</a>
178 </div>
179
180 <?php db_close($link); ?>
181
182 <script type="text/javascript">
183         /* for IE */
184         function statechange() {
185                 if (document.readyState == "interactive") init();
186         }
187
188         if (document.readyState) {      
189                 if (document.readyState == "interactive" || document.readyState == "complete") {
190                         init();
191                 } else {
192                         document.onreadystatechange = statechange;
193                 }
194         }
195 </script>
196
197 </body>
198 </html>