- Timestamp:
- Mar 20, 2010, 10:11:08 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/pages/jak-zacit.php
r695 r696 11 11 <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> 12 12 <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> 14 15 </ol> 15 16 </li> -
trunk/pages/svety.php
r695 r696 31 31 '<th>Násobek XP</th>'. 32 32 '<th>Zaměření</th>'. 33 '<th>Jazyk</th>'. 33 34 '<th>Stav</th>'. 34 '<th>Hráči online / max. online / celkem</th>'.35 '<th>Hráči online</th>'. 35 36 '</tr>'; 36 37 … … 39 40 { 40 41 $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>'; 43 44 //if(array_key_exists($Index + 1, $Config['Mangos']['RealmList'])) 44 $Output .= '<tr><td colspan=" 5"> </td></tr>';45 $Output .= '<tr><td colspan="6"> </td></tr>'; 45 46 } 46 47 $Output .= '</table><br/>';
Note:
See TracChangeset
for help on using the changeset viewer.