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

Diff of /gnuheter/article.php

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

revision 1.4 by pawal, Sat Aug 10 19:46:08 2002 UTC revision 1.5 by pawal, Wed Oct 30 08:01:33 2002 UTC
# Line 79  list($topictext, $topicimage, $topictext Line 79  list($topictext, $topicimage, $topictext
79  echo "<table width=\"100%\" border=\"0\"><tr><td valign=\"top\">\n";  echo "<table width=\"100%\" border=\"0\"><tr><td valign=\"top\">\n";
80  themearticle($aid, $informant, $datetime, $title,  themearticle($aid, $informant, $datetime, $title,
81               $bodytext, $topic, $topicname, $topicimage, $topictext);               $bodytext, $topic, $topicname, $topicimage, $topictext);
82    echo "<br>";
83    if ($anompost==1 OR $admin OR $user) { echo "<div align=\"center\"><a href=\"comments.php?op=Reply&amp;pid=0&amp;sid=$sid\"><img src=\"$uimages/comment.png\" border=\"0\" alt=\"Kommentera\"></a></div>\n";}
84  echo "</td>\n<td>&nbsp;</td><td valign=\"top\" width=\"200\">";  echo "</td>\n<td>&nbsp;</td><td valign=\"top\" width=\"200\">";
85    
86  # the related links box (remake?)  # the related links box (remake?)
# Line 98  $result2 = mysql_query($sql); Line 100  $result2 = mysql_query($sql);
100  list($topstory, $ttitle) = mysql_fetch_row($result2);  list($topstory, $ttitle) = mysql_fetch_row($result2);
101  $boxstuff .= "<a href=\"article.php?sid=$topstory\">$ttitle</a></div><br><br>\n";  $boxstuff .= "<a href=\"article.php?sid=$topstory\">$ttitle</a></div><br><br>\n";
102  $boxstuff .= "<table border=\"0\" width=\"100%\"><tr><td align=\"left\">\n";  $boxstuff .= "<table border=\"0\" width=\"100%\"><tr><td align=\"left\">\n";
 if ($anompost==1 OR $admin OR $user) {  
         $boxstuff .= "<a href=\"comments.php?op=Reply&amp;pid=0&amp;sid=$sid\">"  
            . "<img src=\"$uimages/comment.png\" border=\"0\" alt=\"Kommentera\"></a>\n";  
 }  
103  $boxstuff .= "</td><td align=\"right\">";  $boxstuff .= "</td><td align=\"right\">";
104  $boxstuff .= "<a href=\"print.php?sid=$sid\">"  $boxstuff .= "<a href=\"print.php?sid=$sid\">"
105            .  "<img src=\"images/print.png\" width=\"16\" height=\"16\" "            .  "<img src=\"images/print.png\" width=\"16\" height=\"16\" "

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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