| 189 |
<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> |
| 190 |
<font color="#666666" size="-1"><? echo $row_article["s_title"]; ?> |
<font color="#666666" size="-1"><? echo $row_article["s_title"]; ?> |
| 191 |
By <? echo $row_article["nickname"]; ?></font><br> |
By <? echo $row_article["nickname"]; ?></font><br> |
| 192 |
<? echo str_replace(" "," ",str_replace("\n","<br>",htmlspecialchars($row_article["abstract"]))); ?><br> |
<? echo str_replace(" "," ",str_replace("\n","<br>",htmlspecialchars($row_article["abstract"], ENT_COMPAT | ENT_HTML401, 'GB2312'))); ?><br> |
| 193 |
<br> |
<br> |
| 194 |
<? |
<? |
| 195 |
} |
} |