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

Diff of /gnuheter/search.php

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

revision 1.7 by pawal, Mon Oct 28 17:45:20 2002 UTC revision 1.8 by metaur, Sat Nov 2 22:32:15 2002 UTC
# Line 111  if ($type == "stories" or !$type) { Line 111  if ($type == "stories" or !$type) {
111                    formatTimestamp($time);                    formatTimestamp($time);
112                    printf("<tr><td><font size=3><a href=\"%s\"><b>%s</b></a>"                    printf("<tr><td><font size=3><a href=\"%s\"><b>%s</b></a>"
113                           ."<font size=\"2\"> av <a href=\"%s\">%s</a>",                           ."<font size=\"2\"> av <a href=\"%s\">%s</a>",
114                           $furl,$title,$url,$aid);                           $furl,nowordlinkshtml($title),$url,$aid);
115                    print " den $datetime <b>($comments)</b></td></tr>\n";                    print " den $datetime <b>($comments)</b></td></tr>\n";
116                    $x++;                    $x++;
117                  }                  }
# Line 143  if ($type == "stories" or !$type) { Line 143  if ($type == "stories" or !$type) {
143                                  $name = "$anonymous";                                  $name = "$anonymous";
144                          }                          }
145                          formatTimestamp($date);                          formatTimestamp($date);
146                          echo "<tr><td><font size=\"3\"><a href=\"$furl\"><b>$subject</b></a> <font size=2> av $name";                          echo "<tr><td><font size=\"3\"><a href=\"$furl\"><b>".nowordlinkshtml($subject)."</b></a> <font size=2> av $name";
147                          print " den $datetime</td></tr>\n";                          print " den $datetime</td></tr>\n";
148                          $x++;                          $x++;
149                  }                  }
# Line 173  if ($type == "stories" or !$type) { Line 173  if ($type == "stories" or !$type) {
173                          list($sectitle) = mysql_fetch_row($result2);                          list($sectitle) = mysql_fetch_row($result2);
174                          $surl = "sections.php?op=listarticles&secid=$secid";                          $surl = "sections.php?op=listarticles&secid=$secid";
175                          $furl = "sections.php?op=viewarticle&artid=$artid";                          $furl = "sections.php?op=viewarticle&artid=$artid";
176                          echo "<tr><td><font size=\"3\"><a href=\"$furl\"><b>$title</b></a> in the Section <a href=$surl>$sectitle</a></td></tr>\n";                          echo "<tr><td><font size=\"3\"><a href=\"$furl\"><b>".nowordlinkshtml($title)."</b></a> i sektionen <a href=$surl>$sectitle</a></td></tr>\n";
177                          $x++;                          $x++;
178                  }                  }
179                  echo "</td></tr></table>\n";                  echo "</td></tr></table>\n";

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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