| 114 |
["restore", "restore.php"], |
["restore", "restore.php"], |
| 115 |
["excerption", "set_excerption.php"], |
["excerption", "set_excerption.php"], |
| 116 |
["ontop", "set_ontop.php"], |
["ontop", "set_ontop.php"], |
| 117 |
["lock", "lock.php"], |
["lock", "article_service_lock.php"], |
| 118 |
["transship", "set_transship.php"], |
["transship", "set_transship.php"], |
| 119 |
]); |
]); |
| 120 |
|
|
| 172 |
|
|
| 173 |
function move_article(sid) |
function move_article(sid) |
| 174 |
{ |
{ |
| 175 |
instance.post('move_article.php', { |
instance.post('article_service_move.php', { |
| 176 |
id: <?= $result_set["data"]["id"]; ?>, |
id: <?= $result_set["data"]["id"]; ?>, |
| 177 |
sid: sid, |
sid: sid, |
| 178 |
}) |
}) |
| 439 |
<span id="title_<?= $article["aid"]; ?>" class="<?= ($article["visible"] ? "title_normal" : "title_deleted"); ?>"> |
<span id="title_<?= $article["aid"]; ?>" class="<?= ($article["visible"] ? "title_normal" : "title_deleted"); ?>"> |
| 440 |
<?= split_line(htmlspecialchars($article["title"], ENT_HTML401, 'UTF-8'), "", 65, 2, "<br />"); ?> |
<?= split_line(htmlspecialchars($article["title"], ENT_HTML401, 'UTF-8'), "", 65, 2, "<br />"); ?> |
| 441 |
</span> |
</span> |
| 442 |
<? if ($article["transship"]) { ?><font color="red">[转载]</font><? } ?> |
<?php if ($article["transship"]) { ?><font color="red">[转载]</font><?php } ?> |
| 443 |
</td> |
</td> |
| 444 |
<td width="5%"> |
<td width="5%"> |
| 445 |
</td> |
</td> |