/[LeafOK_CVS]/fenglin/www/journal.php
ViewVC logotype

Diff of /fenglin/www/journal.php

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

Revision 1.15 by sysadm, Fri Apr 11 12:47:39 2025 UTC Revision 1.16 by sysadm, Sun Apr 13 03:45:48 2025 UTC
# Line 189  Line 189 
189          while($row_article=mysql_fetch_array($rs_article))          while($row_article=mysql_fetch_array($rs_article))
190          {          {
191  ?>  ?>
192                                                  <font size="3"><strong><a href="<? echo $base_url; ?>/www/view_article.php?id=<? echo $row_article["AID"]; ?>" target="_blank"><? echo $row_article["title"]; ?></a></strong></font><br>                                                  <font size="3"><strong><a href="<? echo $base_url; ?>../bbs/view_article.php?tn=portal&id=<? echo $row_article["AID"]; ?>" target="_blank"><? echo $row_article["title"]; ?></a></strong></font><br>
193                                                  <font color="#666666" size="-1"><? echo $row_article["s_title"]; ?>&nbsp;&nbsp;                                                  <font color="#666666" size="-1"><? echo $row_article["s_title"]; ?>&nbsp;&nbsp;
194                                                  By <? echo $row_article["nickname"]; ?></font><br>                                                  By <? echo $row_article["nickname"]; ?></font><br>
195                                                  <? echo str_replace(" ", "&nbsp;", str_replace("\n", "<br>", htmlspecialchars($row_article["abstract"], ENT_HTML401, 'UTF-8'))); ?><br>                                                  <? echo str_replace(" ", "&nbsp;", str_replace("\n", "<br>", htmlspecialchars($row_article["abstract"], ENT_HTML401, 'UTF-8'))); ?><br>


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1