- Timestamp:
- May 18, 2009, 9:36:52 PM (15 years ago)
- Location:
- trunk/pages
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/pages/arena.php
r583 r593 23 23 echo('<h3 class="PageTitle">Arénové týmy :</h3> 24 24 Celkem týmů : <strong>'.$all_record.'</strong> 25 <center> 26 <table class="BaseTable"> 25 <table class="BaseTable" style="font-size: small;"> 27 26 <tr> 28 27 <th>'.MakeLink('Tým', 'atname').'</th> … … 47 46 </tr>'); 48 47 } 49 echo('</table> </center>');48 echo('</table>'); 50 49 51 50 ?> -
trunk/pages/banlist.php
r592 r593 39 39 $sqldata = $db->query('SELECT `account`.`last_ip`,`ip_banned`.`bandate`,`ip_banned`.`unbandate`,`ip_banned`.`bannedby`,`ip_banned`.`banreason` FROM `account` INNER join `ip_banned` ON `account`.`last_ip`=`ip_banned`.`ip`'); 40 40 41 echo('<table class="BaseTable" >');41 echo('<table class="BaseTable" style="font-size: small;">'); 42 42 echo('<tr><th>IP</th><th>Od</th><th>Do</th><th>Banoval</th><th>Důvod</th></tr>'); 43 43 -
trunk/pages/events.php
r583 r593 40 40 function Events() 41 41 { 42 include('inc/db.php');43 44 42 global $db, $EventsLinks, $Config; 45 43 … … 90 88 } 91 89 92 echo('< center><h3>Události ve hře :</h3></center>');90 echo('<h3 class="PageTitle">Události ve hře</h3>'); 93 91 94 92 $Events = Events(); 95 echo('<table class="BaseTable" >');93 echo('<table class="BaseTable" style="font-size: small;">'); 96 94 echo('<tr><th>Název</th><th>Začátek</th><th>Konec</th><th>Informace</th></tr>'); 97 95 echo('<tr><td colspan="5"><b>Probíhající akce</b></td></tr>');
Note:
See TracChangeset
for help on using the changeset viewer.