PageRenderTime 19ms CodeModel.GetById 25ms RepoModel.GetById 0ms app.codeStats 0ms

/apps/compras/modules/almtippro/templates/editSuccess.php

https://github.com/cidesa/siga-universitario
PHP | 34 lines | 18 code | 7 blank | 9 comment | 0 complexity | 1a34d7823fa767e0f27a844c963a4496 MD5 | raw file
  1. <?php
  2. /**
  3. * Funciones de la vista.
  4. *
  5. * @package Roraima
  6. * @subpackage vistas
  7. * @author $Author$ <desarrollo@cidesa.com.ve>
  8. * @version SVN: $Id$
  9. */
  10. // date: 2007/03/14 13:05:04
  11. ?>
  12. <?php use_helper('Object', 'Validation', 'ObjectAdmin', 'I18N', 'Date') ?>
  13. <?php use_stylesheet('/sf/sf_admin/css/main') ?>
  14. <div id="sf_admin_container">
  15. <h1><?php echo __('Proyectos',
  16. array()) ?></h1>
  17. <div id="sf_admin_header">
  18. <?php include_partial('almtippro/edit_header', array('catippro' => $catippro)) ?>
  19. </div>
  20. <div id="sf_admin_content">
  21. <?php include_partial('almtippro/edit_messages', array('catippro' => $catippro, 'labels' => $labels)) ?>
  22. <?php include_partial('almtippro/edit_form', array('catippro' => $catippro, 'loncta'=>$loncta, 'mascara'=>$mascara, 'labels' => $labels)) ?>
  23. </div>
  24. <div id="sf_admin_footer">
  25. <?php include_partial('almtippro/edit_footer', array('catippro' => $catippro)) ?>
  26. </div>
  27. </div>