X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/8b81b4e30d7afc4abf39abe0bcc72c0543fa9c70..1eece5e381b91b081446023edf4120c9f4e3dd33:/sistema/www/servicios/dto/encuesta.php diff --git a/sistema/www/servicios/dto/encuesta.php b/sistema/www/servicios/dto/encuesta.php index 3ccce60..c17e969 100644 --- a/sistema/www/servicios/dto/encuesta.php +++ b/sistema/www/servicios/dto/encuesta.php @@ -12,6 +12,7 @@ require_once 'HTML_Mensaje.php'; require_once 'MECON/HTML/Link.php'; require_once 'MECON/HTML/Image.php'; require_once 'MECON/HTML/Tabla.php'; +require_once '../../../local_lib/HTML_Institucional.php'; if(!isset($_SESSION['usuario'])){ header('Location: ../../servicios.php'); @@ -85,5 +86,12 @@ else{ } } +$TABLA_INSTITUCIONAL = new HTML_Table('border="0" width="760" align="left"'); +$INST = new HTML_Institucional ('/sistemas/intranet/servicios/estatico/institucionales/dto/dto_areas.php', + 'Institucional de la D. Técnica Operativa',300,550,500); +$TABLA_INSTITUCIONAL->addRow(array($INST), 'align="center"'); +$MARCO->addBodyContent('
'); +$MARCO->addBodyContent($TABLA_INSTITUCIONAL); + $MARCO->display(); ?>