| 33 |
} |
} |
| 34 |
TD.content_normal |
TD.content_normal |
| 35 |
{ |
{ |
| 36 |
font-size: 14px; |
font-size: 16px; |
| 37 |
} |
} |
| 38 |
TD.content_deleted |
TD.content_deleted |
| 39 |
{ |
{ |
| 40 |
font-size: 14px; |
font-size: 16px; |
| 41 |
text-decoration: line-through; |
text-decoration: line-through; |
| 42 |
} |
} |
| 43 |
</style> |
</style> |
| 276 |
<a name="top"></a> |
<a name="top"></a> |
| 277 |
<center> |
<center> |
| 278 |
<span id="err_msg_prompt" name="err_msg" style="color: red;"></span> |
<span id="err_msg_prompt" name="err_msg" style="color: red;"></span> |
| 279 |
<table cols="2" border="0" cellpadding="0" cellspacing="0" width="770"> |
<table cols="2" border="0" cellpadding="0" cellspacing="0" width="1050"> |
| 280 |
<tr> |
<tr> |
| 281 |
<td width="50%"> |
<td width="50%"> |
| 282 |
<a class="s2" href="main.php?sid=<? echo $result_set["data"]["sid"]; ?>"><? echo $BBS_name; ?></a>>><a class="s2" href="list.php?sid=<? echo $result_set["data"]["sid"]; ?>"><? echo $result_set["data"]["section_title"]; ?></a>>><a class="s2" href="list.php?sid=<? echo $result_set["data"]["sid"]; ?>&ex=<? echo ($result_set["data"]["ex"]); ?>"><? echo ($result_set["data"]["ex"] ? "文摘区" : "讨论区"); ?></a> |
<a class="s2" href="main.php?sid=<? echo $result_set["data"]["sid"]; ?>"><? echo $BBS_name; ?></a>>><a class="s2" href="list.php?sid=<? echo $result_set["data"]["sid"]; ?>"><? echo $result_set["data"]["section_title"]; ?></a>>><a class="s2" href="list.php?sid=<? echo $result_set["data"]["sid"]; ?>&ex=<? echo ($result_set["data"]["ex"]); ?>"><? echo ($result_set["data"]["ex"] ? "文摘区" : "讨论区"); ?></a> |
| 326 |
?> |
?> |
| 327 |
</td> |
</td> |
| 328 |
</tr> |
</tr> |
| 329 |
<tr bgcolor="#d0d3F0" height="20"> |
<tr bgcolor="#d0d3F0" height="25"> |
| 330 |
<td colspan="2" align="center" class="title"> |
<td colspan="2" align="center" class="title"> |
| 331 |
[<? echo $result_set["data"]["id"]; ?>] 主题: <? echo htmlspecialchars($result_set["data"]["title"], ENT_HTML401, 'UTF-8'); ?> |
[<? echo $result_set["data"]["id"]; ?>] 主题: <? echo htmlspecialchars($result_set["data"]["title"], ENT_HTML401, 'UTF-8'); ?> |
| 332 |
</td> |
</td> |
| 341 |
{ |
{ |
| 342 |
?> |
?> |
| 343 |
<a name="<? echo $article["aid"]; ?>"></a> |
<a name="<? echo $article["aid"]; ?>"></a> |
| 344 |
<table bgcolor="<? echo $color[$color_index]; ?>" border="0" cellpadding="0" cellspacing="0" width="770"> |
<table bgcolor="<? echo $color[$color_index]; ?>" border="0" cellpadding="0" cellspacing="0" width="1050"> |
| 345 |
<tr height="1" bgcolor="#202020"> |
<tr height="1" bgcolor="#202020"> |
| 346 |
<td colspan="3"> |
<td colspan="3"> |
| 347 |
</td> |
</td> |
| 350 |
<? |
<? |
| 351 |
} |
} |
| 352 |
?> |
?> |
| 353 |
<table bgcolor="<? echo $color[$color_index]; ?>" border="0" cellpadding="0" cellspacing="10" width="770"> |
<table bgcolor="<? echo $color[$color_index]; ?>" border="0" cellpadding="0" cellspacing="10" width="1050"> |
| 354 |
<tr> |
<tr> |
| 355 |
<td width="20%"> |
<td width="20%"> |
| 356 |
</td> |
</td> |
| 492 |
<img src="<? echo $article["photo_path"]; ?>" border="0"> |
<img src="<? echo $article["photo_path"]; ?>" border="0"> |
| 493 |
</td> |
</td> |
| 494 |
<td id="content_<? echo $article["aid"]; ?>" class="<? echo ($article["visible"] ? "content_normal" : "content_deleted"); ?>"> |
<td id="content_<? echo $article["aid"]; ?>" class="<? echo ($article["visible"] ? "content_normal" : "content_deleted"); ?>"> |
| 495 |
<? echo LML(htmlspecialchars((isset($article["content"]) ? $article["content"] : ""), ENT_HTML401, 'UTF-8'), true); ?> |
<? echo LML(htmlspecialchars((isset($article["content"]) ? $article["content"] : ""), ENT_HTML401, 'UTF-8'), true, true, 80); ?> |
| 496 |
</td> |
</td> |
| 497 |
<td> |
<td> |
| 498 |
</td> |
</td> |
| 554 |
<? |
<? |
| 555 |
} |
} |
| 556 |
?> |
?> |
| 557 |
<table cols="3" border="0" cellpadding="5" cellspacing="0" width="770"> |
<table cols="3" border="0" cellpadding="5" cellspacing="0" width="1050"> |
| 558 |
<tr bgcolor="#d0d3F0" height="10"> |
<tr bgcolor="#d0d3F0" height="10"> |
| 559 |
<td colspan="3"> |
<td colspan="3"> |
| 560 |
</td> |
</td> |
| 577 |
if ($result_set["data"]["page"] > 1) |
if ($result_set["data"]["page"] > 1) |
| 578 |
{ |
{ |
| 579 |
?> |
?> |
| 580 |
<a class="s8" title="首页" href="" onclick="return ch_page(1);"><font face=webdings>9</font></a> |
<a class="s8" title="首页" href="" onclick="return ch_page(1);">|◀</a> |
| 581 |
<a class="s8" title="上一页" href="" onclick="return ch_page(<? echo ($result_set["data"]["page"] - 1); ?>);"><font face=webdings>7</font></a> |
<a class="s8" title="上一页" href="" onclick="return ch_page(<? echo ($result_set["data"]["page"] - 1); ?>);">◀</a> |
| 582 |
<? |
<? |
| 583 |
} |
} |
| 584 |
else |
else |
| 585 |
{ |
{ |
| 586 |
?> |
?> |
| 587 |
<font face=webdings>9 7</font> |
|◀ ◀ |
| 588 |
<? |
<? |
| 589 |
} |
} |
| 590 |
?> |
?> |
| 593 |
if ($result_set["data"]["page"] < $result_set["data"]["page_total"]) |
if ($result_set["data"]["page"] < $result_set["data"]["page_total"]) |
| 594 |
{ |
{ |
| 595 |
?> |
?> |
| 596 |
<a class="s8" title="下一页" href="" onclick="return ch_page(<? echo ($result_set["data"]["page"] + 1); ?>);"><font face=webdings>8</font></a> |
<a class="s8" title="下一页" href="" onclick="return ch_page(<? echo ($result_set["data"]["page"] + 1); ?>);">▶</a> |
| 597 |
<a class="s8" title="尾页" href="" onclick="return ch_page(<? echo ($result_set["data"]["page_total"]); ?>);"><font face=webdings>:</font></a> |
<a class="s8" title="尾页" href="" onclick="return ch_page(<? echo ($result_set["data"]["page_total"]); ?>);">▶|</a> |
| 598 |
<? |
<? |
| 599 |
} |
} |
| 600 |
else |
else |
| 601 |
{ |
{ |
| 602 |
?> |
?> |
| 603 |
<font face=webdings>8 :</font> |
▶ ▶| |
| 604 |
<? |
<? |
| 605 |
} |
} |
| 606 |
?> |
?> |