X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/3160012cdccbdc9fa1743e66da33b699504d5c84..318a2f102fc0f2b56fe3b85d5ffbc7e812613761:/sistema/local_lib/HTML_Copete.php diff --git a/sistema/local_lib/HTML_Copete.php b/sistema/local_lib/HTML_Copete.php index da4cc5b..9e68b66 100644 --- a/sistema/local_lib/HTML_Copete.php +++ b/sistema/local_lib/HTML_Copete.php @@ -49,16 +49,15 @@ class HTML_Copete extends HTML_Table { */ function HTML_Copete($seccion) // ~X2C { - echo ''; - echo ' + $mapa = ' Intranet - Mapa de Intranet - Cambio de Clave - Ayuda - E-mail - Sistemas - Servicios - Noticias + E-mail + Cambio de Clave + Ayuda + Logout + Sistemas + Servicios + Noticias '; @@ -69,29 +68,56 @@ parent::HTML_Table(array('width' => '760', $anchos = array('12', '25', '712', '11'); $fila = array(); foreach($anchos as $a) - $fila[] = ''; + $fila[] = ''; $this->addRow($fila); - $seccion = 'images/copete_'.$s.'.jpg'; - $this->addRow(array(''), array('colspan' => '4')); + $img_seccion = 'images/copete_'.$seccion.'.jpg'; + $this->addRow(array(''.$mapa), array('colspan' => '4')); $fila = array(); - $fila[] = ''; - $fila[] = ''; - switch($s) + $fila[] = ''; + $fila[] = ''; + switch($seccion) { - case 'noticias': $fila[] = 'Enlaces útiles: Ministerio - de Economía y Producción - Boletín - Oficial - INFOLEG - - CDI'; + case 'noticias': $fila[] = 'Enlaces útiles: + + Ministerio de Economía y Producción + + - + + Boletín Oficial + + - + + INFOLEG + + - + + CDI + '; break; - case 'servicios': $fila[] = 'Servicios'; + case 'servicios': $fila[] = 'Servicios'; break; - case 'sistemas': $fila[] = 'Sistemas'; + case 'sistemas': $fila[] = 'Sistemas'; break; } - $fila[] = ''; - $this->addRow($fila, array('class' => 'titulo_vinculos')); + $fila[] = ''; + $this->addRow($fila, array('class' => 'copete_titulo_vinculos')); + $this->updateCellAttributes(2,0,array('width'=>'12')); + $this->updateCellAttributes(2,1,array('width'=>'25')); + $this->updateCellAttributes(2,2,array('width'=>'712')); + $this->updateCellAttributes(2,3,array('width'=>'11')); + } + // -X2C + + // +X2C Operation 169 + /** + * @return void + * @access public + */ + function getCSS() // ~X2C + { + return PATH_RAIZ."css/copete.css"; } // -X2C } // -X2C Class :HTML_Copete -?> \ No newline at end of file +?>