]> git.llucax.com Git - mecon/intranet.git/commitdiff
- Arregle el estilo en el link del institucional
authorMatías Sklar <msklar@mecon.gov.ar>
Fri, 11 Jun 2004 15:36:44 +0000 (15:36 +0000)
committerMatías Sklar <msklar@mecon.gov.ar>
Fri, 11 Jun 2004 15:36:44 +0000 (15:36 +0000)
sistema/www/servicios/agenda/agenda1.php
sistema/www/servicios/agenda/agenda2.php
sistema/www/servicios/dto/encuesta.php
sistema/www/servicios/dto/index.php

index d806ae5f51854bf450271a14dd84884d85ae6649..807b402832ce5421198c6bb823db470cad3d5541 100644 (file)
@@ -47,7 +47,7 @@ $LINK_1    = new MECON_HTML_Link('mailto:teleco@mecon.gov.ar', $IMG2);
 $LINK_2    = new MECON_HTML_Link('mailto:teleco@mecon.gov.ar', 'Consultas', array(), array ('class' => 'servicios_agenda_txt2'));
 $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);
+                                        'Institucional de la D. Técnica Operativa',325,550,500);
 $TABLA_INSTITUCIONAL->addRow(array($INST), 'align="center"');
 //}}}
 //OBTENGO LOS DATOS DE LAS BASES {{{
@@ -135,6 +135,7 @@ $MARCO->addScriptDeclaration($JS);
 $MARCO->addBodyContent($TABLA);
 $MARCO->addBodyContent('<br>');
 $MARCO->addBodyContent($TABLA_INSTITUCIONAL);
+$MARCO->addStyleSheet($INST->getCSS());
 $MARCO->display();
 //}}}
 ?>
index c71262ab2ed454257b58a9459e3c0fe8c39661e4..9af3edd1bb621752823a4e172717b68b67c82878 100644 (file)
@@ -49,7 +49,7 @@ $LINK_3    = new MECON_HTML_Link('agenda1', 'Nueva b
 $LINK_4    = new MECON_HTML_Link('mailto:teleco@mecon.gov.ar', 'envíenos su consulta o reclamo', array(), array('class' => 'servicios_agenda_textoazul'));;
 $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);
+                                        'Institucional de la D. Técnica Operativa',325,550,500);
 $TABLA_INSTITUCIONAL->addRow(array($INST), 'align="center"');
 //}}}
 //OBTENGO LOS DATOS DE LAS BASES {{{
@@ -117,6 +117,7 @@ $MARCO->addStyleSheet(PATH_RAIZ.'css/servicios_agenda.css');
 $MARCO->addBodyContent($TABLA);
 $MARCO->addBodyContent('<br>');
 $MARCO->addBodyContent($TABLA_INSTITUCIONAL);
+$MARCO->addStyleSheet($INST->getCSS());
 $MARCO->display();
 //}}}
 ?>
index c17e969f6953b92f836c2fa269daab80b0118fd8..00a3a81dd77f45115f6a4975bf80ef54f3a6f52d 100644 (file)
@@ -88,10 +88,11 @@ 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);
+                                        'Institucional de la D. Técnica Operativa',325,550,500);
 $TABLA_INSTITUCIONAL->addRow(array($INST), 'align="center"');
 $MARCO->addBodyContent('<br>');
 $MARCO->addBodyContent($TABLA_INSTITUCIONAL);
+$MARCO->addStyleSheet($INST->getCSS());
 
 $MARCO->display();
 ?>
index 17b0746607cd43161c82a72fd884f98b3d4d5145..2c4bc5311419cb6fa6c2815d843c99670a472ffa 100644 (file)
@@ -59,7 +59,7 @@ 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);
+                                        'Institucional de la D. Técnica Operativa',325,550,500);
 $TABLA_INSTITUCIONAL->addRow(array($INST), 'align="center"');
 
 $MARCO->addBodyContent($intro);
@@ -67,6 +67,7 @@ $MARCO->addBodyContent('<br>');
 $MARCO->addBodyContent($tabla);
 $MARCO->addBodyContent('<br>');
 $MARCO->addBodyContent($TABLA_INSTITUCIONAL);
+$MARCO->addStyleSheet($INST->getCSS());
 $MARCO->addStyleSheet('../../css/servicios_dto.css');
 
 $MARCO->display();