| 1 |
<? |
<? |
| 2 |
|
require_once "../lib/common.inc.php"; |
| 3 |
require_once "../lib/db_open.inc.php"; |
require_once "../lib/db_open.inc.php"; |
| 4 |
require_once "../lib/common.inc.php"; |
require_once "../lib/common.inc.php"; |
| 5 |
?> |
?> |
| 78 |
<html> |
<html> |
| 79 |
<head> |
<head> |
| 80 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
| 81 |
<title>枫林在线 -- 精品导读</title> |
<title><? echo $BBS_name; ?> -- 精品导读</title> |
| 82 |
</head> |
</head> |
| 83 |
<body marginheight="15" marginwidth="15" leftmargin="15" topmargin="15" link="#000066" bgcolor="#FFFFFF" alink="#990000" vlink="#444464"> |
<body marginheight="15" marginwidth="15" leftmargin="15" topmargin="15" link="#000066" bgcolor="#FFFFFF" alink="#990000" vlink="#444464"> |
| 84 |
<center> |
<center> |
| 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/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/view_article.php?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"]; ?> |
<font color="#666666" size="-1"><? echo $row_article["s_title"]; ?> |
| 194 |
By <? echo $row_article["nickname"]; ?></font><br> |
By <? echo $row_article["nickname"]; ?></font><br> |
| 195 |
<? echo str_replace(" ", " ", str_replace("\n", "<br>", htmlspecialchars($row_article["abstract"], ENT_HTML401, 'UTF-8'))); ?><br> |
<? echo str_replace(" ", " ", str_replace("\n", "<br>", htmlspecialchars($row_article["abstract"], ENT_HTML401, 'UTF-8'))); ?><br> |