mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 19:24:01 +02:00
More compliance ... it never ends
git-svn-id: file:///svn/phpbb/trunk@775 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
|
||||
<table width="98%" cellspacing="0" cellpadding="4" border="0" align="center">
|
||||
<tr>
|
||||
<td align="left"><span class="gensmall"><a href="{U_INDEX}">{SITENAME} {L_INDEX}</a></span></td>
|
||||
@@ -8,27 +9,29 @@
|
||||
<tr>
|
||||
<td class="tablebg"><table width="100%" cellpadding="4" cellspacing="1" border="0">
|
||||
<tr>
|
||||
<td class="cat" colspan="3" align="center"><span class="gen"><b>{TOTAL_USERS_ONLINE}</b></span><br /><span class="gensmall">This data is based on users active over the past five minutes</span></td>
|
||||
<td class="cat" colspan="3" align="center"><span class="gen"><b>{TOTAL_USERS_ONLINE}</b></span><br /><span class="gensmall">{L_ONLINE_EXPLAIN}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th width="35%"> {L_USERNAME} </th>
|
||||
<th width="25%"> {L_LAST_UPDATE} </th>
|
||||
<th width="40%"> {L_LOCATION} </th>
|
||||
</tr>
|
||||
<!-- BEGIN userrow -->
|
||||
<tr bgcolor="{userrow.ROW_COLOR}">
|
||||
<td width="35%"> <span class="gen"><a href="{userrow.U_USER_PROFILE}">{userrow.USERNAME}</a></span> </td>
|
||||
<td width="25%" align="center"> <span class="gen">{userrow.LASTUPDATE}</span> </td>
|
||||
<td width="40%"> <span class="gen"><a href="{userrow.U_FORUM_LOCATION}">{userrow.LOCATION}</a></span> </td>
|
||||
<!-- BEGIN reguserrow -->
|
||||
<tr bgcolor="{reguserrow.ROW_COLOR}">
|
||||
<td width="35%"> <span class="gen"><a href="{reguserrow.U_USER_PROFILE}">{reguserrow.USERNAME}</a></span> </td>
|
||||
<td width="25%" align="center"> <span class="gen">{reguserrow.LASTUPDATE}</span> </td>
|
||||
<td width="40%"> <span class="gen"><a href="{reguserrow.U_FORUM_LOCATION}">{reguserrow.LOCATION}</a></span> </td>
|
||||
</tr>
|
||||
<!-- END userrow -->
|
||||
<!-- END reguserrow -->
|
||||
</table></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
<table cellspacing="2" border="0" width="98%" align="center">
|
||||
<tr>
|
||||
<td width="40%" valign="top"><span class="gensmall"><b>{S_TIMEZONE}</b></span></td>
|
||||
<td align="right" valign="top" nowrap>{JUMPBOX}</td>
|
||||
<td align="right" valign="top" nowrap="nowrap">{JUMPBOX}</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
Reference in New Issue
Block a user