X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/eb86d04858357c87d5d7a7e3cb528ef24949b725..29803cdda28435c39ca0f2ff9868b983b6942215:/sistema/local_lib/HTML_Copete.php?ds=sidebyside diff --git a/sistema/local_lib/HTML_Copete.php b/sistema/local_lib/HTML_Copete.php index 78b3c8c..7b149d1 100644 --- a/sistema/local_lib/HTML_Copete.php +++ b/sistema/local_lib/HTML_Copete.php @@ -49,8 +49,7 @@ class HTML_Copete extends HTML_Table { */ function HTML_Copete($seccion) // ~X2C { - echo ''; - echo ' + $mapa = ' Intranet Mapa de Intranet Cambio de Clave @@ -69,13 +68,13 @@ parent::HTML_Table(array('width' => '760', $anchos = array('12', '25', '712', '11'); $fila = array(); foreach($anchos as $a) - $fila[] = ''; + $fila[] = ''; $this->addRow($fila); $img_seccion = 'images/copete_'.$seccion.'.jpg'; - $this->addRow(array(''), array('colspan' => '4')); + $this->addRow(array(''.$mapa), array('colspan' => '4')); $fila = array(); - $fila[] = ''; - $fila[] = ''; + $fila[] = ''; + $fila[] = ''; switch($seccion) { case 'noticias': $fila[] = 'Enlaces útiles: @@ -100,10 +99,21 @@ parent::HTML_Table(array('width' => '760', case 'sistemas': $fila[] = 'Sistemas'; break; } - $fila[] = ''; + $fila[] = ''; $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 Class :HTML_Copete ?>