| 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> |
| 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> |