| 74 |
</tr> |
</tr> |
| 75 |
<tr> |
<tr> |
| 76 |
<td></td> |
<td></td> |
| 77 |
<td> |
<td valign="top"> |
| 78 |
<table width="95%" border="0" cellpadding="0" cellspacing="0"> |
<table width="95%" border="0" cellpadding="0" cellspacing="0"> |
| 79 |
<tr height="30"> |
<tr height="30"> |
| 80 |
<td align="center"><font size=4><b><? echo htmlspecialchars($row["title"], ENT_HTML401, 'UTF-8'); ?> </b></font><font color=gray>[<? echo ($row["transship"]?"转载":"原创"); ?>]</font></td> |
<td align="center"><font size=4><b><? echo htmlspecialchars($row["title"], ENT_HTML401, 'UTF-8'); ?> </b></font><font color=gray>[<? echo ($row["transship"]?"转载":"原创"); ?>]</font></td> |
| 92 |
<td></td> |
<td></td> |
| 93 |
</tr> |
</tr> |
| 94 |
<tr> |
<tr> |
| 95 |
<td class="content"><? echo LML(htmlspecialchars($content, ENT_HTML401, 'UTF-8'),true,true,1024); ?></td> |
<td class="content"><? echo LML(htmlspecialchars($content, ENT_HTML401, 'UTF-8'), true, true, 1024); ?></td> |
| 96 |
</tr> |
</tr> |
| 97 |
<tr> |
<tr> |
| 98 |
<td> |
<td> |
| 99 |
========== * * * * * ========== |
========== * * * * * ========== |
| 100 |
<br> |
<br /> |
| 101 |
<? |
<? |
| 102 |
$rs_attachment=mysql_query("select * from upload_file where ref_AID=". |
$rs_attachment=mysql_query("select * from upload_file where ref_AID=". |
| 103 |
$row["AID"]." and deleted=0 and deny=0 order by AID") |
$row["AID"]." and deleted=0 and deny=0 order by AID") |