Parent Directory
|
Revision Log
|
Patch
| Revision 1.10 by sysadm, Thu Mar 6 07:39:50 2025 UTC | Revision 1.11 by sysadm, Wed Mar 12 13:28:32 2025 UTC | |
|---|---|---|
| # | Line 190 | Line 190 |
| 190 | <font size="3"><strong><a href="<? echo $base_url; ?>/www/show_article.php?aid=<? echo $row_article["AID"]; ?>" target="_blank"><? echo $row_article["title"]; ?></a></strong></font><br> | <font size="3"><strong><a href="<? echo $base_url; ?>/www/show_article.php?aid=<? echo $row_article["AID"]; ?>" target="_blank"><? echo $row_article["title"]; ?></a></strong></font><br> |
| 191 | <font color="#666666" size="-1"><? echo $row_article["s_title"]; ?> | <font color="#666666" size="-1"><? echo $row_article["s_title"]; ?> |
| 192 | By <? echo $row_article["nickname"]; ?></font><br> | By <? echo $row_article["nickname"]; ?></font><br> |
| 193 | <? echo str_replace(" "," ",str_replace("\n","<br>",htmlspecialchars($row_article["abstract"], ENT_COMPAT | ENT_HTML401, 'UTF-8'))); ?><br> | <? echo str_replace(" ", " ", str_replace("\n", "<br>", htmlspecialchars($row_article["abstract"], ENT_HTML401, 'UTF-8'))); ?><br> |
| 194 | <br> | <br> |
| 195 | <? | <? |
| 196 | } | } |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |