]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/local_lib/HTML_Copete.php
estandarizo nombre de estilos. listo servicios
[mecon/intranet.git] / sistema / local_lib / HTML_Copete.php
index da4cc5b770d79de41bc5010e7bda0d6e332b01a7..78b3c8c44045422008eba949667f07b85df3ac76 100644 (file)
@@ -71,27 +71,39 @@ 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="copete_TextBlue">
+          Ministerio de Econom&iacute;a y Producci&oacute;n
+        </a>
+        -
+         <a href="http://boletinoficial.mecon.ar/" target="_blank" class="copete_TextBlue">
+          Bolet&iacute;n Oficial
+        </a>
+        -
+        <a href="http://infoleg.mecon.gov.ar/" target="_blank" class="copete_TextBlue">
+          INFOLEG
+        </a> 
+        -
+        <a href="http://cdi.mecon.gov.ar/" target="_blank" class="copete_TextBlue">
+           CDI
+        </a>';
              break;
              break;
-     case 'servicios': $fila[] = '<span class="titulo_uno">Servicios</span>';
+     case 'servicios': $fila[] = '<span class="copete_titulo_uno">Servicios</span>';
              break;
              break;
-     case 'sistemas': $fila[] = '<span class="titulo_uno">Sistemas</span>';
+     case 'sistemas': $fila[] = '<span class="copete_titulo_uno">Sistemas</span>';
              break;
     }
     $fila[] = '<img src="images/copete_fin.gif" height="30" border="0">';
              break;
     }
     $fila[] = '<img src="images/copete_fin.gif" height="30" border="0">';
-    $this->addRow($fila, array('class' => 'titulo_vinculos'));        
+    $this->addRow($fila, array('class' => 'copete_titulo_vinculos'));        
     }
     // -X2C
 
 } // -X2C Class :HTML_Copete
     }
     // -X2C
 
 } // -X2C Class :HTML_Copete
-?>
\ No newline at end of file
+?>