| 116 |
["excerption", "set_excerption.php"], |
["excerption", "set_excerption.php"], |
| 117 |
["ontop", "set_ontop.php"], |
["ontop", "set_ontop.php"], |
| 118 |
["lock", "lock.php"], |
["lock", "lock.php"], |
|
["recommend", "set_recommend.php"], |
|
| 119 |
["transship", "set_transship.php"], |
["transship", "set_transship.php"], |
| 120 |
]); |
]); |
| 121 |
|
|
| 269 |
}); |
}); |
| 270 |
|
|
| 271 |
</script> |
</script> |
| 272 |
|
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3013347141025996" crossorigin="anonymous"> |
| 273 |
|
</script> |
| 274 |
</head> |
</head> |
| 275 |
<body> |
<body> |
| 276 |
<a name="top"></a> |
<a name="top"></a> |
| 279 |
<table cols="2" border="0" cellpadding="0" cellspacing="0" width="770"> |
<table cols="2" border="0" cellpadding="0" cellspacing="0" width="770"> |
| 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"]; ?>&ex=<? echo ($result_set["data"]["ex"]); ?>"><? echo $result_set["data"]["section_title"]; ?></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> |
| 283 |
<a class="s2" href="post.php?reply_id=<? echo $result_set["data"]["id"]; ?>"e=0" title="直接回复该文章">[快速回复]</a> |
<a class="s2" href="post.php?reply_id=<? echo $result_set["data"]["id"]; ?>"e=0" title="直接回复该文章">[快速回复]</a> |
| 284 |
<? |
<? |
| 285 |
if ($previous_id > 0) |
if ($previous_id > 0) |
| 411 |
<a class="s4" id="unset_lock_<? echo $article["aid"]; ?>" style="display: <? echo ($article["lock"] ? "inline" : "none"); ?>" href="" onclick="return article_op('lock', <? echo $article["aid"]; ?>, 0);" title="取消禁止回复">取消静默</a> |
<a class="s4" id="unset_lock_<? echo $article["aid"]; ?>" style="display: <? echo ($article["lock"] ? "inline" : "none"); ?>" href="" onclick="return article_op('lock', <? echo $article["aid"]; ?>, 0);" title="取消禁止回复">取消静默</a> |
| 412 |
<? |
<? |
| 413 |
} |
} |
|
if ($article["tid"] == 0 && $_SESSION["BBS_priv"]->checkpriv($result_set["data"]["sid"], S_POST | S_MAN_S) && |
|
|
$_SESSION["BBS_priv"]->checklevel(P_ADMIN_M | P_ADMIN_S)) |
|
|
{ |
|
|
?> |
|
|
<a class="s4" id="set_recommend_<? echo $article["aid"]; ?>" style="display: <? echo ($article["recommend"] ? "none" : "inline"); ?>" href="" onclick="return article_op('recommend', <? echo $article["aid"]; ?>, 1, true);" title="推荐">推荐</a> |
|
|
<a class="s4" id="unset_recommend_<? echo $article["aid"]; ?>" style="display: <? echo ($article["recommend"] ? "inline" : "none"); ?>" href="" onclick="return article_op('recommend', <? echo $article["aid"]; ?>, 0);" title="取消推荐">取消推荐</a> |
|
|
<? |
|
|
} |
|
| 414 |
if ($article["tid"] == 0 && $_SESSION["BBS_priv"]->checkpriv($result_set["data"]["sid"], S_POST | S_MAN_S) && (!$article["transship"]) && (!$article["excerption"])) |
if ($article["tid"] == 0 && $_SESSION["BBS_priv"]->checkpriv($result_set["data"]["sid"], S_POST | S_MAN_S) && (!$article["transship"]) && (!$article["excerption"])) |
| 415 |
{ |
{ |
| 416 |
?> |
?> |
| 630 |
</table> |
</table> |
| 631 |
</center> |
</center> |
| 632 |
<? |
<? |
|
$display_ad = true; |
|
| 633 |
include "./foot.inc.php"; |
include "./foot.inc.php"; |
| 634 |
?> |
?> |
| 635 |
</body> |
</body> |