mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-25 04:23:38 +01:00
21 lines
1.6 KiB
Smarty
21 lines
1.6 KiB
Smarty
<div align="center"><table border="0" cellpadding="1" cellspacing="0" width="98%">
|
|
<tr>
|
|
<td bgcolor="{T_TH_COLOR1}"><table border="0" cellpadding="4" cellspacing="1" width="100%">
|
|
<tr>
|
|
<td colspan="3" bgcolor="{T_TH_COLOR2}" align="center"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><b>There are {ACTIVE_USERS} logged in users and {GUEST_USERS} guest users browsing this board.</b></font><br /><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">This data is based on users active over the past five minutes.</font></td>
|
|
</tr>
|
|
<tr>
|
|
<td width="35%" bgcolor="{T_TH_COLOR3}" align="center"> <font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><b>{L_USERNAME}</font> </td>
|
|
<td width="25%" bgcolor="{T_TH_COLOR3}" align="center"> <font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><b>{L_LAST_UPDATE}</font> </td>
|
|
<td width="40%" bgcolor="{T_TH_COLOR3}" align="center"> <font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><b>{L_LOCATION}</font> </td>
|
|
</tr>
|
|
<!-- BEGIN userrow -->
|
|
<tr>
|
|
<td bgcolor="{userrow.ROW_COLOR}" width="35%"> <font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><a href="{userrow.U_USER_PROFILE}">{userrow.USERNAME}</a></font> </td>
|
|
<td bgcolor="{userrow.ROW_COLOR}" width="25%" align="center"> <font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{userrow.LASTUPDATE}</font> </td>
|
|
<td bgcolor="{userrow.ROW_COLOR}" width="40%"> <font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><a href="{userrow.U_FORUM_LOCATION}">{userrow.LOCATION}</a></font> </td>
|
|
</tr>
|
|
<!-- END userrow -->
|
|
</table></td>
|
|
</tr>
|
|
</table></div> |