Changeset 100 for devel/www/index.php
- Timestamp:
- Aug 1, 2008, 2:47:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/www/index.php
r98 r100 17 17 array('Seznam počítačů', '/hostlist.php', 'comp.gif'), 18 18 array('Historie chatu', '/chat/history.php', 'sunrisechat.gif', array('Chat', 'Display')), 19 array('Webový chat', 'http://embed.mibbit.com/?server=game.zdechov.net%3A6667& channel=%23zdechov&forcePrompt=true&charset=windows-1250', 'sunrisechat.gif'),19 array('Webový chat', 'http://embed.mibbit.com/?server=game.zdechov.net%3A6667&channel=%23zdechov&forcePrompt=true&charset=windows-1250', 'sunrisechat.gif'), 20 20 array('Diskusní fórum', '/forum/', 'discus.gif'), 21 21 array('WebMail', 'https://centrala.zdechov.net/cgi-bin/openwebmail/openwebmail.pl', 'openwebmail.gif'), … … 25 25 array('Rozpis mší', '/farnost/', 'cfix.gif'), 26 26 array('Telefonní seznam', '/telseznam.php', 'tel.gif'), 27 array('Zápisy ze schůzí', '/docs/zapisy/zapisy.php', 'zapisy.gif'), 28 array('Mapa Zděchova', '/mapy/mapa.php', 'clear.gif'), 27 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('Otvírací doby', '/otevreno.php', 'otv_doby.gif'), 30 29 array('Topologie sítě', '/is/topologie.php', 'topologie.gif'), … … 36 35 'other' => array('Další odkazy', 37 36 array('Kanály kabelovky', '/tkr.php', 'tv.gif'), 38 array('Nabídka mapy', '/mapy/mapa_nabidka.php', 'clear.gif'),39 37 array('Historie sítě', '/history.php', 'clear.gif'), 40 38 array('Měřič spotřeby', '/merak.php', 'electric.gif'), 41 array('Seznam služeb', '/sluzby.php', 'clear.gif'),42 39 array('Plány do budoucna', '/ukoly.php', 'clear.gif'), 43 40 ), … … 129 126 } 130 127 131 $Output = '<div class="Navigation"><span id="MenuItem">'.$Output.'</span><div id="MenuItem2">'.$Output2.'</div></div>';128 $Output = '<div class="Navigation"><span class="MenuItem">'.$Output.'</span><div class="MenuItem2"> '.$Output2.'</div></div>'; 132 129 return($Output); 133 130 } … … 140 137 '<a href="'.$this->System->Config['Web']['RootFolder'].'/network/user_hosts.php">Registrované počítače</a><br />'. 141 138 '<a href="'.$this->System->Config['Web']['RootFolder'].'/aktuality/?action=add">Vložení aktuality</a><br />'; 139 if($this->System->Modules['User']->CheckPermission('EatingPlace', 'Edit')) $Output .= '<a href="'.$this->System->Config['Web']['RootFolder'].'/jidelna/menuedit.php">Editace jídelníčků</a><br />'; 142 140 if($this->System->Modules['User']->CheckPermission('Finance', 'Manage')) $Output .= '<a href="'.$this->System->Config['Web']['RootFolder'].'/finance/manage.php">Správa financí</a><br />'; 143 141 if($this->System->Modules['User']->CheckPermission('Network', 'Administration')) $Output .= '<a href="'.$this->System->Config['Web']['RootFolder'].'/is/administration_page.php">Správa sítě</a><br />'; … … 267 265 $Output .= $UserRegister->ShowEditForm(); 268 266 } else 267 if($_GET['Action'] == 'UserRegisterConfirm') 268 { 269 $Output .= $this->SystemMessage('Potvrzení registrace', $this->System->Modules['User']->RegisterConfirm($_GET['User'], $_GET['H'])); 270 } else 269 271 if($_GET['Action'] == 'PasswordRecovery') 270 272 {
Note:
See TracChangeset
for help on using the changeset viewer.