mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-19 06:51:33 +02:00
Removed duplicate users improved guest user output
git-svn-id: file:///svn/phpbb/trunk@904 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -9,20 +9,44 @@
|
||||
<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">{L_ONLINE_EXPLAIN}</span></td>
|
||||
<td class="cat" colspan="3" align="center"><span class="gen"><b>{TOTAL_REGISTERED_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 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>
|
||||
<!-- BEGIN reg_user_row -->
|
||||
<tr bgcolor="{reg_user_row.ROW_COLOR}">
|
||||
<td width="35%"> <span class="gen"><a href="{reg_user_row.U_USER_PROFILE}">{reg_user_row.USERNAME}</a></span> </td>
|
||||
<td width="25%" align="center"> <span class="gen">{reg_user_row.LASTUPDATE}</span> </td>
|
||||
<td width="40%"> <span class="gen"><a href="{reg_user_row.U_FORUM_LOCATION}">{reg_user_row.LOCATION}</a></span> </td>
|
||||
</tr>
|
||||
<!-- END reguserrow -->
|
||||
<!-- END reg_user_row -->
|
||||
</table></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
<table width="98%" cellpadding="1" cellspacing="0" border="0" align="center">
|
||||
<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_GUEST_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 guest_user_row -->
|
||||
<tr bgcolor="{guest_user_row.ROW_COLOR}">
|
||||
<td width="35%"> <span class="gen"><a href="{guest_user_row.U_USER_PROFILE}">{guest_user_row.USERNAME}</a></span> </td>
|
||||
<td width="25%" align="center"> <span class="gen">{guest_user_row.LASTUPDATE}</span> </td>
|
||||
<td width="40%"> <span class="gen"><a href="{guest_user_row.U_FORUM_LOCATION}">{guest_user_row.LOCATION}</a></span> </td>
|
||||
</tr>
|
||||
<!-- END guest_user_row -->
|
||||
</table></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
Reference in New Issue
Block a user