mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 12:03:21 +01:00
66 lines
2.6 KiB
HTML
66 lines
2.6 KiB
HTML
<!-- INCLUDE overall_header.html -->
|
|
|
|
<table class="tablebg" width="100%" cellspacing="1">
|
|
<tr>
|
|
<td class="row1"><div class="nav" style="float:left"><a href="{U_INDEX}">{L_INDEX}</a></div><div class="gensmall" style="float:right">{S_TIMEZONE}</div></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<br clear="all" />
|
|
|
|
<table class="tablebg" width="100%" cellspacing="1">
|
|
<tr>
|
|
<th width="35%" height="28"><a class="th" href="{U_SORT_USERNAME}">{L_USERNAME}</a></th>
|
|
<th width="25%"><a class="th" href="{U_SORT_UPDATED}">{L_LAST_UPDATED}</a></th>
|
|
<th width="40%"><a class="th" href="{U_SORT_LOCATION}">{L_FORUM_LOCATION}</a></th>
|
|
</tr>
|
|
<tr>
|
|
<td class="cat" colspan="3" height="28"><b class="cattitle">{TOTAL_REGISTERED_USERS_ONLINE}</b></td>
|
|
</tr>
|
|
<!-- BEGIN reg_user_row -->
|
|
<!-- IF reg_user_row.S_ROW_COUNT is even -->
|
|
<tr class="row1">
|
|
<!-- ELSE -->
|
|
<tr class="row2">
|
|
<!-- ENDIF -->
|
|
<td class="gen" width="35%" height="28"> <!-- IF reg_user_row.U_USER_PROFILE --><a href="{reg_user_row.U_USER_PROFILE}" title="{reg_user_row.USER_IP}"><!-- ENDIF -->{reg_user_row.USERNAME}<!-- IF reg_user_row.U_USER_PROFILE --></a><!-- ENDIF --> </td>
|
|
<td class="gen" width="25%" align="center" nowrap="nowrap"> {reg_user_row.LASTUPDATE} </td>
|
|
<td class="gen" width="40%"> <a href="{reg_user_row.U_FORUM_LOCATION}">{reg_user_row.FORUM_LOCATION}</a> </td>
|
|
</tr>
|
|
<!-- END reg_user_row -->
|
|
<!-- IF LEGEND -->
|
|
<tr>
|
|
<td colspan="3" class="row1"><b class="gensmall">{L_LEGEND} :: {LEGEND}</b></td>
|
|
</tr>
|
|
<!-- ENDIF -->
|
|
<tr>
|
|
<td class="cat" colspan="3" height="28"><b class="cattitle">{TOTAL_GUEST_USERS_ONLINE}</b></td>
|
|
</tr>
|
|
<!-- BEGIN guest_user_row -->
|
|
<!-- IF guest_user_row.S_ROW_COUNT is even -->
|
|
<tr class="row1">
|
|
<!-- ELSE -->
|
|
<tr class="row2">
|
|
<!-- ENDIF -->
|
|
<td class="gen" width="35%" height="28"> <span title="{guest_user_row.USER_IP}">{guest_user_row.USERNAME}</span> </td>
|
|
<td class="gen" width="25%" align="center" nowrap="nowrap"> {guest_user_row.LASTUPDATE} </td>
|
|
<td class="gen" width="40%"> <a href="{guest_user_row.U_FORUM_LOCATION}">{guest_user_row.FORUM_LOCATION}</a> </td>
|
|
</tr>
|
|
<!-- END guest_user_row -->
|
|
</table>
|
|
|
|
<div class="gensmall" align="right">{L_ONLINE_EXPLAIN}</div>
|
|
|
|
<br clear="all" />
|
|
|
|
<table class="tablebg" width="100%" cellspacing="1">
|
|
<tr>
|
|
<td class="row1"><div class="nav" style="float:left"><a href="{U_INDEX}">{L_INDEX}</a></div><div class="gensmall" style="float:right">{S_TIMEZONE}</div></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<br clear="all" />
|
|
|
|
<div align="right"><!-- INCLUDE jumpbox.html --></div>
|
|
|
|
<!-- INCLUDE overall_footer.html --> |