From 42096f52025fed93924a54aada2c761a574029dd Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 27 Mar 2006 05:31:17 +0100 Subject: more mobile prototyping (2) - add collapse support, etc --- mobile/functions.php | 228 +++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 214 insertions(+), 14 deletions(-) (limited to 'mobile/functions.php') diff --git a/mobile/functions.php b/mobile/functions.php index 51809c77f..2850aff70 100644 --- a/mobile/functions.php +++ b/mobile/functions.php @@ -1,7 +1,37 @@ " . $line["description"] . ""; + } + } + + $result = db_query($link, "SELECT id,title + FROM ttrss_feeds WHERE ttrss_feeds.owner_uid = '$owner_uid' + ORDER BY title"); + + while ($line = db_fetch_assoc($result)) { + print ""; + } + + } + function render_feeds_list($link, $tags = false) { + print "
Logout »
"; + + print "
"; + print "My feeds"; + print "
"; + print "