| |
| |
| <h4>{TOTAL_REGISTERED_USERS_ONLINE}</h4> |
| <h4>{TOTAL_GUEST_USERS_ONLINE} [ <a href="{U_SWITCH_GUEST_DISPLAY}">{L_SWITCH_GUEST_DISPLAY}</a> ]</h4> |
| <br /> |
| |
| |
| <table width="100%" cellspacing="1"> |
| <tr> |
| <td class="nav" valign="middle" nowrap="nowrap"> {PAGE_NUMBER}<br /></td> |
| <td class="gensmall" width="100%" align="{S_CONTENT_FLOW_END}" nowrap="nowrap"><b><a href="#" onclick="jumpto(); return false;" title="{L_JUMP_TO_PAGE}">{L_GOTO_PAGE}</a> <a href="{PREVIOUS_PAGE}">{L_PREVIOUS}</a> {PAGINATION} <a href="{NEXT_PAGE}">{L_NEXT}</a></b></td> |
| </tr> |
| </table> |
| |
| |
| <table class="tablebg" width="100%" cellspacing="1"> |
| <tr> |
| <th width="40%"><a href="{U_SORT_USERNAME}">{L_USERNAME}</a></th> |
| <th width="20%"><a href="{U_SORT_UPDATED}">{L_LAST_UPDATED}</a></th> |
| <th width="40%"><a href="{U_SORT_LOCATION}">{L_FORUM_LOCATION}</a></th> |
| </tr> |
| |
| <tr> |
| <td class="row1"><p class="gen">{user_row.USERNAME_FULL}</p><p class="gensmall">{L_IP}: <a href="{user_row.U_USER_IP}">{user_row.USER_IP}</a> » <a href="{user_row.U_WHOIS}" onclick="popup(this.href, 750, 500); return false;">{L_WHOIS}</a></p> |
| {user_row.USER_BROWSER}</td> |
| <td class="row2" align="center" nowrap="nowrap"><p class="genmed"> {user_row.LASTUPDATE}</p></td> |
| <td class="row1"><p class="genmed"><a href="{user_row.U_FORUM_LOCATION}">{user_row.FORUM_LOCATION}</a></p></td> |
| </tr> |
| |
| |
| |
| <tr> |
| <td class="row1" colspan="3"><b class="gensmall">{L_LEGEND} :: {LEGEND}</b></td> |
| </tr> |
| |
| </table> |
| |
| |
| <table width="100%" cellspacing="1"> |
| <tr> |
| <td class="nav" valign="middle" nowrap="nowrap"> {PAGE_NUMBER}<br /></td> |
| <td class="gensmall" width="100%" align="{S_CONTENT_FLOW_END}" nowrap="nowrap"><b><a href="#" onclick="jumpto(); return false;" title="{L_JUMP_TO_PAGE}">{L_GOTO_PAGE}</a> <a href="{PREVIOUS_PAGE}">{L_PREVIOUS}</a> {PAGINATION} <a href="{NEXT_PAGE}">{L_NEXT}</a></b></td> |
| </tr> |
| </table> |
| |
| |
| <div class="gensmall" align="{S_CONTENT_FLOW_END}">{L_ONLINE_EXPLAIN}</div> |
| |
| <br clear="all" /> |
| |
| |
| |
| <br clear="all" /> |
| |
| <div align="{S_CONTENT_FLOW_END}"></div> |
| |
| |