Changeset 696


Ignore:
Timestamp:
Mar 20, 2010, 10:11:08 PM (14 years ago)
Author:
george
Message:
  • Upraveno: Aktualizace návodu Jak začít.
Location:
trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/pages/jak-zacit.php

    r695 r696  
    1111<li><a href="http://www.heroesoffantasy.cz:81/WoW-3.2.0.10192-to-3.3.0.10958-enGB-patch.exe">WoW-3.2.0.10192-to-3.3.0.10958-enGB-patch.exe</a></li>
    1212<li><a href="http://www.heroesoffantasy.cz:81/WoW-3.3.0.10958-to-3.3.0.11159-enGB-patch.exe">WoW-3.3.0.10958-to-3.3.0.11159-enGB-patch.exe</a></li>
    13 <li><a href="http://www.heroesoffantasy.cz:81/Instalace_CzechWoW_enGB_3.3.0a_2010-03-14.exe">Čeština pro klienta</a></li>
     13<li><a href="http://www.heroesoffantasy.cz:81/WoW-3.3.0.11159-to-3.3.2.11403-enGB-patch.exe">WoW-3.3.0.11159-to-3.3.2.11403-enGB-patch.exe</a></li>
     14<li><a href="http://www.heroesoffantasy.cz:81/Instalace_CzechWoW_enGB_3.3.2_2010-03-17.exe">Instalace_CzechWoW_enGB_3.3.2_2010-03-17.exe (čeština pro klienta )</a></li>
    1415</ol>
    1516</li>
  • trunk/pages/svety.php

    r695 r696  
    3131    '<th>Násobek XP</th>'.
    3232    '<th>Zaměření</th>'.
     33    '<th>Jazyk</th>'.
    3334    '<th>Stav</th>'.
    34     '<th>Hráči online / max. online / celkem</th>'.
     35    '<th>Hráči online</th>'.
    3536    '</tr>';
    3637 
     
    3940    {
    4041      $Realm = new Realm($System, $DbRow['Id']);
    41       $Output .= '<tr><td><a href="'.$html->Link('/svety/'.$DbRow['URLName'].'/').'">'.$Realm->Data['Name'].'</a></td><td>'.$Realm->Data['Rate'].'</td><td>'.$Realm->Data['Type'].'</td><td>'.$Server->OnlineStateImage($Realm->Data['Online']).'</td><td>'.$Realm->OnlineCharactersCount().' / '.$Realm->Data['MaxOnlinePlayers'].' / '.$Realm->CharacterCount().'</td></tr>';
    42       $Output .= '<tr><td colspan="5">'.$Realm->Data['Description'].'</td></tr>';
     42      $Output .= '<tr><td><a href="'.$html->Link('/svety/'.$DbRow['URLName'].'/').'">'.$Realm->Data['Name'].'</a></td><td>'.$Realm->Data['Rate'].'</td><td>'.$Realm->Data['Type'].'</td><td>'.$Realm->Data['Locale'].'</td><td>'.$Server->OnlineStateImage($Realm->Data['Online']).'</td><td><a href="'.$html->Link('/svety/'.$DbRow['URLName'].'/online-hraci/').'">'.$Realm->OnlineCharactersCount().'</a></td></tr>';
     43      $Output .= '<tr><td colspan="6">'.$Realm->Data['Description'].'</td></tr>';
    4344      //if(array_key_exists($Index + 1, $Config['Mangos']['RealmList']))
    44       $Output .= '<tr><td colspan="5">&nbsp;</td></tr>';
     45      $Output .= '<tr><td colspan="6">&nbsp;</td></tr>';
    4546    }
    4647    $Output .= '</table><br/>';
Note: See TracChangeset for help on using the changeset viewer.