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

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

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

Revision 1.2 by sysadm, Sun Apr 13 08:05:43 2025 UTC Revision 1.3 by sysadm, Sun Apr 13 11:27:28 2025 UTC
# Line 102  function ch_rpp() Line 102  function ch_rpp()
102                  <td width="31%" class="title">最后更新 | 回复人</td>                  <td width="31%" class="title">最后更新 | 回复人</td>
103          </tr>          </tr>
104  </table>  </table>
105    <table cols="5" border="0" cellpadding="0" cellspacing="0" width="770">
106  <?  <?
107          $ex = ($result_set["data"]["ex"] > 0 ? 1 : 0);          $ex = ($result_set["data"]["ex"] > 0 ? 1 : 0);
108    
# Line 138  function ch_rpp() Line 139  function ch_rpp()
139                  $class_title = htmlspecialchars($article["class_title"], ENT_QUOTES | ENT_HTML401, 'UTF-8');                  $class_title = htmlspecialchars($article["class_title"], ENT_QUOTES | ENT_HTML401, 'UTF-8');
140                  $section_title = htmlspecialchars($article["section_title"], ENT_QUOTES | ENT_HTML401, 'UTF-8');                  $section_title = htmlspecialchars($article["section_title"], ENT_QUOTES | ENT_HTML401, 'UTF-8');
141  ?>  ?>
 <table cols="5" border="0" cellpadding="0" cellspacing="0" width="770">  
142          <tr height="30">          <tr height="30">
143                  <td width="4%" class="dark">                  <td width="4%" class="dark">
144                          <a class="s0" href="view_article.php?tn=xml&rpp=20&id=<? echo $article["aid"]; ?>&ex=<? echo $ex; ?>#<? echo $article["aid"]; ?>" target=_blank>                          <a class="s0" href="view_article.php?tn=xml&rpp=20&id=<? echo $article["aid"]; ?>&ex=<? echo $ex; ?>#<? echo $article["aid"]; ?>" target=_blank>
# Line 190  function ch_rpp() Line 190  function ch_rpp()
190  ?>  ?>
191                  </td>                  </td>
192          </tr>          </tr>
 </table>  
193  <?  <?
194          }          }
195  ?>  ?>
196    </table>
197  <table cols="3" border="0" cellpadding="0" cellspacing="0" width="770">  <table cols="3" border="0" cellpadding="0" cellspacing="0" width="770">
198          <tr bgcolor="#d0d3F0" height="5">          <tr bgcolor="#d0d3F0" height="5">
199                  <td colspan="3"></td>                  <td colspan="3"></td>


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

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