Changeset 231 for trunk/index.php


Ignore:
Timestamp:
Jun 29, 2009, 11:04:48 AM (15 years ago)
Author:
george
Message:
  • Opraveno: Generování lokálních reverzních záznamů pro externí adresy.
  • Upraveno: Aktualizace plnění úkolů.
  • Přidáno: Sekce odkazů Hostované weby na hlavní stránce.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r225 r231  
    2121      array('WebMail', '/webmail/', 'openwebmail.gif'),
    2222      array('Jídelníček', '/jidelna/', 'apple.gif'),
    23       array('Televize', 'http://tv.zdechov.net/', ''),
    24       array('Herní server', 'http://game.zdechov.net/', 'cube.gif'),
    25       array('Telefonní seznam', '/telseznam.php', 'tel.gif'),
     23      //array('Televize', 'http://tv.zdechov.net/', ''),
     24      //array('Telefonní seznam', '/telseznam.php', 'tel.gif'),
    2625      array('Mapa sítě', '/map/', 'clear.gif'),
    2726      array('Otvírací doby', '/otevreno.php', 'otv_doby.gif'),
     
    3534      array('Měřič spotřeby', '/merak.php', 'electric.gif'),
    3635      array('Plány do budoucna', '/ukoly.php', ''),
    37           ),
    38           'local' => array('Místní organizace',
     36    ),
     37    'local' => array('Místní organizace',
    3938      array('Obecní úřad', 'http://www.zdechov.cz/', 'obec_zdechov.ico'),
    4039      array('Motokrosová grapa', 'http://zdechovskagrapa.sweb.cz/', ''),
    4140      array('Snowpark', 'http://www.snbzdechov.com/', 'www_snbzdechov_com.ico'),
    4241      array('Sbor dobrovolných hasičů', 'http://www.sdhzdechov.wz.cz/', ''),
    43       array('TJ Sokol', 'http://fotbal.zdechov.net/', 'socer.gif'),      
     42      array('TJ Sokol', 'http://fotbal.zdechov.net/', 'socer.gif'),  
    4443      array('Farnost', 'http://farnost.zdechov.net/', 'cfix.gif'),
    4544    ),
     
    6867    ),
    6968    'fun' => array('Zábava',
    70             array('Youtube', 'http://www.youtube.com/', 'www_youtube_com.png'),
    71             array('Stream.cz', 'http://www.stream.cz/', 'www_stream_cz.png'),
     69      array('Youtube', 'http://www.youtube.com/', 'www_youtube_com.png'),
     70      array('Stream.cz', 'http://www.stream.cz/', 'www_stream_cz.png'),
    7271      array('Last.fm', 'http://www.last.fm/', ''),   
     72    ),
     73    'hosted' => array('Hostované weby',
     74      array('Heroes of Fantasy', 'http://wow.zdechov.net/', 'cube.gif'),
     75      array('WoW překlad', 'http://wowpreklad.zdechov.net/', 'cube.gif'),
     76      array('Temné časy', 'http://temnecasy.zdechov.net/', 'cube.gif'),
     77      array('Sharp MZ community web', 'http://sharp.zdechov.net/', 'clear.gif'),
    7378    ),
    7479    /*'computers' => array('Prodej počítačů',
     
    152157    '<a href="'.$this->System->Config['Web']['RootFolder'].'/?Action=UserOptions">Nastavení uživatele</a><br />';
    153158    if($this->System->Modules['User']->CheckPermission('Finance', 'MemberOptions'))
    154             $Output .= '<a href="'.$this->System->Config['Web']['RootFolder'].'?Action=MemberOptions">Nastavení domácnosti</a><br />';
     159      $Output .= '<a href="'.$this->System->Config['Web']['RootFolder'].'?Action=MemberOptions">Nastavení domácnosti</a><br />';
    155160    if($this->System->Modules['User']->CheckPermission('Finance', 'DisplaySubjectState'))
    156             $Output .= '<a href="'.$this->System->Config['Web']['RootFolder'].'/finance/user_state.php">Stav financí</a><br />';
     161      $Output .= '<a href="'.$this->System->Config['Web']['RootFolder'].'/finance/user_state.php">Stav financí</a><br />';
    157162    if($this->System->Modules['User']->CheckPermission('Network', 'RegistredHostList'))
    158             $Output .= '<a href="'.$this->System->Config['Web']['RootFolder'].'/network/user_hosts.php">Registrované počítače</a><br />';
     163      $Output .= '<a href="'.$this->System->Config['Web']['RootFolder'].'/network/user_hosts.php">Registrované počítače</a><br />';
    159164    if($this->System->Modules['User']->CheckPermission('News', 'Insert'))
    160             $Output .= '<a href="'.$this->System->Config['Web']['RootFolder'].'/aktuality/?action=add">Vložení aktuality</a><br />';
     165      $Output .= '<a href="'.$this->System->Config['Web']['RootFolder'].'/aktuality/?action=add">Vložení aktuality</a><br />';
    161166    if($this->System->Modules['User']->CheckPermission('EatingPlace', 'Edit'))
    162167      $Output .= '<a href="'.$this->System->Config['Web']['RootFolder'].'/jidelna/menuedit.php">Editace jídelníčků</a><br />';
     
    222227    global $Database, $Config, $User;
    223228
    224           $Output = '';
     229    $Output = '';
    225230    if(array_key_exists('Action', $_GET))
    226231    {
     
    235240        $Output .= $Form->ShowEditForm();
    236241        $Output .= '<div class="Centred"><a href="?Action=UserRegister">Registrovat se</a> '.
    237                     '<a href="?Action=PasswordRecovery">Obnova zapomenutého hesla</a></div>';
     242        '<a href="?Action=PasswordRecovery">Obnova zapomenutého hesla</a></div>';
    238243      } else
    239244      if($_GET['Action'] == 'Login')
     
    249254          $Output .= $Form->ShowEditForm();
    250255          $Output .= '<div class="Centred"><a href="?Action=UserRegister">Registrovat se</a> '.
    251                     '<a href="?Action=PasswordRecovery">Obnova zapomenutého hesla</a></div>';
     256            '<a href="?Action=PasswordRecovery">Obnova zapomenutého hesla</a></div>';
    252257        }
    253258      } else
     
    361366    $Output .= '<table id="MainTable"><tr><td valign="top">';
    362367    $Output .= '<div class="Panel">'.$this->ShowLinks($this->Links['main']).'</div>';
     368    $Output .= '<div class="Panel">'.$this->ShowLinks($this->Links['hosted']).'</div>';
    363369    $Output .= '</td><td valign="top">';
    364370    $Output .= '<div class="Panel">'.$this->ShowLinks($this->Links['search']).'</div>';
     
    371377    $Output .= '</td><td valign="top">';
    372378    if($this->System->Modules['User']->User['Id'] != $this->System->Modules['User']->AnonymousUserId)
    373           $Output .= '<div class="Panel">'.$this->UserPanel().'</div>';
     379    $Output .= '<div class="Panel">'.$this->UserPanel().'</div>';
    374380    $Output .= '<div class="Panel">'.$this->WebcamPanel().'</div>';
    375381    $Output .= '<div class="Panel">'.$this->OnlineHostList().'</div>';
Note: See TracChangeset for help on using the changeset viewer.