1
0
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:
Paul S. Owen
2001-04-19 14:17:56 +00:00
parent 8870e21858
commit 1129c4e0aa
3 changed files with 67 additions and 44 deletions

View File

@@ -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">&nbsp;{L_USERNAME}&nbsp;</td>
<td width="20%" align="center">&nbsp;{L_LAST_UPDATE}&nbsp;</td>
<td width="10%" align="center">&nbsp;{L_LOGGED_ON}&nbsp;</td>
<td width="35%" align="center">&nbsp;{L_USERNAME}&nbsp;</td>
<td width="25%" align="center">&nbsp;{L_LAST_UPDATE}&nbsp;</td>
<td width="40%" align="center">&nbsp;{L_LOCATION}&nbsp;</td>
</tr>
<!-- BEGIN userrow -->
<tr bgcolor="{userrow.ROW_COLOR}" class="tablebody">
<td width="30%">&nbsp;<a href="profile.{PHPEX}?mode=viewprofile&{POST_USER_URL}={userrow.USER_ID}">{userrow.USERNAME}</a>&nbsp;</td>
<td width="20%" align="center">&nbsp;{userrow.LASTUPDATE}&nbsp;</td>
<td width="10%" align="center">&nbsp;{userrow.LOGGEDON}&nbsp;</td>
<td width="35%">&nbsp;<a href="profile.{PHPEX}?mode=viewprofile&{POST_USER_URL}={userrow.USER_ID}">{userrow.USERNAME}</a>&nbsp;</td>
<td width="25%" align="center">&nbsp;{userrow.LASTUPDATE}&nbsp;</td>
<td width="40%">&nbsp;<a href="{userrow.LOCATION_URL}">&nbsp;{userrow.LOCATION}</a>&nbsp;</td>
</tr>
<!-- END userrow -->