/[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.10 by sysadm, Fri Apr 18 04:25:28 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 41  TD.content_deleted Line 41  TD.content_deleted
41          text-decoration: line-through;          text-decoration: line-through;
42  }  }
43  </style>  </style>
 <script type="text/javascript" src="/js/nw_open.js"></script>  
44  <script type="text/javascript" src="../js/img_adjust.js"></script>  <script type="text/javascript" src="../js/img_adjust.js"></script>
45  <script src="../js/polyfill.min.js"></script>  <script src="../js/polyfill.min.js"></script>
46  <script src="../js/axios.min.js"></script>  <script src="../js/axios.min.js"></script>
# Line 111  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 488  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