/[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.15 by sysadm, Wed Apr 23 05:32:21 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          })          })


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

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