PageRenderTime 27ms CodeModel.GetById 15ms RepoModel.GetById 1ms app.codeStats 0ms

/cache/backend/dev/modules/autoProyectoLey/templates/indexSuccess.php

https://github.com/votainteligente/legislativo
PHP | 30 lines | 24 code | 6 blank | 0 comment | 0 complexity | f5ffb2ebecd098fbed45d201c872c4bd MD5 | raw file
Possible License(s): ISC
  1. <?php use_helper('I18N', 'Date') ?>
  2. <?php include_partial('ProyectoLey/assets') ?>
  3. <div id="sf_admin_container">
  4. <h1><?php echo __('GestiĆ³n de Proyectos de Ley', array(), 'messages') ?></h1>
  5. <?php include_partial('ProyectoLey/flashes') ?>
  6. <div id="sf_admin_header">
  7. <?php include_partial('ProyectoLey/list_header', array('pager' => $pager)) ?>
  8. </div>
  9. <div id="sf_admin_bar">
  10. <?php include_partial('ProyectoLey/filters', array('form' => $filters, 'configuration' => $configuration)) ?>
  11. </div>
  12. <div id="sf_admin_content">
  13. <form action="<?php echo url_for('proyecto_ley_collection', array('action' => 'batch')) ?>" method="post">
  14. <?php include_partial('ProyectoLey/list', array('pager' => $pager, 'sort' => $sort, 'helper' => $helper)) ?>
  15. <ul class="sf_admin_actions">
  16. <?php include_partial('ProyectoLey/list_batch_actions', array('helper' => $helper)) ?>
  17. <?php include_partial('ProyectoLey/list_actions', array('helper' => $helper)) ?>
  18. </ul>
  19. </form>
  20. </div>
  21. <div id="sf_admin_footer">
  22. <?php include_partial('ProyectoLey/list_footer', array('pager' => $pager)) ?>
  23. </div>
  24. </div>