Last change
on this file was 9, checked in by george, 16 years ago |
Přidáno: Řazení podle času přidání serveru.
Opraveno: Řazení podle odezvy.
|
File size:
1000 bytes
|
Line | |
---|
1 | <h2>České servery</h2>
|
---|
2 | <div class="table">
|
---|
3 | <b>{order_by}:</b> <select onchange="location.href='index.php?page=servers&order='+this.selectedIndex">
|
---|
4 | <option {s0}>{th_name}</option>
|
---|
5 | <option {s1}>{th_rating}</option>
|
---|
6 | <option {s2}>{th_version}</option>
|
---|
7 | <option {s3}>{th_type}</option>
|
---|
8 | <option {s4}>{th_xp}</option>
|
---|
9 | <option {s5}>{th_players}</option>
|
---|
10 | <option {s6}>{th_online_state}</option>
|
---|
11 | <option {s7}>{th_latency}</option>
|
---|
12 | <option {s8}>{th_created}</option>
|
---|
13 | </select>
|
---|
14 | </div>
|
---|
15 | <div class="table">
|
---|
16 | {pager}
|
---|
17 | </div>
|
---|
18 |
|
---|
19 | <table class="table">
|
---|
20 | <tr>
|
---|
21 | <th><img src="templates/img/hvezda.gif" alt="{th_recommend}" title="{th_recommend}"></th>
|
---|
22 | <th>{th_name}</th>
|
---|
23 | <th>{th_rating}</th>
|
---|
24 | <th>{th_version}</th>
|
---|
25 | <th>{th_type}</th>
|
---|
26 | <th>{th_xp}</th>
|
---|
27 | <th>{th_players}</th>
|
---|
28 | <th>{th_online_state}</th>
|
---|
29 | <th>{th_latency}</th>
|
---|
30 | </tr>
|
---|
31 | {servers_data}
|
---|
32 | </table>
|
---|
33 |
|
---|
34 | <div class="table" style="text-align: center; width: 500px">
|
---|
35 | {pager}
|
---|
36 | </div>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.