source: trunk/forum/styles/subsilver2/template/viewonline_body.html

Last change on this file was 400, checked in by george, 16 years ago
  • Přidáno: Nové forum phpBB 3.
File size: 2.6 KB
Line 
1<!-- INCLUDE overall_header.html -->
2
3<h4>{TOTAL_REGISTERED_USERS_ONLINE}</h4>
4<h4>{TOTAL_GUEST_USERS_ONLINE}<!-- IF S_SWITCH_GUEST_DISPLAY --> [ <a href="{U_SWITCH_GUEST_DISPLAY}">{L_SWITCH_GUEST_DISPLAY}</a> ]<!-- ENDIF --></h4>
5<br />
6
7<!-- IF PAGINATION -->
8 <table width="100%" cellspacing="1">
9 <tr>
10 <td class="nav" valign="middle" nowrap="nowrap">&nbsp;{PAGE_NUMBER}<br /></td>
11 <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> <!-- IF PREVIOUS_PAGE --><a href="{PREVIOUS_PAGE}">{L_PREVIOUS}</a>&nbsp;&nbsp;<!-- ENDIF -->{PAGINATION}<!-- IF NEXT_PAGE -->&nbsp;&nbsp;<a href="{NEXT_PAGE}">{L_NEXT}</a><!-- ENDIF --></b></td>
12 </tr>
13 </table>
14<!-- ENDIF -->
15
16<table class="tablebg" width="100%" cellspacing="1">
17<tr>
18 <th width="40%"><a href="{U_SORT_USERNAME}">{L_USERNAME}</a></th>
19 <th width="20%"><a href="{U_SORT_UPDATED}">{L_LAST_UPDATED}</a></th>
20 <th width="40%"><a href="{U_SORT_LOCATION}">{L_FORUM_LOCATION}</a></th>
21</tr>
22<!-- BEGIN user_row -->
23 <tr>
24 <td class="row1"><p class="gen">{user_row.USERNAME_FULL}</p><!-- IF user_row.USER_IP --><p class="gensmall">{L_IP}: <a href="{user_row.U_USER_IP}">{user_row.USER_IP}</a> &#187; <a href="{user_row.U_WHOIS}" onclick="popup(this.href, 750, 500); return false;">{L_WHOIS}</a></p><!-- ENDIF -->
25 <!-- IF user_row.USER_BROWSER -->{user_row.USER_BROWSER}<!-- ENDIF --></td>
26 <td class="row2" align="center" nowrap="nowrap"><p class="genmed">&nbsp;{user_row.LASTUPDATE}</p></td>
27 <td class="row1"><p class="genmed"><a href="{user_row.U_FORUM_LOCATION}">{user_row.FORUM_LOCATION}</a></p></td>
28 </tr>
29<!-- END user_row -->
30
31<!-- IF LEGEND -->
32 <tr>
33 <td class="row1" colspan="3"><b class="gensmall">{L_LEGEND} :: {LEGEND}</b></td>
34 </tr>
35<!-- ENDIF -->
36</table>
37
38<!-- IF PAGINATION -->
39 <table width="100%" cellspacing="1">
40 <tr>
41 <td class="nav" valign="middle" nowrap="nowrap">&nbsp;{PAGE_NUMBER}<br /></td>
42 <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> <!-- IF PREVIOUS_PAGE --><a href="{PREVIOUS_PAGE}">{L_PREVIOUS}</a>&nbsp;&nbsp;<!-- ENDIF -->{PAGINATION}<!-- IF NEXT_PAGE -->&nbsp;&nbsp;<a href="{NEXT_PAGE}">{L_NEXT}</a><!-- ENDIF --></b></td>
43 </tr>
44 </table>
45<!-- ENDIF -->
46
47<div class="gensmall" align="{S_CONTENT_FLOW_END}">{L_ONLINE_EXPLAIN}</div>
48
49<br clear="all" />
50
51<!-- INCLUDE breadcrumbs.html -->
52
53<br clear="all" />
54
55<div align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></div>
56
57<!-- INCLUDE overall_footer.html -->
Note: See TracBrowser for help on using the repository browser.