]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/www/servicios/dto/encuesta.php
- Se agrego el institucional de la Direccion ecnica operativa.
[mecon/intranet.git] / sistema / www / servicios / dto / encuesta.php
index 3ccce6012cd4d56ffd9ff85d48f0fd9d37a68832..c17e969f6953b92f836c2fa269daab80b0118fd8 100644 (file)
@@ -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('<br>');
+$MARCO->addBodyContent($TABLA_INSTITUCIONAL);
+
 $MARCO->display();
 ?>