[ Index ] |
|
Code source de Symfony 1.0.0 |
1 [?php use_helper('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('list.title', $this->getModuleName().' list') ?></h1> 8 9 <div id="sf_admin_header"> 10 [?php include_partial('<?php echo $this->getModuleName() ?>/list_header', array('pager' => $pager)) ?] 11 [?php include_partial('<?php echo $this->getModuleName() ?>/list_messages', array('pager' => $pager)) ?] 12 </div> 13 14 <div id="sf_admin_bar"> 15 <?php if ($this->getParameterValue('list.filters')): ?> 16 [?php include_partial('filters', array('filters' => $filters)) ?] 17 <?php endif; ?> 18 </div> 19 20 <div id="sf_admin_content"> 21 [?php if (!$pager->getNbResults()): ?] 22 [?php echo __('no result') ?] 23 [?php else: ?] 24 [?php include_partial('<?php echo $this->getModuleName() ?>/list', array('pager' => $pager)) ?] 25 [?php endif; ?] 26 [?php include_partial('list_actions') ?] 27 </div> 28 29 <div id="sf_admin_footer"> 30 [?php include_partial('<?php echo $this->getModuleName() ?>/list_footer', array('pager' => $pager)) ?] 31 </div> 32 33 </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 |