1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-03 13:05:44 +02:00

Potential split of viewonline status

git-svn-id: file:///svn/phpbb/trunk@153 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2001-04-15 22:04:35 +00:00
parent 89d1446795
commit b91f972c48
2 changed files with 48 additions and 0 deletions

View File

@ -0,0 +1,23 @@
<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_ANONYMOUS_ONLINE}</b></td>
</tr>
<tr class="catheader">
<td width="30%" align="center">&nbsp;{L_USERNAME}&nbsp;</td>
<td width="30%" align="center">&nbsp;{L_LASTUPDATE}&nbsp;</td>
<td width="40%" align="center">&nbsp;{L_LOCATION}&nbsp;</td>
</tr>
<!-- BEGIN userguestrow -->
<tr bgcolor="{userguestrow.ROW_COLOR}" class="tablebody">
<td width="30%">&nbsp;{userguestrow.USERNAME}&nbsp;</td>
<td width="30%" align="center">&nbsp;{userguestrow.LASTUPDATE}&nbsp;</td>
<td width="40%"><a href="{userguestrow.LOCATION_URL}">&nbsp;{userguestrow.LOCATION}&nbsp;</a></td>
</tr>
<!-- END userguestrow -->
</table></td>
</tr>
</table></td>
</tr>

View File

@ -0,0 +1,25 @@
<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>