Changeset 163 for www/index.php
- Timestamp:
- Feb 20, 2009, 9:53:27 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
www/index.php
r154 r163 9 9 var $ShortTitle = 'Rozcestník'; 10 10 var $Links = array( 11 'main' => array(' Důležité odkazy',11 'main' => array('Síť', 12 12 array('Finance', '/finance/', 'money.gif'), 13 13 array('Statistika', 'http://stat.zdechov.net/centrala/', 'chart.gif'), … … 22 22 array('Televize', 'http://tv.zdechov.net/', 'clear.gif'), 23 23 array('Herní server', 'http://game-server.zdechov.net/', 'cube.gif'), 24 array('Rozpis mší', 'http://farnost.zdechov.net/', 'cfix.gif'),25 24 array('Telefonní seznam', '/telseznam.php', 'tel.gif'), 26 25 array('Mapa Zděchova', 'http://www.mapy.cz/#x=141560832@y=133134848@z=13@mm=FP@sa=s@st=s@ssq=zd%C4%9Bchov@sss=1@ssp=120738725_123701121_150360997_149800833', 'clear.gif'), … … 29 28 array('Dostupnost sítě', '/network/dostupnost.php', 'satellite.gif'), 30 29 array('Technické informace', '/network.php', 'tech.gif'), 31 array('Fotbal Sokol Zděchov', 'http://fotbal.zdechov.net/', 'socer.gif'),32 30 array('Webkamera', '/webcam/', 'clear.gif'), 33 31 array('Stránky naší sítě', 'http://www.zdechov.net/', 'clear.gif'), 34 ),35 'other' => array('Další odkazy',36 32 array('Kanály kabelovky', '/tkr.php', 'tv.gif'), 37 33 array('Historie sítě', '/history.php', 'clear.gif'), 38 34 array('Měřič spotřeby', '/merak.php', 'electric.gif'), 39 35 array('Plány do budoucna', '/ukoly.php', 'clear.gif'), 36 ), 37 'local' => array('Místní subjekty', 38 array('Obecní stránky', 'http://www.zdechov.cz/', 'clear.gif'), 39 array('Zděchovská grapa', 'http://zdechovskagrapa.sweb.cz/', 'clear.gif'), 40 array('Snowpark', 'http://www.snbzdechov.com/', 'clear.gif'), 41 array('Sbor dobrovolných hasičů', 'http://www.sdhzdechov.wz.cz/', 'clear.gif'), 42 array('TJ Sokol Zděchov', 'http://fotbal.zdechov.net/', 'socer.gif'), 43 array('Farnost Zděchov', 'http://farnost.zdechov.net/', 'cfix.gif'), 40 44 ), 41 45 'search' => array('Vyhledávání', … … 297 301 $Output .= '<table id="MainTable"><tr><td valign="top">'; 298 302 $Output .= '<div class="Panel">'.$this->ShowLinks($this->Links['main']).'</div>'; 299 $Output .= '<div class="Panel">'.$this->ShowLinks($this->Links['other']).'</div>';300 303 $Output .= '</td><td valign="top">'; 301 304 $Output .= '<div class="Panel">'.$this->ShowLinks($this->Links['search']).'</div>'; 302 305 $Output .= '<div class="Panel">'.$this->ShowLinks($this->Links['usefull']).'</div>'; 303 306 $Output .= '<div class="Panel">'.$this->ShowLinks($this->Links['fun']).'</div>'; 307 $Output .= '<div class="Panel">'.$this->ShowLinks($this->Links['local']).'</div>'; 304 308 $Output .= '</td><td id="NewsColumn" valign="top">'; 305 309 $Output .= '<div class="Panel">'.$this->System->Modules['News']->Show().'</div>';
Note:
See TracChangeset
for help on using the changeset viewer.