From 156c7419509d134ba160622f10c554c87c6949a0 Mon Sep 17 00:00:00 2001 From: Gonzalo Merayo Date: Mon, 14 Jul 2003 17:14:48 +0000 Subject: [PATCH] Ahora se ve bien el titulo...cambio un poquito la interface --- lib/MECON/HTML/Arbol.php | 17 +++++------------ www/css/arbol.css | 3 ++- 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/lib/MECON/HTML/Arbol.php b/lib/MECON/HTML/Arbol.php index 0b36067..c64b585 100644 --- a/lib/MECON/HTML/Arbol.php +++ b/lib/MECON/HTML/Arbol.php @@ -7,7 +7,7 @@ class HTML_Arbol extends HTML_Table { var $t_interna; - function HTML_Arbol($dat, $imagen) + function HTML_Arbol($dat, $titulo_str) { parent::HTML_Table(array ('width'=>'132', 'border' => '0', @@ -19,23 +19,16 @@ class HTML_Arbol extends HTML_Table 'cellspacing' => '2', 'cellpadding' => '0', 'class' => 'bodytext')); -/* $this->addRow(array(new HTML_Image($imagen,'',array('width'=>'132', - 'height'=>'26', - 'border'=>'0'))));*/ -/* $titulo = new HTML_Table(array('width'=>'132', + $titulo = new HTML_Table(array('width'=>'132', 'height'=>'26', 'border' => '0', 'cellspacing' => '0', 'cellpadding' => '0', 'align'=>'center', 'background'=>'/MECON/images/arbol_titulo.gif')); - $titulo->addRow(array('aa'), array('align'=>'center')); - $this->addRow(array($titulo));*/ - $this->addRow(array(' - - - -
NOTICIAS
')); + $titulo->addRow(array($titulo_str), array('align'=>'center', + 'class'=>'arboltitulo')); + $this->addRow(array($titulo), array('bgcolor' => '#FFFFFF')); $this->expandir($dat, 0); } diff --git a/www/css/arbol.css b/www/css/arbol.css index d54bf3f..700fa23 100644 --- a/www/css/arbol.css +++ b/www/css/arbol.css @@ -4,4 +4,5 @@ .menu_activo1 { COLOR: #003366; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 9pt; font-style: normal; line-height: normal; background-color: #FFCC99; background-position: left centre; text-align: left; vertical-align: middle } .menu_activo2 { COLOR: #003366; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 8pt; font-style: normal; line-height: normal; background-color: #FFCC99; background-position: left centre; text-align: left; vertical-align: middle } .menu2 { COLOR: #003366; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 8pt; font-style: normal; line-height: normal; background-color: #FFFFFF; background-position: left centre; text-align: left; vertical-align: middle ; clip: rect( 15px)} -.arbol_titulo { COLOR: #003366; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 10pt; FONT-WEIGHT: bold ; font-style: normal; line-height: normal} +.arboltitulo { COLOR: #FFFFFF; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 10pt; FONT-WEIGHT: bold ; font-style: normal; line-height: normal} + -- 2.43.0