]> git.wh0rd.org - tt-rss.git/commitdiff
cleanup backend.php/op=view + remove unneeded notify feedback
authorAndrew Dolgov <fox@madoka.spb.ru>
Wed, 7 Sep 2005 08:09:56 +0000 (09:09 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Wed, 7 Sep 2005 08:09:56 +0000 (09:09 +0100)
backend.php
feedlist.js
tt-rss.js
viewfeed.js

index a93ca57b748824bd495aac428a5d759749bf8eb9..a3460c4fc08bde2abfcdf316960e3d69bf5b51f5 100644 (file)
                        
                        print "</div>";
 
-/*                     print "<table class=\"postTable\" width=\"100%\" cellspacing=\"0\" 
-                               cellpadding=\"0\">";
-                               
-                       print "<tr class=\"titleTop\"><td align=\"right\"><b>Title:</b></td>
-                               <td width=\"100%\">".$line["title"]."</td>
-                               <td>&nbsp;</td></tr>";
-
-                       if ($line["comments"] && $line["comments"] != $line["link"]) {
-                               $comments_prompt = "(<a href=\"".$line["comments"]."\">Comments</a>)";
-                       }
-                       
-                       print "<tr class=\"titleBottom\"><td align=\"right\"><b>Link:</b></td>
-                               <td><a href=\"".$line["link"]."\">".$line["link"]."</a> $comments_prompt</td>
-                               <td>&nbsp;</td></tr>"; 
-                       print "<tr><td valign=\"top\" class=\"post\" 
-                               colspan=\"2\" width=\"100%\">" . $line["content"] . "</td>
-                               <td valign=\"top\">$feed_icon</td>
-                       </tr>";
-                       print "</table>";        */
-
                }
 
                if ($addheader) {
                                        feedctr.className = 'invisible';
                        }       
 
-                       p_notify(\"\");
+//                     p_notify(\"\");
 
                </script>";
 
index 5ea9fffe919ce62e0d01644f03d9b0dfea17c163..d2b49f41509ce6426f81f02db1cbbf8064bb58d9 100644 (file)
@@ -5,7 +5,7 @@ function viewfeed(feed, skip, subop, doc) {
 
        if (!doc) doc = parent.document;
 
-       p_notify("Loading headlines...");
+//     p_notify("Loading headlines...");
 
        enableHotkeys();
 
index 948a0d8d2a4055335212b8db381a69e717fc38fa..2015797c5c188ee6346e807ea976bb0a7765325f 100644 (file)
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -157,7 +157,7 @@ function viewCurrentFeed(skip, subop) {
 
 function viewfeed(feed, skip, subop) {
 
-       notify("Loading headlines...");
+//     notify("Loading headlines...");
 
        enableHotkeys();
 
index 1fade859858a5dd39b7d4dfbb0af36fc6ff4815b..bb4a1dad5e85059a1409ef1f0a12662c9f895b47 100644 (file)
@@ -25,7 +25,7 @@ if (!xmlhttp_rpc && typeof XMLHttpRequest!='undefined') {
 
 function view(id, feed_id) {
 
-       p_notify("Loading article...");
+//     p_notify("Loading article...");
 
        enableHotkeys();