1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-25 04:23:38 +01:00
php-phpbb/phpBB/templates/PSO/viewonline_body.tpl
Paul S. Owen 3735013fba Various updates, templating var changes, config array updates, etc.
git-svn-id: file:///svn/phpbb/trunk@242 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-05-04 00:35:31 +00:00

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">&nbsp;<font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><b>{L_USERNAME}</font>&nbsp;</td>
<td width="25%" bgcolor="{T_TH_COLOR3}" align="center">&nbsp;<font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><b>{L_LAST_UPDATE}</font>&nbsp;</td>
<td width="40%" bgcolor="{T_TH_COLOR3}" align="center">&nbsp;<font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><b>{L_LOCATION}</font>&nbsp;</td>
</tr>
<!-- BEGIN userrow -->
<tr>
<td bgcolor="{userrow.ROW_COLOR}" width="35%">&nbsp;<font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><a href="{userrow.U_USER_PROFILE}">{userrow.USERNAME}</a></font>&nbsp;</td>
<td bgcolor="{userrow.ROW_COLOR}" width="25%" align="center">&nbsp;<font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{userrow.LASTUPDATE}</font>&nbsp;</td>
<td bgcolor="{userrow.ROW_COLOR}" width="40%">&nbsp;<font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><a href="{userrow.U_FORUM_LOCATION}">{userrow.LOCATION}</a></font>&nbsp;</td>
</tr>
<!-- END userrow -->
</table></td>
</tr>
</table></div>