[ Index ] |
|
Code source de Symfony 1.0.0 |
1 [?php use_helper('Object', 'Validation', 'ObjectAdmin', 'I18N', 'Date') ?] 2 3 [?php use_stylesheet('<?php echo $this->getParameterValue('css', sfConfig::get('sf_admin_web_dir').'/css/main') ?>') ?] 4 5 <div id="sf_admin_container"> 6 7 <h1><?php echo $this->getI18NString('edit.title', 'edit '.$this->getModuleName()) ?></h1> 8 9 <div id="sf_admin_header"> 10 [?php include_partial('<?php echo $this->getModuleName() ?>/edit_header', array('<?php echo $this->getSingularName() ?>' => $<?php echo $this->getSingularName() ?>)) ?] 11 </div> 12 13 <div id="sf_admin_content"> 14 [?php include_partial('<?php echo $this->getModuleName() ?>/edit_messages', array('<?php echo $this->getSingularName() ?>' => $<?php echo $this->getSingularName() ?>, 'labels' => $labels)) ?] 15 [?php include_partial('<?php echo $this->getModuleName() ?>/edit_form', array('<?php echo $this->getSingularName() ?>' => $<?php echo $this->getSingularName() ?>, 'labels' => $labels)) ?] 16 </div> 17 18 <div id="sf_admin_footer"> 19 [?php include_partial('<?php echo $this->getModuleName() ?>/edit_footer', array('<?php echo $this->getSingularName() ?>' => $<?php echo $this->getSingularName() ?>)) ?] 20 </div> 21 22 </div>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Fri Mar 16 22:42:14 2007 | par Balluche grâce à PHPXref 0.7 |