/[LeafOK_CVS]/fenglin/www/load_doc_list.inc.php
ViewVC logotype

Diff of /fenglin/www/load_doc_list.inc.php

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

Revision 1.6 by sysadm, Mon Mar 24 05:48:36 2025 UTC Revision 1.8 by sysadm, Sat Mar 29 02:25:58 2025 UTC
# Line 87  function load_top($num, $length, $db_con Line 87  function load_top($num, $length, $db_con
87          echo ("<tr><td height=8></td></tr>\n");          echo ("<tr><td height=8></td></tr>\n");
88          while ($row = mysqli_fetch_array($rs))          while ($row = mysqli_fetch_array($rs))
89          {          {
90                  echo ("<tr><td height=18>·[".$row["section_title"].                  echo ("<tr><td height=18>·<a href=\"show_article.php?aid=".
                         "]<a href=\"show_article.php?aid=".  
91                          $row["AID"]."\" target=_blank>" .                          $row["AID"]."\" target=_blank>" .
92                          htmlspecialchars(split_line($row["title"], "", $length, 1), ENT_HTML401, 'UTF-8') .                          htmlspecialchars(split_line("[" . $row["s_title"] . "] " . $row["title"], "", $length, 1), ENT_HTML401, 'UTF-8') .
93                          " </a></td></tr>\n");                          " </a></td></tr>\n");
94          }          }
95          echo ("<tr><td height=8></td></tr>\n");          echo ("<tr><td height=8></td></tr>\n");


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

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