/[gnuheter]/gnuheter/top.php
ViewVC logotype

Diff of /gnuheter/top.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by pawal, Sun Jul 21 16:14:22 2002 UTC revision 1.3 by metaur, Sat Nov 2 22:32:15 2002 UTC
# Line 40  echo "<div class=\"smallheadline\">Mest Line 40  echo "<div class=\"smallheadline\">Mest
40  $i = 1;  $i = 1;
41  while(list($sid, $title, $time, $counter) = mysql_fetch_row($result)) {  while(list($sid, $title, $time, $counter) = mysql_fetch_row($result)) {
42      if($counter>0) {      if($counter>0) {
43          echo "&nbsp; &nbsp; <b>$i</b>: <a href=\"article.php?sid=$sid$rmflags\">$title</a> - (Läst $counter gånger)<br>\n";          echo "&nbsp; &nbsp; <b>$i</b>: <a href=\"article.php?sid=$sid$rmflags\">".nowordlinkshtml($title)."</a> - (Läst $counter gånger)<br>\n";
44          $i++;          $i++;
45      }      }
46  }  }
# Line 52  echo "<div class=\"smallheadline\">Mest Line 52  echo "<div class=\"smallheadline\">Mest
52  $i = 1;  $i = 1;
53  while(list($sid, $title, $comments) = mysql_fetch_row($result)) {  while(list($sid, $title, $comments) = mysql_fetch_row($result)) {
54      if($comments>0) {      if($comments>0) {
55          echo "&nbsp; &nbsp; <b>$i</b>: <a href=\"article.php?sid=$sid$rmflags\">$title</a> - ($comments kommentarer)<br>\n";          echo "&nbsp; &nbsp; <b>$i</b>: <a href=\"article.php?sid=$sid$rmflags\">".nowordlinkshtml($title)."</a> - ($comments kommentarer)<br>\n";
56          $i++;          $i++;
57      }      }
58  }  }
# Line 78  echo "<div class=\"smallheadline\">Senas Line 78  echo "<div class=\"smallheadline\">Senas
78  $i = 1;  $i = 1;
79  while(list($sid, $title, $counter) = mysql_fetch_row($result)) {  while(list($sid, $title, $counter) = mysql_fetch_row($result)) {
80      if($counter>0) {      if($counter>0) {
81          echo "&nbsp; &nbsp; <b>$i</b>: <a href=\"article.php?sid=$sid$rmflags\">$title</a> - (Läst $counter gånger)<br>\n";          echo "&nbsp; &nbsp; <b>$i</b>: <a href=\"article.php?sid=$sid$rmflags\">".nowordlinkshtml($title)."</a> - (Läst $counter gånger)<br>\n";
82          $i++;          $i++;
83      }      }
84  }  }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26