mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 12:03:21 +01:00
23 lines
954 B
Smarty
23 lines
954 B
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_ANONYMOUS_ONLINE}</b></td>
|
||
|
</tr>
|
||
|
<tr class="catheader">
|
||
|
<td width="30%" align="center"> {L_USERNAME} </td>
|
||
|
<td width="30%" align="center"> {L_LASTUPDATE} </td>
|
||
|
<td width="40%" align="center"> {L_LOCATION} </td>
|
||
|
</tr>
|
||
|
<!-- BEGIN userguestrow -->
|
||
|
<tr bgcolor="{userguestrow.ROW_COLOR}" class="tablebody">
|
||
|
<td width="30%"> {userguestrow.USERNAME} </td>
|
||
|
<td width="30%" align="center"> {userguestrow.LASTUPDATE} </td>
|
||
|
<td width="40%"><a href="{userguestrow.LOCATION_URL}"> {userguestrow.LOCATION} </a></td>
|
||
|
</tr>
|
||
|
<!-- END userguestrow -->
|
||
|
</table></td>
|
||
|
</tr>
|
||
|
</table></td>
|
||
|
</tr>
|