コード例 #1
0
ファイル: settings.php プロジェクト: vbelco/iqsklad
            ?>
" />  <br>
                IČO: <input type="text" name="ico_organizacie" value="<?php 
            echo $organizacia->getICO();
            ?>
" />  <br>
                DIČ: <input type="text" name="dic_organizacie" value="<?php 
            echo $organizacia->getDIC();
            ?>
" />  <br>
                IČ DPH: <input type="text" name="ic_dph_organizacie" value="<?php 
            echo $organizacia->getICDPH();
            ?>
" />  <br>
                Telefón: <input type="text" name="telefon_organizacie" value="<?php 
            echo $organizacia->getTelefon();
            ?>
" />  <br>
                <input type="hidden" name="pageaction" value="settings">
                <input type="hidden" name="subpageaction" value="kontaktne_udaje">
                <input type="hidden" name="action" value="kontaktne_udaje_proceed">
                <input type="submit" name="submit" value="Potvrď">
            </form>
<?php 
            break;
        case "nastavenie_dokumentov":
            global $database;
            global $uzivatel;
            $organizacia = new Organizacia();
            $organizacia->loadFromDatabase($uzivatel->getIdOrganizacie());
            ?>