PageRenderTime 43ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/apps/formulacion/modules/fordefpryaccmet/templates/listSuccess.php

https://github.com/cidesa/siga-universitario
PHP | 43 lines | 26 code | 8 blank | 9 comment | 1 complexity | 5d32045b78e07f9cd83c7942cedea46e MD5 | raw file
  1. <?php
  2. /**
  3. * Funciones de la vista.
  4. *
  5. * @package Roraima
  6. * @subpackage vistas
  7. * @author $Author:lhernandez $ <desarrollo@cidesa.com.ve>
  8. * @version SVN: $Id:listSuccess.php 32813 2009-09-08 16:19:47Z lhernandez $
  9. */
  10. // date: 2007/06/19 12:42:22
  11. ?>
  12. <?php use_helper('I18N', 'Date') ?>
  13. <?php use_stylesheet('/sf/sf_admin/css/main') ?>
  14. <div id="sf_admin_container">
  15. <h1><?php echo __('Metas Asociadas a Proyectos y Acciones Específicas',
  16. array()) ?></h1>
  17. <div id="sf_admin_header">
  18. <?php include_partial('fordefpryaccmet/list_header', array('pager' => $pager)) ?>
  19. <?php include_partial('fordefpryaccmet/list_messages', array('pager' => $pager)) ?>
  20. </div>
  21. <div id="sf_admin_bar">
  22. <?php include_partial('filters', array('filters' => $filters, 'mascaraproyecto' => $mascaraproyecto, 'mascaraaccion' => $mascaraaccion)) ?>
  23. </div>
  24. <div id="sf_admin_content">
  25. <?php if (!$pager->getNbResults()): ?>
  26. <?php echo __('no result') ?>
  27. <?php else: ?>
  28. <?php include_partial('fordefpryaccmet/list', array('pager' => $pager)) ?>
  29. <?php endif; ?>
  30. <?php include_partial('list_actions') ?>
  31. </div>
  32. <div id="sf_admin_footer">
  33. <?php include_partial('fordefpryaccmet/list_footer', array('pager' => $pager)) ?>
  34. </div>
  35. </div>