mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 01:06:48 +02:00
Minor changes to whosonline stuff
git-svn-id: file:///svn/phpbb/trunk@1650 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -47,19 +47,33 @@
|
||||
|
||||
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
|
||||
<tr>
|
||||
<th width="25%" height="25" class="thCornerL"> {L_USERNAME} </th>
|
||||
<th width="25%" height="25" class="thTop"> {L_LAST_UPDATE} </th>
|
||||
<th width="25%" height="25" class="thTop"> {L_LOCATION} </th>
|
||||
<th width="25%" height="25" class="thCornerR"> {L_IP_ADDRESS} </th>
|
||||
<th width="20%" class="thCornerL" height="25"> {L_USERNAME} </th>
|
||||
<th width="20%" height="25" class="thTop"> {L_STARTED} </th>
|
||||
<th width="20%" class="thTop"> {L_LAST_UPDATE} </th>
|
||||
<th width="20%" class="thCornerR"> {L_FORUM_LOCATION} </th>
|
||||
<th width="20%" height="25" class="thCornerR"> {L_IP_ADDRESS} </th>
|
||||
</tr>
|
||||
<!-- BEGIN userrow -->
|
||||
<!-- BEGIN reg_user_row -->
|
||||
<tr>
|
||||
<td width="25%" class="{userrow.ROW_CLASS}"> <span class="gen"><a href="{userrow.U_USER_PROFILE}">{userrow.USERNAME}</a></span> </td>
|
||||
<td width="25%" align="center" class="{userrow.ROW_CLASS}"> <span class="gen">{userrow.LASTUPDATE}</span> </td>
|
||||
<td width="25%" class="{userrow.ROW_CLASS}"> <span class="gen">{userrow.LOCATION}</span> </td>
|
||||
<td width="25%" class="{userrow.ROW_CLASS}"> <span class="gen">{userrow.IP_ADDRESS}</span> </td>
|
||||
<td width="20%" class="{reg_user_row.ROW_CLASS}"> <span class="gen"><a href="{reg_user_row.U_USER_PROFILE}" class="gen">{reg_user_row.USERNAME}</a></span> </td>
|
||||
<td width="20%" align="center" class="{reg_user_row.ROW_CLASS}"> <span class="gen">{reg_user_row.STARTED}</span> </td>
|
||||
<td width="20%" align="center" nowrap="nowrap" class="{reg_user_row.ROW_CLASS}"> <span class="gen">{reg_user_row.LASTUPDATE}</span> </td>
|
||||
<td width="20%" class="{reg_user_row.ROW_CLASS}"> <span class="gen"><a href="{reg_user_row.U_FORUM_LOCATION}" class="gen">{reg_user_row.FORUM_LOCATION}</a></span> </td>
|
||||
<td width="20%" class="{reg_user_row.ROW_CLASS}"> <span class="gen"><a href="{reg_user_row.U_WHOIS_IP}" class="gen" target="_phpbbwhois">{reg_user_row.IP_ADDRESS}</a></span> </td>
|
||||
</tr>
|
||||
<!-- END userrow -->
|
||||
<!-- END reg_user_row -->
|
||||
<tr>
|
||||
<td colspan="5" height="1" class="row3"><img src="templates/subSilver/images/spacer.gif" width="1" height="1" alt="."></td>
|
||||
</tr>
|
||||
<!-- BEGIN guest_user_row -->
|
||||
<tr>
|
||||
<td width="20%" class="{guest_user_row.ROW_CLASS}"> <span class="gen">{guest_user_row.USERNAME}</span> </td>
|
||||
<td width="20%" align="center" class="{guest_user_row.ROW_CLASS}"> <span class="gen">{guest_user_row.STARTED}</span> </td>
|
||||
<td width="20%" align="center" nowrap="nowrap" class="{guest_user_row.ROW_CLASS}"> <span class="gen">{guest_user_row.LASTUPDATE}</span> </td>
|
||||
<td width="20%" class="{guest_user_row.ROW_CLASS}"> <span class="gen"><a href="{guest_user_row.U_FORUM_LOCATION}" class="gen">{guest_user_row.FORUM_LOCATION}</a></span> </td>
|
||||
<td width="20%" class="{guest_user_row.ROW_CLASS}"> <span class="gen"><a href="{guest_user_row.U_WHOIS_IP}" target="_phpbbwhois">{guest_user_row.IP_ADDRESS}</a></span> </td>
|
||||
</tr>
|
||||
<!-- END guest_user_row -->
|
||||
</table>
|
||||
|
||||
<br />
|
||||
|
Reference in New Issue
Block a user