X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/8868480b53a3121abef5d9b051263b3c91e36e09..2ac30dee43deebe8da8babe95548470b9e822d0c:/sistema/www/servicios.php diff --git a/sistema/www/servicios.php b/sistema/www/servicios.php index 64d260b..85a296b 100644 --- a/sistema/www/servicios.php +++ b/sistema/www/servicios.php @@ -5,28 +5,33 @@ $m = new HTML_DietMarco('servicios'); $m->addTitle('Servicios'); - $seccion = new HTML_Table(array ('width'=>'300', - 'border' => '0', - 'cellspacing' => '0', - 'cellpadding' => '0', - 'bgcolor' => '#003868')); -/* $this->t_interna = new HTML_Table(array ('width'=>'132', - 'border' => '0', - 'cellspacing' => '2', - 'cellpadding' => '0', - 'class' => 'bodytext'));*/ - $titulo = new HTML_Table(array('width'=>'132', - 'height'=>'26', - 'border' => '0', - 'cellspacing' => '0', - 'cellpadding' => '0', - 'align'=>'center', - 'background'=>'images/seccion_cabecera.gif')); - $titulo->addRow(array("hola"), array('align'=>'center', - 'class'=>'arboltitulo')); - $seccion->addRow(array($titulo), array('bgcolor' => '#FFFFFF')); + $seccion =& new HTML_Table(array('width' =>'360', + 'border' => '0', + 'cellspacing' => '0', + 'cellpadding' => '0', + 'bgcolor' => '#FFFFFF')); + $seccion->addRow(array("Nombre(sin estilo)"), array('align' => 'center', + 'class' => 'arboltitulo', + 'background'=>'images/servicio_cabecera.gif', + 'height'=>32)); + $img = new HTML_Image('images/servicio_bullet.gif'); + $int =& new HTML_Table(array('width' =>'360', + 'border' => '0', + 'cellspacing' => '0', + 'cellpadding' => '0', + 'bgcolor' => '#FFFFFF', + 'background' => 'images/servicio_borde_sup.gif')); + $int->addRow(array($img, 'Nombre(sin estilo)',$img,'nombre'), + array('valign' => 'top')); + $int->updateColAttributes(0, array('width' => '10%')); + $int->updateColAttributes(1, array('width' => '40%')); + $int->updateColAttributes(2, array('width' => '10%')); + $int->updateColAttributes(3, array('width' => '40%')); + $seccion->addRow(array($int)); + $seccion->addRow(array($int)); + $seccion->addRow(array($int)); + $seccion->addRow(array(new HTML_Image('images/servicio_borde_inf.gif'))); - $m->addBodyContent($seccion); $m->display(); ?>