/[LeafOK_CVS]/fenglin/bbs/search_user.php
ViewVC logotype

Diff of /fenglin/bbs/search_user.php

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

Revision 1.21 by sysadm, Sun Apr 6 08:16:26 2025 UTC Revision 1.22 by sysadm, Mon Apr 14 11:23:46 2025 UTC
# Line 142  function ch_rpp() Line 142  function ch_rpp()
142          </head>          </head>
143          <body>          <body>
144                  <center>                  <center>
145                          <table cols="2" border="0" cellpadding="0" cellspacing="0" width="770">                          <table cols="2" border="0" cellpadding="0" cellspacing="0" width="1050">
146                                  <tr>                                  <tr>
147                                          <td colspan="2" style="color:green;">                                          <td colspan="2" style="color:green;">
148                                                  <a class="s2" href="main.php"><? echo $BBS_name; ?></a>&gt;&gt;查找<? echo ($online?"在线":""); ?><? echo ($friend?"好友":"用户"); ?>                                                  <a class="s2" href="main.php"><? echo $BBS_name; ?></a>&gt;&gt;查找<? echo ($online?"在线":""); ?><? echo ($friend?"好友":"用户"); ?>
# Line 167  else Line 167  else
167                                          </td>                                          </td>
168                                  </tr>                                  </tr>
169                          </table>                          </table>
170                          <table border="0" cellpadding="1" cellspacing="0" width="770">                          <table border="0" cellpadding="1" cellspacing="0" width="1050">
171                                  <tr height="10">                                  <tr height="10">
172                                          <td>                                          <td>
173                                          </td>                                          </td>
174                                  </tr>                                  </tr>
175                          </table>                          </table>
176                          <table bgcolor="#f0F3Fa" border="0" cellpadding="0" cellspacing="0" width="770">                          <table bgcolor="#f0F3Fa" border="0" cellpadding="0" cellspacing="0" width="1050">
177                                  <tr bgcolor="#d0d3F0" height="20">                                  <tr bgcolor="#d0d3F0" height="20">
178                                          <td class="title" width="4%"></td>                                          <td class="title" width="4%"></td>
179                                          <td class="title" width="15%">用户ID</td>                                          <td class="title" width="15%">用户ID</td>
# Line 256  while ($row = mysqli_fetch_array($rs)) Line 256  while ($row = mysqli_fetch_array($rs))
256  mysqli_free_result($rs);  mysqli_free_result($rs);
257  ?>  ?>
258                          </table>                          </table>
259                          <table cols="3" border="0" cellpadding="5" cellspacing="0" width="770">                          <table cols="3" border="0" cellpadding="5" cellspacing="0" width="1050">
260                                  <tr bgcolor="#d0d3F0" height="10">                                  <tr bgcolor="#d0d3F0" height="10">
261                                          <td colspan="3" >                                          <td colspan="3" >
262                                          </td>                                          </td>
# Line 280  mysqli_free_result($rs); Line 280  mysqli_free_result($rs);
280  if ($page > 1)  if ($page > 1)
281  {  {
282  ?>  ?>
283                          <a class="s8" title="首页" href="" onclick="return ch_page(1);"><font face=webdings>9</font></a>                          <a class="s8" title="首页" href="" onclick="return ch_page(1);">|◀</a>
284                          <a class="s8" title="上一页" href="" onclick="return ch_page(<? echo ($page - 1); ?>);"><font face=webdings>7</font></a>                          <a class="s8" title="上一页" href="" onclick="return ch_page(<? echo ($page - 1); ?>);">◀</a>
285  <?  <?
286  }  }
287  else  else
288  {  {
289  ?>  ?>
290  <font face=webdings>9 7</font>  |◀ ◀
291  <?  <?
292  }  }
293  ?>  ?>
# Line 296  else Line 296  else
296  if ($page < $page_total)  if ($page < $page_total)
297  {  {
298  ?>  ?>
299                          <a class="s8" title="下一页" href="" onclick="return ch_page(<? echo ($page + 1); ?>);"><font face=webdings>8</font></a>                          <a class="s8" title="下一页" href="" onclick="return ch_page(<? echo ($page + 1); ?>);">▶</a>
300                          <a class="s8" title="尾页" href="" onclick="return ch_page(<? echo ($page_total); ?>);"><font face=webdings>:</font></a>                          <a class="s8" title="尾页" href="" onclick="return ch_page(<? echo ($page_total); ?>);">▶|</a>
301  <?  <?
302  }  }
303  else  else
304  {  {
305  ?>  ?>
306  <font face=webdings>8 :</font>  ▶ ▶|
307  <?  <?
308  }  }
309  ?>  ?>


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

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