Changeset 614 for trunk/pages
- Timestamp:
- Aug 7, 2009, 11:38:12 PM (15 years ago)
- Location:
- trunk/pages
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/pages/arena.php
r609 r614 21 21 $count = $db->query('SELECT COUNT(*) FROM arena_team')->fetch_row(); 22 22 $all_record = $count[0]; 23 echo('<h3 class="PageTitle">Arénové týmy :</h3> 24 Celkem týmů : <strong>'.$all_record.'</strong> 23 echo('<h3 class="PageTitle">Arénové týmy :</h3>'); 24 echo($server->RealmSelection()); 25 echo('Celkem týmů : <strong>'.$all_record.'</strong> 25 26 <table class="BaseTable"> 26 27 <tr> -
trunk/pages/chars.php
r576 r614 2 2 3 3 $html->PrgStart(); 4 echo($server->RealmSelection()); 4 5 echo(' <a href="?page=acc"><- Zpět do správy účtu</a>'); 5 6 -
trunk/pages/commands.php
r613 r614 2 2 3 3 $Output = '<h2 align="center">Herní příkazy</h2>'; 4 $Output .= $server->RealmSelection(); 4 5 5 6 $db->select_db($Config['Mangos']['RealmList'][$_COOKIE['RealmIndex']]['DatabaseMangos']); -
trunk/pages/events.php
r609 r614 89 89 90 90 echo('<h3 class="PageTitle">Události ve hře</h3>'); 91 echo($server->RealmSelection()); 91 92 92 93 $Events = Events(); -
trunk/pages/gmlog.php
r609 r614 5 5 6 6 echo('<img src="imgs/gm.jpg" alt="gm" /><br />'); 7 echo($server->RealmSelection()); 7 8 echo('<table class="BaseTable"><tr><th>Čas</th><th>Příkaz</th><th>GM</th><th>Vybrán</th></tr>'); 8 9 -
trunk/pages/guildy.php
r609 r614 31 31 32 32 echo('<h3 class="PageTitle">Seznam spolků</h3>'); 33 echo($server->RealmSelection()); 33 34 echo('<table class="BaseTable"> 34 35 <tr> -
trunk/pages/online.php
r609 r614 22 22 23 23 echo('<h3 class="PageTitle">Online hráči</h3>'); 24 echo($server->RealmSelection('Menu')); 25 24 26 echo('<div style="text-align: center">Celkem '.$server->MangosOnline($_COOKIE['RealmIndex']).' hráčů.</div>'. 25 27 '<table class="BaseTable"> -
trunk/pages/register.php
r597 r614 39 39 '<br />'); 40 40 41 if($RegistrationLimit->GetFreeRegistrationCount() == 0) 41 //if($RegistrationLimit->GetFreeRegistrationCount() == 0) 42 //{ 43 // echo('<div class="h10">Registrace pro dnešní den vyčerpány</div>'); 44 // echo('<div class="h10">Dnes bylo '.$RegistrationLimit->GetPerDeyRegistrationCount().' volných registrací</div>'); 45 //} else 42 46 { 43 echo('<div class="h10">Registrace pro dnešní den vyčerpány</div>'); 44 echo('<div class="h10">Dnes bylo '.$RegistrationLimit->GetPerDeyRegistrationCount().' volných registrací</div>'); 45 } else 46 { 47 echo('<div class="h11">Pro tento den je povoleno '.$RegistrationLimit->GetPerDeyRegistrationCount().' volných registrací</div>'); 48 echo('<div class="h11">Zbývá ještě '.$RegistrationLimit->GetFreeRegistrationCount().' volných registrací</div>'); 47 //echo('<div class="h11">Pro tento den je povoleno '.$RegistrationLimit->GetPerDeyRegistrationCount().' volných registrací</div>'); 48 //echo('<div class="h11">Zbývá ještě '.$RegistrationLimit->GetFreeRegistrationCount().' volných registrací</div>'); 49 49 echo('<br />'); 50 50 -
trunk/pages/tophraci.php
r609 r614 27 27 $i = 0; 28 28 echo('<h3 class="PageTitle">Nejlepších '.$top.' herních časů</h3>'); 29 echo($server->RealmSelection()); 29 30 30 31 echo('<table class="SimpleTable">'); -
trunk/pages/xpreset.php
r576 r614 2 2 3 3 $html->PrgStart(); 4 echo($server->RealmSelection()); 4 5 if($player->Check()) 5 6 {
Note:
See TracChangeset
for help on using the changeset viewer.