From a20153510b9bc070a9efb3e5ab04832f26fa26b2 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 23 Aug 2005 08:32:11 +0100 Subject: updated schema (md5_hash is not unique any more), feed parsing fixes --- backend.php | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'backend.php') diff --git a/backend.php b/backend.php index e34cc4017..e5244fb60 100644 --- a/backend.php +++ b/backend.php @@ -1,5 +1,5 @@ "; + $feed_last_updated = "Updated: " . $line["last_updated"]; + print " Search: "; - print "" . $line["title"] . ""; + print " + " . $line["title"] . ""; if ($ext == "SEARCH") { $search = $_GET["search"]; @@ -259,6 +262,9 @@ } print " "; + // start unholy navbar block + + if ($next_skip < $total_entries) { print "Next Page"; @@ -266,9 +272,6 @@ print "Next Page"; } print "  Feed: "; -// print "Refresh Page"; -// print " "; print "Update"; @@ -282,6 +285,9 @@ href=\"javascript:viewfeed($feed, $skip, 'MarkAllRead');\">All Posts"; print ""; + + // end unholy navbar block + print ""; $result = pg_query("SELECT id, (SELECT count(id) FROM ttrss_entries -- cgit v1.2.3