From: Andrew Dolgov Date: Mon, 27 Mar 2006 04:31:17 +0000 (+0100) Subject: more mobile prototyping (2) - add collapse support, etc X-Git-Tag: 1.1.5~37 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=42096f52025fed93924a54aada2c761a574029dd;p=tt-rss.git more mobile prototyping (2) - add collapse support, etc --- diff --git a/mobile/functions.php b/mobile/functions.php index 51809c77..2850aff7 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 "