From d96b7774da60b7df47d762029fdeff39db9bd647 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 15 Feb 2008 18:43:10 +0100 Subject: initial work on dashboard --- backend.php | 53 ++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 36 insertions(+), 17 deletions(-) (limited to 'backend.php') diff --git a/backend.php b/backend.php index ce2e73d85..90f4cfcd2 100644 --- a/backend.php +++ b/backend.php @@ -238,31 +238,50 @@ print ""; - print "]]>"; + print "PLACEHOLDER"; - print ""; + print ""; - $headlines_unread = getFeedUnread($link, $returned_feed); + print "]]>"; + print ""; + print ""; + print ""; - print ""; - printf("", $disable_cache); + print ""; + print ""; - if ($_GET["debug"]) $timing_info = print_checkpoint("10", $timing_info); + } else { - if (is_array($topmost_article_ids) && !get_pref($link, 'COMBINED_DISPLAY_MODE')) { - print ""; - foreach ($topmost_article_ids as $id) { - outputArticleXML($link, $id, $feed, false); + $ret = outputHeadlinesList($link, $feed, $subop, + $view_mode, $limit, $cat_view, $next_unread_feed, $offset); + + $topmost_article_ids = $ret[0]; + $headlines_count = $ret[1]; + $returned_feed = $ret[2]; + $disable_cache = $ret[3]; + + print "]]>"; + + print ""; + + $headlines_unread = getFeedUnread($link, $returned_feed); + + print ""; + printf("", $disable_cache); + + if ($_GET["debug"]) $timing_info = print_checkpoint("10", $timing_info); + + if (is_array($topmost_article_ids) && !get_pref($link, 'COMBINED_DISPLAY_MODE')) { + print ""; + foreach ($topmost_article_ids as $id) { + outputArticleXML($link, $id, $feed, false); + } + print ""; } - print ""; } if ($_GET["debug"]) $timing_info = print_checkpoint("20", $timing_info); -- cgit v1.2.3-54-g00ecf