/[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.12 by sysadm, Sun Apr 20 11:33:50 2025 UTC
# 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 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