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

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

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

Revision 1.1 by sysadm, Mon Apr 7 08:38:59 2025 UTC Revision 1.2 by sysadm, Mon Apr 7 14:25:44 2025 UTC
# Line 153  window.addEventListener("load", () => { Line 153  window.addEventListener("load", () => {
153          {          {
154                  if ($result_set["data"]["reply_id"] > 0)                  if ($result_set["data"]["reply_id"] > 0)
155                  {                  {
156  ?><a class="s2" href="view_article.php?id=<? echo $result_set["data"]["reply_id"] . "#" . $result_set["data"]["reply_id"]; ?>"><? echo split_line(htmlspecialchars($result_set["data"]["title"], ENT_HTML401, 'UTF-8'), "", 65, 2, "<br />"); ?></a>&gt;&gt;<a class="s2" href="#">回复文章</a><?  ?><a class="s2" href="view_article.php?id=<? echo $result_set["data"]["reply_id"] . "#" . $result_set["data"]["reply_id"]; ?>"><? echo split_line(htmlspecialchars($result_set["data"]["title"], ENT_HTML401, 'UTF-8'), "", 65, 2, "<br />"); ?></a>&gt;&gt;<a class="s2" href="#" onclick="return false;">回复文章</a><?
157                  }                  }
158                  else                  else
159                  {                  {
160  ?><a class="s2" href="#">发表新文章</a><?  ?><a class="s2" href="#" onclick="return false;">发表新文章</a><?
161                  }                  }
162          }          }
163          else          else
164          {          {
165  ?><a class="s2" href="view_article.php?id=<? echo $result_set["data"]["id"] . "#" . $result_set["data"]["id"]; ?>"><? echo split_line(htmlspecialchars($result_set["data"]["title"], ENT_HTML401, 'UTF-8'), "", 65, 2, "<br />"); ?></a>&gt;&gt;<a class="s2" href="#">修改文章</a><?  ?><a class="s2" href="view_article.php?id=<? echo $result_set["data"]["id"] . "#" . $result_set["data"]["id"]; ?>"><? echo split_line(htmlspecialchars($result_set["data"]["title"], ENT_HTML401, 'UTF-8'), "", 65, 2, "<br />"); ?></a>&gt;&gt;<a class="s2" href="#" onclick="return false;">修改文章</a><?
166          }          }
167  ?>  ?>
168                  </td>                  </td>


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

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