]> git.wh0rd.org - tt-rss.git/blob - tt-rss.php
change _() to __() (use php-gettext)
[tt-rss.git] / tt-rss.php
1 <?php
2 error_reporting(E_ERROR | E_WARNING | E_PARSE);
3
4 require_once "functions.php";
5
6 startup_gettext();
7
8 require_once "sessions.php";
9 require_once "sanity_check.php";
10 require_once "version.php";
11 require_once "config.php";
12 require_once "db-prefs.php";
13
14 $link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME);
15
16 login_sequence($link);
17
18 $dt_add = get_script_dt_add();
19
20 no_cache_incantation();
21
22 ?>
23 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
24 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
25 <html>
26 <head>
27 <title>Tiny Tiny RSS</title>
28
29 <link rel="stylesheet" type="text/css" href="tt-rss.css">
30
31 <?php $user_theme = $_SESSION["theme"];
32 if ($user_theme) { ?>
33 <link rel="stylesheet" type="text/css" href="themes/<?php echo $user_theme ?>/theme.css">
34 <?php } ?>
35
36 <?php if ($user_theme) { $theme_image_path = "themes/$user_theme/"; } ?>
37
38 <?php $user_css_url = get_pref($link, 'USER_STYLESHEET_URL'); ?>
39 <?php if ($user_css_url) { ?>
40 <link rel="stylesheet" type="text/css" href="<?php echo $user_css_url ?>"/>
41 <?php } ?>
42
43 <!--[if gte IE 5.5000]>
44 <script type="text/javascript" src="pngfix.js"></script>
45 <link rel="stylesheet" type="text/css" href="tt-rss-ie.css">
46 <![endif]-->
47
48 <link rel="shortcut icon" type="image/png" href="images/favicon.png">
49
50 <script type="text/javascript" src="prototype.js"></script>
51
52 <script type="text/javascript" src="tt-rss.js?<?php echo $dt_add ?>"></script>
53 <script type="text/javascript" src="functions.js?<?php echo $dt_add ?>"></script>
54 <script type="text/javascript" src="feedlist.js?<?php echo $dt_add ?>"></script>
55 <script type="text/javascript" src="viewfeed.js?<?php echo $dt_add ?>"></script>
56
57 <!--[if gte IE 5.5000]>
58 <script type="text/javascript" src="pngfix.js"></script>
59 <link rel="stylesheet" type="text/css" href="tt-rss-ie.css">
60 <![endif]-->
61 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
62
63 <script type="text/javascript">
64 if (navigator.userAgent.match("Opera")) {
65 document.write('<link rel="stylesheet" type="text/css" href="opera.css">');
66 }
67 if (navigator.userAgent.match("Gecko") && !navigator.userAgent.match("KHTML")) {
68 document.write('<link rel="stylesheet" type="text/css" href="gecko.css">');
69 }
70 </script>
71 </head>
72
73 <body>
74
75 <iframe id="backReqBox"></iframe>
76
77 <div id="overlay">
78 <div id="overlay_inner">
79 <p><?php echo __("Loading, please wait...") ?></p>
80 <noscript>
81 <div class="error"><?php echo
82 __("Your browser doesn't support Javascript, which is required
83 for this application to function properly. Please check your
84 browser settings.") ?></div>
85 </noscript>
86 </div>
87 </div>
88
89 <div id="notify" class="notify"><span id="notify_body">&nbsp;</span></div>
90
91 <div id="fatal_error"><div id="fatal_error_inner">
92 <h1>Fatal Error</h1>
93 <div id="fatal_error_msg">Unknown Error</div>
94 </div></div>
95
96 <script type="text/javascript">
97 if (document.addEventListener) {
98 document.addEventListener("DOMContentLoaded", init, null);
99 }
100 window.onload = init;
101 </script>
102
103 <ul id="debug_output"></ul>
104
105 <div id="infoBoxShadow"><div id="infoBox">&nbsp;</div></div>
106
107 <div id="header">
108 <div style="float : right">
109 <?php if (!SINGLE_USER_MODE) { ?>
110 <?php echo __('Hello,') ?> <b><?php echo $_SESSION["name"] ?></b>
111 (<a href="logout.php">Logout</a>)
112 <?php } ?>
113 <img id="newVersionIcon" onclick="javascript:explainError(2)"
114 src="images/new_version.png" title="New version is available!"
115 alt="new_version_icon">
116 </div>
117 <img src="<?php echo $theme_image_path ?>images/ttrss_logo.png" alt="Tiny Tiny RSS"/>
118 </div>
119
120 <div id="feeds-holder">
121 <div id="dispSwitch">
122 <a id="dispSwitchPrompt" href="javascript:toggleTags()">display tags</a>
123 </div>
124 <div id="feeds-frame">&nbsp;</div>
125 </div>
126
127 <div id="toolbar">
128
129 <div style="float : right">
130 <select id="quickMenuChooser" onchange="quickMenuChange()">
131 <option value="qmcDefault" selected><?php echo __('Actions...') ?></option>
132 <option value="qmcSearch"><?php echo __('Search') ?></option>
133 <option value="qmcPrefs"><?php echo __('Preferences') ?></option>
134 <option disabled>--------</option>
135 <option style="color : #5050aa" disabled><?php echo __('Feed actions:') ?></option>
136 <option value="qmcAddFeed"><?php echo __('&nbsp;&nbsp;Subscribe to feed') ?></option>
137 <option value="qmcEditFeed"><?php echo __('&nbsp;&nbsp;Edit this feed') ?></option>
138 <option value="qmcRemoveFeed"><?php echo __('&nbsp;&nbsp;Unsubscribe') ?></option>
139 <!-- <option>Edit this feed</option> -->
140 <option disabled>--------</option>
141 <option style="color : #5050aa" disabled><?php echo __('All feeds:') ?></option>
142 <?php if (!ENABLE_UPDATE_DAEMON && !DAEMON_REFRESH_ONLY) { ?>
143 <option value="qmcUpdateFeeds"><?php echo __('&nbsp;&nbsp;Update') ?></option>
144 <?php } ?>
145 <option value="qmcCatchupAll"><?php echo __('&nbsp;&nbsp;Mark as read') ?></option>
146 <option value="qmcShowOnlyUnread"><?php echo __('&nbsp;&nbsp;(Un)hide read feeds') ?></option>
147 <option disabled>--------</option>
148 <option style="color : #5050aa" disabled><?php echo __('Other actions:') ?></option>
149 <option value="qmcAddFilter"><?php echo __('&nbsp;&nbsp;Create filter') ?></option>
150 </select>
151 </div>
152
153 <form id="main_toolbar_form" onsubmit='return false'>
154
155 <?php echo __('Search:') ?>
156 <input name="query"
157 onKeyPress="return filterCR(event, viewCurrentFeed)"
158 onblur="javascript:enableHotkeys();" onfocus="javascript:disableHotkeys();">
159
160 <?php echo __('View:') ?>
161 <select name="view_mode" onchange="viewCurrentFeed(0, '')">
162 <option selected value="adaptive"><?php echo __('Adaptive') ?></option>
163 <option value="all_articles"><?php echo __('All Articles') ?></option>
164 <option value="marked"><?php echo __('Starred') ?></option>
165 <option value="unread"><?php echo __('Unread') ?></option>
166 </select>
167
168 <?php echo __('Limit:') ?>
169 <?php
170 $limits = array(15 => 15, 30 => 30, 60 => 60, 0 => "All");
171
172 $def_art_limit = get_pref($link, 'DEFAULT_ARTICLE_LIMIT');
173
174 if ($def_art_limit >= 0 && !array_key_exists($def_art_limit, $limits)) {
175 $limits[$def_art_limit] = $def_art_limit;
176 }
177
178 asort($limits);
179
180 if (!$def_art_limit) {
181 $def_art_limit = 30;
182 }
183
184 print_select_hash("limit", $def_art_limit, $limits,
185 'onchange="viewCurrentFeed(0, \'\')"');
186
187 ?>
188
189 &nbsp;
190
191 <input class="button" type="submit"
192 onclick="return viewCurrentFeed('ForceUpdate')"
193 value="<?php echo __('Update') ?>">
194
195 </form>
196
197 <!-- &nbsp;<input class="button" type="submit"
198 onclick="quickMenuGo('qmcSearch')" value="Search (tmp)"> -->
199
200 <!-- <input class="button" type="submit"
201 onclick="catchupCurrentFeed()" value="Mark as read"> -->
202
203 </div>
204
205 <?php if (!get_pref($link, 'COMBINED_DISPLAY_MODE')) { ?>
206 <div id="headlines-frame" class="headlines_normal">
207 <div class="whiteBox"><?php echo __('No feed selected.') ?></div></div>
208 <div id="content-frame"><div class="whiteBox">&nbsp;</div></div>
209 <?php } else { ?>
210 <div id="headlines-frame" class="headlines_cdm">
211 <div class="whiteBox"><?php echo __('No feed selected.') ?></div></div>
212 <?php } ?>
213
214 <div id="footer">
215 <?php if (defined('_DEBUG_USER_SWITCH')) { ?>
216 <select id="userSwitch" onchange="userSwitch()">
217 <?php
218 foreach (array('admin', 'fox', 'test') as $u) {
219 $op_sel = ($u == $_SESSION["name"]) ? "selected" : "";
220 print "<option $op_sel>$u</option>";
221 }
222 ?>
223 </select>
224 <?php } ?>
225 <a href="http://tt-rss.spb.ru/">Tiny Tiny RSS</a> v<?php echo VERSION ?> &copy; 2005-2007 <a href="http://bah.org.ru/">Andrew Dolgov</a>
226 </div>
227
228 <?php db_close($link); ?>
229
230 <script type="text/javascript">
231 /* for IE */
232 function statechange() {
233 if (document.readyState == "interactive") init();
234 }
235
236 if (document.readyState) {
237 if (document.readyState == "interactive" || document.readyState == "complete") {
238 init();
239 } else {
240 document.onreadystatechange = statechange;
241 }
242 }
243 </script>
244
245 </body>
246 </html>