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