/[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.13 by sysadm, Fri Mar 28 10:32:21 2025 UTC Revision 1.14 by sysadm, Fri Mar 28 12:16:25 2025 UTC
# Line 221  while ($row = mysqli_fetch_array($rs)) Line 221  while ($row = mysqli_fetch_array($rs))
221  ?>  ?>
222                                          </td>                                          </td>
223                                          <td class="username">                                          <td class="username">
224                                                  <a class="s2" href="javascript:show_profile(<? echo $row["UID"]; ?>)"><? echo $row["username"]; ?></a>                                                  <a class="s2" href="" onclick="return show_profile(<? echo $row["UID"]; ?>);"><? echo $row["username"]; ?></a>
225                                          </td>                                          </td>
226                                          <td class="dark">                                          <td class="dark">
227                                                  <? echo $row["nickname"]; ?>                                                  <? echo $row["nickname"]; ?>
# Line 233  while ($row = mysqli_fetch_array($rs)) Line 233  while ($row = mysqli_fetch_array($rs))
233                                                  <? echo $row["last_login_dt"]; ?>                                                  <? echo $row["last_login_dt"]; ?>
234                                          </td>                                          </td>
235                                          <td class="level">                                          <td class="level">
236                                                  <a class="s2" href="javascript:NW_open('send_msg.php?user_id=<? echo $row["UID"]; ?>','send_msg',500,300)">发送消息</a>  <?
237            if ($_SESSION["BBS_priv"]->checkpriv(0, S_MSG))
238            {
239    ?>
240                                                    <a class="s2" href="" onclick="return NW_open('send_msg.php?user_id=<? echo $row["UID"]; ?>', 'send_msg', 500, 300);">发送消息</a>
241    <?
242            }
243    ?>
244                                          </td>                                          </td>
245                                          <td align="center">                                          <td align="center">
246                                          </td>                                          </td>


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

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