/[LeafOK_CVS]/fenglin/bbs/themes/default/view_article.view.php
ViewVC logotype

Diff of /fenglin/bbs/themes/default/view_article.view.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.14 by sysadm, Wed Apr 23 05:13:57 2025 UTC Revision 1.17 by sysadm, Wed Apr 23 05:48:50 2025 UTC
# Line 114  function article_op(op_type, id, set, co Line 114  function article_op(op_type, id, set, co
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    
# Line 172  function article_op(op_type, id, set, co Line 172  function article_op(op_type, id, set, co
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          })          })
# Line 439  window.addEventListener("load", () => { Line 439  window.addEventListener("load", () => {
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>


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1