- Timestamp:
- Jun 5, 2008, 9:38:23 PM (16 years ago)
- Location:
- templates
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
templates/a_servers.html
r3 r8 3 3 <b>{order_by}:</b> <select onchange="location.href='index.php?page=a-servers&order='+this.selectedIndex"> 4 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>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 9 <option {s5}>{th_players}</option> 10 <option {s6}>Online</option> 10 <option {s6}>{th_online_state}</option> 11 <option {s7}>{th_latency}</option> 11 12 </select> 12 13 </div> … … 17 18 <table class="table"> 18 19 <tr> 19 <th><img src="templates/img/hvezda.gif" alt=" Doporučujeme" title="Doporučujeme"></th>20 <th><img src="templates/img/hvezda.gif" alt="{th_recommend}" title="{th_recommend}"></th> 20 21 <th>{th_name}</th> 21 <th> Rating</th>22 <th> Verze</th>23 <th> Typ</th>24 <th> XP Rate</th>22 <th>{th_rating}</th> 23 <th>{th_version}</th> 24 <th>{th_type}</th> 25 <th>{th_xp}</th> 25 26 <th>{th_players}</th> 26 <th>Online</th> 27 <th>{th_online_state}</th> 28 <th>{th_latency}</th> 27 29 </tr> 28 30 {servers_data} -
templates/server.html
r1 r8 11 11 <tr class="table"> 12 12 <td align="left"> 13 <strong> Verze</strong></td>13 <strong>{th_version}</strong></td> 14 14 <td align="center"> 15 15 {server_version}</td> … … 17 17 <tr class="table"> 18 18 <td align="left"> 19 <strong> Typ</strong></td>19 <strong>{th_type}</strong></td> 20 20 <td align="center"> 21 21 {server_typ}</td> … … 23 23 <tr class="table"> 24 24 <td align="left"> 25 <strong> XP Rate</strong></td>25 <strong>{th_xp}</strong></td> 26 26 <td align="center"> 27 27 {server_xp}</td> … … 39 39 {server_online_players}</td> 40 40 </tr> 41 41 42 42 <tr class="table"> 43 43 <td align="left"> 44 <strong> Online</strong></td>44 <strong>{th_online_state}</strong></td> 45 45 <td align="center"> 46 46 {server_online}</td> 47 47 </tr> 48 48 49 <tr class="table"> 50 <td align="left"> 51 <strong>{th_latency}</strong></td> 52 <td align="center"> 53 {server_latency}</td> 54 </tr> 55 49 56 <tr class="table"> 50 57 <td align="left"> -
templates/servers.html
r3 r8 3 3 <b>{order_by}:</b> <select onchange="location.href='index.php?page=servers&order='+this.selectedIndex"> 4 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>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 9 <option {s5}>{th_players}</option> 10 <option {s6}>Online</option> 10 <option {s6}>{th_online_state}</option> 11 <option {s7}>{th_latency}</option> 11 12 </select> 12 13 </div> … … 17 18 <table class="table"> 18 19 <tr> 19 <th><img src="templates/img/hvezda.gif" alt=" Doporučujeme" title="Doporučujeme"></th>20 <th><img src="templates/img/hvezda.gif" alt="{th_recommend}" title="{th_recommend}"></th> 20 21 <th>{th_name}</th> 21 <th> Rating</th>22 <th> Verze</th>23 <th> Typ</th>24 <th> XP Rate</th>22 <th>{th_rating}</th> 23 <th>{th_version}</th> 24 <th>{th_type}</th> 25 <th>{th_xp}</th> 25 26 <th>{th_players}</th> 26 <th>Online</th> 27 <th>{th_online_state}</th> 28 <th>{th_latency}</th> 27 29 </tr> 28 30 {servers_data} -
templates/style/screen2.css
r3 r8 106 106 .table td { 107 107 border: 1px solid #b8b8b8; 108 padding: 5px 10px 5px 10px;108 padding: 5px 5px 5px 5px; 109 109 } 110 110 -
templates/wss_partners.html
r3 r8 3 3 <b>{order_by}:</b> <select onchange="location.href='index.php?page=wss-partners&order='+this.selectedIndex"> 4 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>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 9 <option {s5}>{th_players}</option> 10 <option {s6}>Online</option> 10 <option {s6}>{th_online_state}</option> 11 <option {s7}>{th_latency}</option> 11 12 </select> 12 13 </div> … … 17 18 <table class="table"> 18 19 <tr> 19 <th><img src="templates/img/hvezda.gif" alt=" Doporučujeme" title="Doporučujeme"></th>20 <th><img src="templates/img/hvezda.gif" alt="{th_recommend}" title="{th_recommend}"></th> 20 21 <th>{th_name}</th> 21 <th> Rating</th>22 <th> Verze</th>23 <th> Typ</th>24 <th> XP Rate</th>22 <th>{th_rating}</th> 23 <th>{th_version}</th> 24 <th>{th_type}</th> 25 <th>{th_xp}</th> 25 26 <th>{th_players}</th> 26 <th>Online</th> 27 <th>{th_online_state}</th> 28 <th>{th_latency}</th> 27 29 </tr> 28 30 {servers_data}
Note:
See TracChangeset
for help on using the changeset viewer.