mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 12:03:21 +01:00
23 lines
1.1 KiB
Smarty
23 lines
1.1 KiB
Smarty
<tr>
|
|
<td><table border="0" align="center" width="100%" bgcolor="#000000" cellpadding="0" cellspacing="1">
|
|
<tr>
|
|
<td><table border="0" width="100%" cellpadding="3" cellspacing="1">
|
|
<tr class="tableheader">
|
|
<td colspan="4" align="center"><b>There are {ACTIVE_USERS} logged in users and {GUEST_USERS} guest users browsing this board.</b><br />This data is based on users active over the past five minutes.</td>
|
|
</tr>
|
|
<tr class="catheader">
|
|
<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="35%"> <a href="profile.{PHPEX}?mode=viewprofile&{S_USERS_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 -->
|
|
</table></td>
|
|
</tr>
|
|
</table></td>
|
|
</tr> |