| 73 |
return false; |
return false; |
| 74 |
} |
} |
| 75 |
|
|
| 76 |
instance.post('upload_del.php', { |
instance.post('upload_service_del.php', { |
| 77 |
aid: id, |
aid: id, |
| 78 |
}) |
}) |
| 79 |
.then(function (response) { |
.then(function (response) { |
| 111 |
{ |
{ |
| 112 |
var opService = new Map([ |
var opService = new Map([ |
| 113 |
["delete", "article_service_del.php"], |
["delete", "article_service_del.php"], |
| 114 |
["restore", "restore.php"], |
["restore", "article_service_restore.php"], |
| 115 |
["excerption", "set_excerption.php"], |
["excerption", "article_service_excerption.php"], |
| 116 |
["ontop", "set_ontop.php"], |
["ontop", "article_service_ontop.php"], |
| 117 |
["lock", "article_service_lock.php"], |
["lock", "article_service_lock.php"], |
| 118 |
["transship", "set_transship.php"], |
["transship", "article_service_transship.php"], |
| 119 |
]); |
]); |
| 120 |
|
|
| 121 |
var opNeedRefresh = new Set([ |
var opNeedRefresh = new Set([ |
| 208 |
|
|
| 209 |
function set_ex_dir(fid) |
function set_ex_dir(fid) |
| 210 |
{ |
{ |
| 211 |
instance.post('set_ex_file_sub.php', { |
instance.post('article_service_genex.php', { |
| 212 |
id: <?= $result_set["data"]["id"]; ?>, |
id: <?= $result_set["data"]["id"]; ?>, |
| 213 |
fid: fid, |
fid: fid, |
| 214 |
}) |
}) |
| 360 |
if ($_SESSION["BBS_priv"]->checkpriv(0, S_MSG) && $_SESSION["BBS_uid"] != $article["uid"]) |
if ($_SESSION["BBS_priv"]->checkpriv(0, S_MSG) && $_SESSION["BBS_uid"] != $article["uid"]) |
| 361 |
{ |
{ |
| 362 |
?> |
?> |
| 363 |
<img src="images/mail.gif" width="16" height="16"><a class="s4" href="read_msg.php?sent=1&uid=<?= $article["uid"]; ?>" target=_blank title="给作者发消息">消息</a> |
<img src="images/mail.gif" width="16" height="16"><a class="s4" href="msg_read.php?sent=1&uid=<?= $article["uid"]; ?>" target=_blank title="给作者发消息">消息</a> |
| 364 |
<?php |
<?php |
| 365 |
} |
} |
| 366 |
if ($article["visible"]) |
if ($article["visible"]) |
| 431 |
</tr> |
</tr> |
| 432 |
<tr> |
<tr> |
| 433 |
<td width="20%" align="center"> |
<td width="20%" align="center"> |
| 434 |
作者: <a class="s2" href="show_profile.php?uid=<?= $article["uid"]; ?>" onclick='return <?= ($user_viewable ? "true" : "false"); ?>' target=_blank title="查看用户资料"><?= htmlspecialchars($article["username"], ENT_HTML401, 'UTF-8'); ?></a> |
作者: <a class="s2" href="view_user.php?uid=<?= $article["uid"]; ?>" onclick='return <?= ($user_viewable ? "true" : "false"); ?>' target=_blank title="查看用户资料"><?= htmlspecialchars($article["username"], ENT_HTML401, 'UTF-8'); ?></a> |
| 435 |
</td> |
</td> |
| 436 |
<td width="75%" class="body"> |
<td width="75%" class="body"> |
| 437 |
<span style="color:#606060;">标题:</span> |
<span style="color:#606060;">标题:</span> |