mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 20:13:22 +01:00
34 lines
2.1 KiB
Smarty
34 lines
2.1 KiB
Smarty
<div align="center"><table width="98%" cellspacing="0" cellpadding="4" border="0">
|
|
<tr>
|
|
<td align="left"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}" color="{T_FONTCOLOR1}"><a href="/">{SITENAME} {L_INDEX}</a></font></td>
|
|
</tr>
|
|
</table></div>
|
|
|
|
<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>
|
|
|
|
<div align="center"><table cellspacing="2" border="0" width="98%">
|
|
<tr>
|
|
<td width="40%" valign="top"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}"><b>{S_TIMEZONE}</b></font></td>
|
|
<td align="right" valign="top" nowrap>{JUMPBOX}</td>
|
|
</tr>
|
|
</table></div> |