| 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"]; ?> |
| 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> |