| 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 |
|
|
| 409 |
<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> |
| 410 |
<? |
<? |
| 411 |
} |
} |
|
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> |
|
|
<? |
|
|
} |
|
| 412 |
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"])) |
| 413 |
{ |
{ |
| 414 |
?> |
?> |