]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/local_lib/HTML_Copete.php
Agregue el xmi de legajos.
[mecon/intranet.git] / sistema / local_lib / HTML_Copete.php
index a46024070ff3901ad7cb655bbb335d3b0fb05ea8..7b149d1cddb12553bb59833f21d4bafb31b4124b 100644 (file)
@@ -49,8 +49,7 @@ class HTML_Copete extends HTML_Table {
      */
     function HTML_Copete($seccion) // ~X2C
     {
      */
     function HTML_Copete($seccion) // ~X2C
     {
-    echo '<link rel="stylesheet" href="css/copete.css">';
-    echo '<map name="intranet">
+    $mapa = '<map name="intranet">
             <area shape="rect" coords="14,0,209,54" href="#" alt="Intranet" title="Intranet" > 
             <area shape="rect" coords="605,17,629,41" href="#" alt="Mapa de Intranet" title="Mapa de Intranet" > 
             <area shape="rect" coords="645,17,669,41" href="#" alt="Cambio de Clave" title="Cambio de Clave" > 
             <area shape="rect" coords="14,0,209,54" href="#" alt="Intranet" title="Intranet" > 
             <area shape="rect" coords="605,17,629,41" href="#" alt="Mapa de Intranet" title="Mapa de Intranet" > 
             <area shape="rect" coords="645,17,669,41" href="#" alt="Cambio de Clave" title="Cambio de Clave" > 
@@ -69,39 +68,50 @@ parent::HTML_Table(array('width'  => '760',
     $anchos = array('12', '25', '712', '11');
     $fila = array();
     foreach($anchos as $a)
     $anchos = array('12', '25', '712', '11');
     $fila = array();
     foreach($anchos as $a)
-      $fila[] = '<img src="images/blanco.gif" width="'.$a.'" height="1">';
+      $fila[] = '<img src="'.PATH_RAIZ.'"images/blanco.gif" width="'.$a.'" height="1">';
     $this->addRow($fila);
     $img_seccion = 'images/copete_'.$seccion.'.jpg';
     $this->addRow($fila);
     $img_seccion = 'images/copete_'.$seccion.'.jpg';
-    $this->addRow(array('<img src="'.$img_seccion.'" width="760" height="66" border="0" usemap="#intranet">'), array('colspan' => '4'));
+    $this->addRow(array('<img src="'.PATH_RAIZ.$img_seccion.'" width="760" height="66" border="0" usemap="#intranet">'.$mapa), array('colspan' => '4'));
     $fila = array();
     $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[] = '<img src="'.PATH_RAIZ.'images/copete_inicio.gif" height="30" border="0">';
+    $fila[] = '<img src="'.PATH_RAIZ.'images/copete_flecha_azul.gif" height="30" border="0">';
     switch($seccion)
     {
       case 'noticias': $fila[] = 'Enlaces &uacute;tiles:
     switch($seccion)
     {
       case 'noticias': $fila[] = 'Enlaces &uacute;tiles:
-         <a href="http://www.mecon.gov.ar/" target="_blank" class="TextBlue">
+         <a href="http://www.mecon.gov.ar/" target="_blank" class="copete_TextBlue">
           Ministerio de Econom&iacute;a y Producci&oacute;n
         </a>
         -
           Ministerio de Econom&iacute;a y Producci&oacute;n
         </a>
         -
-         <a href="http://boletinoficial.mecon.ar/" target="_blank" class="TextBlue">
+         <a href="http://boletinoficial.mecon.ar/" target="_blank" class="copete_TextBlue">
           Bolet&iacute;n Oficial
         </a>
         -
           Bolet&iacute;n Oficial
         </a>
         -
-        <a href="http://infoleg.mecon.gov.ar/" target="_blank" class="TextBlue">
+        <a href="http://infoleg.mecon.gov.ar/" target="_blank" class="copete_TextBlue">
           INFOLEG
         </a> 
         -
           INFOLEG
         </a> 
         -
-        <a href="http://cdi.mecon.gov.ar/" target="_blank" class="TextBlue">
+        <a href="http://cdi.mecon.gov.ar/" target="_blank" class="copete_TextBlue">
            CDI
         </a>';
              break;
            CDI
         </a>';
              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;
     }
              break;
     }
-    $fila[] = '<img src="images/copete_fin.gif" height="30" border="0">';
-    $this->addRow($fila, array('class' => 'titulo_vinculos'));        
+    $fila[] = '<img src="'.PATH_RAIZ.'images/copete_fin.gif" height="30" border="0">';
+    $this->addRow($fila, array('class' => 'copete_titulo_vinculos'));        
+    }
+    // -X2C
+
+    // +X2C Operation 169
+    /**
+     * @return void
+     * @access public
+     */
+    function getCSS() // ~X2C
+    {
+        return "css/copete.css";
     }
     // -X2C
 
     }
     // -X2C