/[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.11 by sysadm, Sat Apr 19 04:18:14 2025 UTC Revision 1.13 by sysadm, Wed Apr 23 05:03:57 2025 UTC
# Line 1  Line 1 
1  <?  <?php
2          // Prevent load standalone          // Prevent load standalone
3          if (!isset($result_set))          if (!isset($result_set))
4          {          {
# Line 110  function upload_del(id) Line 110  function upload_del(id)
110  function article_op(op_type, id, set, confirm = false)  function article_op(op_type, id, set, confirm = false)
111  {  {
112          var opService = new Map([          var opService = new Map([
113                  ["delete", "delete.php"],                  ["delete", "article_service_del.php"],
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"],
# Line 487  window.addEventListener("load", () => { Line 487  window.addEventListener("load", () => {
487                                          <img src="<? echo $article["photo_path"]; ?>" border="0">                                          <img src="<? echo $article["photo_path"]; ?>" border="0">
488                                  </td>                                  </td>
489                                  <td id="content_<? echo $article["aid"]; ?>" class="<? echo ($article["visible"] ? "content_normal" : "content_deleted"); ?>">                                  <td id="content_<? echo $article["aid"]; ?>" class="<? echo ($article["visible"] ? "content_normal" : "content_deleted"); ?>">
490                                          <? echo LML(htmlspecialchars((isset($article["content"]) ? $article["content"] : ""), ENT_HTML401, 'UTF-8'), true, true, 80); ?>                                          <pre><? echo LML(htmlspecialchars((isset($article["content"]) ? $article["content"] : ""), ENT_HTML401, 'UTF-8'), true, true, 80); ?></pre>
491                                  </td>                                  </td>
492                                  <td>                                  <td>
493                                  </td>                                  </td>


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

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