]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/local_lib/HTML_Copete.php
Corrijo el borde de la tablita de servicios
[mecon/intranet.git] / sistema / local_lib / HTML_Copete.php
index da4cc5b770d79de41bc5010e7bda0d6e332b01a7..a46024070ff3901ad7cb655bbb335d3b0fb05ea8 100644 (file)
@@ -71,17 +71,29 @@ parent::HTML_Table(array('width'  => '760',
     foreach($anchos as $a)
       $fila[] = '<img src="images/blanco.gif" width="'.$a.'" height="1">';
     $this->addRow($fila);
     foreach($anchos as $a)
       $fila[] = '<img src="images/blanco.gif" width="'.$a.'" height="1">';
     $this->addRow($fila);
-    $seccion = 'images/copete_'.$s.'.jpg';
-    $this->addRow(array('<img src="'.$seccion.'" width="760" height="66" border="0" usemap="#intranet">'), array('colspan' => '4'));
+    $img_seccion = 'images/copete_'.$seccion.'.jpg';
+    $this->addRow(array('<img src="'.$img_seccion.'" width="760" height="66" border="0" usemap="#intranet">'), array('colspan' => '4'));
     $fila = array();
     $fila[] = '<img src="images/copete_inicio.gif" height="30" border="0">';
     $fila[] = '<img src="images/copete_flecha_azul.gif" height="30" border="0">';
     $fila = array();
     $fila[] = '<img src="images/copete_inicio.gif" height="30" border="0">';
     $fila[] = '<img src="images/copete_flecha_azul.gif" height="30" border="0">';
-    switch($s)
+    switch($seccion)
     {
     {
-      case 'noticias': $fila[] = 'Enlaces &uacute;tiles: <a href="http://www.mecon.gov.ar/" target="_blank"><span class="TextBlue">Ministerio 
-      de Economía y Producción</span></a><span class="TextBlue"> - <a href="http://boletinoficial.mecon.ar/" target="_blank">Bolet&iacute;n 
-      Oficial</a> - <a href="http://infoleg.mecon.gov.ar/" target="_blank">INFOLEG</a> 
-      - <a href="http://cdi.mecon.gov.ar/" target="_blank">CDI</a></span>';
+      case 'noticias': $fila[] = 'Enlaces &uacute;tiles:
+         <a href="http://www.mecon.gov.ar/" target="_blank" class="TextBlue">
+          Ministerio de Econom&iacute;a y Producci&oacute;n
+        </a>
+        -
+         <a href="http://boletinoficial.mecon.ar/" target="_blank" class="TextBlue">
+          Bolet&iacute;n Oficial
+        </a>
+        -
+        <a href="http://infoleg.mecon.gov.ar/" target="_blank" class="TextBlue">
+          INFOLEG
+        </a> 
+        -
+        <a href="http://cdi.mecon.gov.ar/" target="_blank" class="TextBlue">
+           CDI
+        </a>';
              break;
      case 'servicios': $fila[] = '<span class="titulo_uno">Servicios</span>';
              break;
              break;
      case 'servicios': $fila[] = '<span class="titulo_uno">Servicios</span>';
              break;
@@ -94,4 +106,4 @@ parent::HTML_Table(array('width'  => '760',
     // -X2C
 
 } // -X2C Class :HTML_Copete
     // -X2C
 
 } // -X2C Class :HTML_Copete
-?>
\ No newline at end of file
+?>