mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
Modified as per Nathans suggestion
git-svn-id: file:///svn/phpbb/trunk@186 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -3,19 +3,17 @@
|
||||
<tr>
|
||||
<td><table border="0" width="100%" cellpadding="3" cellspacing="1">
|
||||
<tr class="tableheader">
|
||||
<td colspan="4" align="center"><b>{L_WHOSONLINE}</b></td>
|
||||
<td colspan="4" align="center"><b>There are {L_ACTIVE_USERS} active users and {L_GUEST_USERS} guest users browsing this board.</b><br />This table lists all logged in users active in the past five minutes.</td>
|
||||
</tr>
|
||||
<tr class="catheader">
|
||||
<td width="30%" align="center"> {L_USERNAME} </td>
|
||||
<td width="20%" align="center"> {L_LAST_UPDATE} </td>
|
||||
<td width="10%" align="center"> {L_LOGGED_ON} </td>
|
||||
<td width="35%" align="center"> {L_USERNAME} </td>
|
||||
<td width="25%" align="center"> {L_LAST_UPDATE} </td>
|
||||
<td width="40%" align="center"> {L_LOCATION} </td>
|
||||
</tr>
|
||||
<!-- BEGIN userrow -->
|
||||
<tr bgcolor="{userrow.ROW_COLOR}" class="tablebody">
|
||||
<td width="30%"> <a href="profile.{PHPEX}?mode=viewprofile&{POST_USER_URL}={userrow.USER_ID}">{userrow.USERNAME}</a> </td>
|
||||
<td width="20%" align="center"> {userrow.LASTUPDATE} </td>
|
||||
<td width="10%" align="center"> {userrow.LOGGEDON} </td>
|
||||
<td width="35%"> <a href="profile.{PHPEX}?mode=viewprofile&{POST_USER_URL}={userrow.USER_ID}">{userrow.USERNAME}</a> </td>
|
||||
<td width="25%" align="center"> {userrow.LASTUPDATE} </td>
|
||||
<td width="40%"> <a href="{userrow.LOCATION_URL}"> {userrow.LOCATION}</a> </td>
|
||||
</tr>
|
||||
<!-- END userrow -->
|
||||
|
Reference in New Issue
Block a user