コード例 #1
0
ファイル: settings.php プロジェクト: vbelco/iqsklad
            ?>
"  /> 
                Mesto: <input type="text" name="mesto_organizacie" value="<?php 
            echo $organizacia->getMesto();
            ?>
" />  <br>
                Štát: <input type="text" name="stat_organizacie" value="<?php 
            echo $organizacia->getStat();
            ?>
" />  <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>