2012-12-24 07:16:01 +01:00
|
|
|
<?php global $link; ?>
|
2011-12-11 20:59:25 +01:00
|
|
|
|
2011-04-19 22:14:37 +02:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
2010-09-09 14:50:10 +02:00
|
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
|
|
|
|
<html>
|
|
|
|
<head>
|
2010-09-12 10:16:50 +02:00
|
|
|
<title>Tiny Tiny RSS</title>
|
2010-11-25 10:58:29 +01:00
|
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="lib/dijit/themes/claro/claro.css"/>
|
2012-12-24 07:16:01 +01:00
|
|
|
<link rel="stylesheet" type="text/css" href="plugins/digest/digest.css?<?php echo $dt_add ?>"/>
|
2010-09-09 14:50:10 +02:00
|
|
|
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
|
|
|
|
2010-11-25 12:39:06 +01:00
|
|
|
<?php print_user_stylesheet($link) ?>
|
2010-09-09 14:50:10 +02:00
|
|
|
|
|
|
|
<link rel="shortcut icon" type="image/png" href="images/favicon.png"/>
|
|
|
|
|
2012-11-06 17:02:00 +01:00
|
|
|
<script type="text/javascript" src="lib/dojo/dojo.js" djConfig="parseOnLoad: true"></script>
|
2010-09-09 14:50:10 +02:00
|
|
|
<script type="text/javascript" src="lib/prototype.js"></script>
|
|
|
|
<script type="text/javascript" src="lib/scriptaculous/scriptaculous.js?load=effects,dragdrop,controls"></script>
|
|
|
|
|
2012-11-06 17:02:00 +01:00
|
|
|
<script type="text/javascript" charset="utf-8" src="localized_js.php?<?php echo $dt_add ?>"></script>
|
|
|
|
<script type="text/javascript" charset="utf-8" src="errors.php?mode=js"></script>
|
2011-12-11 20:59:25 +01:00
|
|
|
<script type="text/javascript" charset="utf-8" src="js/functions.js?<?php echo $dt_add ?>"></script>
|
2012-12-24 07:16:01 +01:00
|
|
|
<script type="text/javascript" src="plugins/digest/digest.js"></script>
|
2010-09-09 14:50:10 +02:00
|
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
Event.observe(window, 'load', function() {
|
2010-09-11 13:25:47 +02:00
|
|
|
init();
|
2010-09-09 14:50:10 +02:00
|
|
|
});
|
|
|
|
</script>
|
|
|
|
</head>
|
2010-11-25 10:58:29 +01:00
|
|
|
<body id="ttrssDigest" class="claro">
|
2010-09-13 12:39:16 +02:00
|
|
|
<div id="overlay" style="display : block">
|
|
|
|
<div id="overlay_inner">
|
|
|
|
<noscript>
|
|
|
|
<p>
|
|
|
|
<?php print_error(__("Your browser doesn't support Javascript, which is required
|
|
|
|
for this application to function properly. Please check your
|
|
|
|
browser settings.")) ?></p>
|
|
|
|
</noscript>
|
|
|
|
|
|
|
|
<img src="images/indicator_white.gif"/>
|
|
|
|
<?php echo __("Loading, please wait...") ?>
|
|
|
|
</div>
|
2011-04-19 22:14:37 +02:00
|
|
|
</div>
|
2010-09-13 12:39:16 +02:00
|
|
|
|
2010-09-09 14:50:10 +02:00
|
|
|
<div id="header">
|
2012-11-07 10:32:19 +01:00
|
|
|
<a style="float : left" href="#" onclick="close_article()">
|
|
|
|
<?php echo __("Back to feeds") ?></a>
|
2010-09-09 14:50:10 +02:00
|
|
|
|
|
|
|
<div class="links">
|
2012-11-07 10:32:19 +01:00
|
|
|
|
2012-11-07 10:59:59 +01:00
|
|
|
<?php if (!$_SESSION["hide_hello"]) { ?>
|
2010-09-09 14:50:10 +02:00
|
|
|
<?php echo __('Hello,') ?> <b><?php echo $_SESSION["name"] ?></b> |
|
|
|
|
<?php } ?>
|
2012-11-07 10:59:59 +01:00
|
|
|
<?php if (!$_SESSION["hide_logout"]) { ?>
|
2012-06-29 11:11:39 +02:00
|
|
|
<a href="backend.php?op=logout"><?php echo __('Logout') ?></a> |
|
2010-09-09 14:50:10 +02:00
|
|
|
<?php } ?>
|
2012-06-29 11:11:39 +02:00
|
|
|
<a href='<?php echo get_self_url_prefix() ?>/index.php?mobile=false'>
|
|
|
|
<?php echo __("Regular version") ?></a>
|
|
|
|
|
2010-09-09 14:50:10 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2011-09-01 14:46:50 +02:00
|
|
|
<div id="article"><div id="article-content"> </div></div>
|
2010-09-09 14:50:10 +02:00
|
|
|
|
2011-09-01 14:46:50 +02:00
|
|
|
<div id="content">
|
2010-09-09 14:50:10 +02:00
|
|
|
|
|
|
|
<div id="feeds">
|
|
|
|
<ul id="feeds-content"> </ul>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="headlines">
|
|
|
|
<ul id="headlines-content"> </ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
2011-12-10 19:21:54 +01:00
|
|
|
</html>
|