Mini Shell

Direktori : /home/brasafestival/www/old/bkp_2023/app/Plugin/Espacos/View/Espacos/
Upload File :
Current File : /home/brasafestival/www/old/bkp_2023/app/Plugin/Espacos/View/Espacos/admin_editor.ctp

<?PHP
echo $this->Form->create('Espaco',array('url'=>array('action'=>'add')));
?>

<fieldset class="box">
    <legend>Estação</legend>
    <?PHP
    echo $this->Form->input('title',array('label'=>'Chefe'));
    echo $this->Form->input('estacao',array('label'=>'Estação','style'=>'height: 50px;'));
    ?>
</fieldset>

<?PHP
echo $this->element('Painel.image',array('label'=>'Imagem (275x350 px)','name'=>'imagem'));
//echo $this->element('Painel.gallery',array('label'=>'Imagens'));
//echo $this->element('Painel.videos',array('label'=>'Vídeos'));
echo $this->Form->hidden('id');
echo $this->Form->end('Enviar');
?>

Zerion Mini Shell 1.0