Last change
on this file since 3 was 3, checked in by george, 17 years ago |
Přidáno: Nastavení počtu zobrazených serverů na stránku a počtu nej serverů v konfiguračním souboru.
Opraveno: Pročištění použití stylů a vyřešení překrývání hlavního seznamu s pravým sloupcem u některých prohlížečů. Všechny informace o stylech musí být v souboru CSS a ne v HTML kódu.
|
File size:
835 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}>Rating</option>
|
---|
6 | <option {s2}>Verze</option>
|
---|
7 | <option {s3}>Typ</option>
|
---|
8 | <option {s4}>XP Rate</option>
|
---|
9 | <option {s5}>{th_players}</option>
|
---|
10 | <option {s6}>Online</option>
|
---|
11 | </select>
|
---|
12 | </div>
|
---|
13 | <div class="table">
|
---|
14 | {pager}
|
---|
15 | </div>
|
---|
16 |
|
---|
17 | <table class="table">
|
---|
18 | <tr>
|
---|
19 | <th><img src="templates/img/hvezda.gif" alt="Doporučujeme" title="Doporučujeme"></th>
|
---|
20 | <th>{th_name}</th>
|
---|
21 | <th>Rating</th>
|
---|
22 | <th>Verze</th>
|
---|
23 | <th>Typ</th>
|
---|
24 | <th>XP Rate</th>
|
---|
25 | <th>{th_players}</th>
|
---|
26 | <th>Online</th>
|
---|
27 | </tr>
|
---|
28 | {servers_data}
|
---|
29 | </table>
|
---|
30 |
|
---|
31 | <div class="table" style="text-align: center; width: 500px">
|
---|
32 | {pager}
|
---|
33 | </div>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.