summaryrefslogtreecommitdiff
path: root/digest.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-09-01 16:46:50 +0400
committerAndrew Dolgov <[email protected]>2011-09-01 16:46:50 +0400
commitbb674f94936e8930d9ac6fa1bcc38c064e67529e (patch)
tree9a7d7f9167a9ed6c1b4f758bd557365e27de67f4 /digest.php
parent6a0906d1e6b3cae5fbf01b1e51acbfa8c03c72de (diff)
rework digest mode
Diffstat (limited to 'digest.php')
-rw-r--r--digest.php45
1 files changed, 3 insertions, 42 deletions
diff --git a/digest.php b/digest.php
index 63da77620..a2c350afe 100644
--- a/digest.php
+++ b/digest.php
@@ -65,68 +65,29 @@
<div id="header">
<div class="links">
-
<?php if (!SINGLE_USER_MODE) { ?>
<?php echo __('Hello,') ?> <b><?php echo $_SESSION["name"] ?></b> |
<?php } ?>
-
<?php if (!SINGLE_USER_MODE) { ?>
<a href="backend.php?op=logout"><?php echo __('Logout') ?></a>
<?php } ?>
-
</div>
- Tiny Tiny RSS
+ <span class="title">Tiny Tiny RSS</span>
</div>
- <div id="content">
- <!-- <div id="title">
- <div id="search">
- <input name="search" type="search"></input>
- <button>Search</button>
- </div>
- </div>
+ <div id="article"><div id="article-content">&nbsp;</div></div>
- <div id="latest">
- <h1>latest articles</h1>
-
- <em>TODO</em>
-
- <div id="latest-content"> </div>
- </div> -->
+ <div id="content">
<div id="feeds">
- <h1><?php echo __('feeds') ?></h1>
-
<ul id="feeds-content"> </ul>
</div>
<div id="headlines">
- <h1><a href="#" onclick="viewfeed(-4)"><?php echo __('headlines') ?></a>:
- <span id="headlines-title"></span></h1>
-
<ul id="headlines-content"> </ul>
</div>
-
- <br clear="both">
-
</div>
- <div id="footer">
-
- <a href="http://tt-rss.org/">Tiny Tiny RSS</a>
- <?php if (!defined('HIDE_VERSION')) { ?>
- v<?php echo VERSION ?>
- <?php } ?>
- &copy; 2005&ndash;<?php echo date('Y') ?>
- <a href="http://fakecake.org/">Andrew Dolgov</a>
-
- <br/>
-
- <a href="tt-rss.php">
- <?php echo __("You are viewing the digest page. Click to open full version.") ?></a>
-
-</div>
-
</body>