1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 12:03:21 +01:00
php-phpbb/phpBB/templates/Default/viewonline_body_reg.tpl
Paul S. Owen b91f972c48 Potential split of viewonline status
git-svn-id: file:///svn/phpbb/trunk@153 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-04-15 22:04:35 +00:00

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