From 6b4163cb464534e827b4282f84541d86c8e19ec5 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 28 Sep 2006 13:00:03 +0100 Subject: css-based layout + required fixes --- backend.php | 110 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 55 insertions(+), 55 deletions(-) (limited to 'backend.php') diff --git a/backend.php b/backend.php index 719cb1b16..cfe322b72 100644 --- a/backend.php +++ b/backend.php @@ -124,7 +124,7 @@ function outputFeedList($link, $tags = false) { - print " +/* print " Tiny Tiny RSS : Feedlist "; @@ -159,7 +159,7 @@ document.addEventListener(\"DOMContentLoaded\", init, null); } window.onload = init; - "; + "; */ print ""; - print ' - '; +# print ' +# '; } @@ -520,7 +520,7 @@ FROM ttrss_entries,ttrss_user_entries WHERE id = '$id' AND ref_id = id AND owner_uid = " . $_SESSION["uid"]); - print " +/* print " Tiny Tiny RSS : Article $id "; @@ -544,7 +544,7 @@ - "; + "; */ if ($result) { @@ -669,7 +669,7 @@ "; } - print ""; +// print ""; } if ($op == "viewfeed") { @@ -683,7 +683,7 @@ if ($subop == "undefined") $subop = ""; - print " +/* print " Tiny Tiny RSS : Feed $feed "; @@ -700,7 +700,7 @@ } else { print ""; - } + } */ if ($subop == "CatchupSelected") { $ids = split(",", db_escape_string($_GET["ids"])); @@ -757,7 +757,7 @@ $script_dt_add = get_script_dt_add(); - print " +/* print " @@ -771,7 +771,7 @@ document.addEventListener(\"DOMContentLoaded\", init, null); } window.onload = init; - "; + "; */ /// START ///////////////////////////////////////////////////////////////////////////////// @@ -1053,37 +1053,37 @@ print ""; - print " - "; - - print ""; +# print " +# "; +# +# print ""; } if ($op == "pref-feeds") { -- cgit v1.2.3