From 2ac30dee43deebe8da8babe95548470b9e822d0c Mon Sep 17 00:00:00 2001 From: Gonzalo Merayo Date: Thu, 24 Jul 2003 17:47:21 +0000 Subject: [PATCH] Corrijo el borde de la tablita de servicios --- sistema/www/images/servicio_borde_inf.gif | Bin 0 -> 72 bytes sistema/www/images/servicio_borde_sup.gif | Bin 0 -> 361 bytes sistema/www/servicios.php | 34 ++++++++++------------ 3 files changed, 16 insertions(+), 18 deletions(-) create mode 100644 sistema/www/images/servicio_borde_inf.gif create mode 100644 sistema/www/images/servicio_borde_sup.gif diff --git a/sistema/www/images/servicio_borde_inf.gif b/sistema/www/images/servicio_borde_inf.gif new file mode 100644 index 0000000000000000000000000000000000000000..463edecdb7d0696c2ca168c4086ffee4075368c1 GIT binary patch literal 72 zcmZ?wbhEHb%wS|3?O+1Cdromm8akGFP^jI XR`=$6dw%n`J@T0LtaDi?BZD;n_{SK> literal 0 HcmV?d00001 diff --git a/sistema/www/images/servicio_borde_sup.gif b/sistema/www/images/servicio_borde_sup.gif new file mode 100644 index 0000000000000000000000000000000000000000..ad6b3e149b1590d48ed4637c159e98932815aa3b GIT binary patch literal 361 zcmV-v0hazpNk%w1VQ2w70FeLy00030|Nmx%qyPW^A^8LW00093EC2ui0B8X`00092 zl#i*)?GK}zwAzca-n{z{hT=$;=82|Pz_#uS$MQ_q_KoNI&iDQg3<`(D7ovzvDwoWr z^9hZ*j?$|2ip^@bK`QqP4vWX+nzxKjtJiGbxebrY=ifK|j?e3V_PzfPsMi-rSZFvl zc&NC@=#I^*{DouTzNs7H~Yt8+==nXzjC{BL9XO6y3r_TP~ z<_ '0', 'cellspacing' => '0', 'cellpadding' => '0', - 'bgcolor' => '#003868')); + 'bgcolor' => '#FFFFFF')); $seccion->addRow(array("Nombre(sin estilo)"), array('align' => 'center', 'class' => 'arboltitulo', 'background'=>'images/servicio_cabecera.gif', 'height'=>32)); - $tmp =& new HTML_Table(array ('width' =>'100%', - 'border' => '0', - 'cellspacing' => '2', - 'cellpadding' => '0', - 'class' => 'bodytext')); - $interna =& new HTML_Table(array ('width' =>'100%')); $img = new HTML_Image('images/servicio_bullet.gif'); - $interna->addRow(array($img, 'Nombre(sin estilo) ffffff',$img,'nombre'), - array('valign' => 'top')); - $interna->addRow(array($img, 'Nombre(sin estilo)',$img,'nombre'), - array('valign' => 'top')); - $interna->addRow(array($img, 'Nombre(sin estilo)',$img,'nombre'), + $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')); - $interna->updateColAttributes(0, array('width' => '10%')); - $interna->updateColAttributes(1, array('width' => '40%')); - $interna->updateColAttributes(2, array('width' => '10%')); - $interna->updateColAttributes(3, array('width' => '40%')); - $tmp->addRow(array($interna), array('bgcolor' => '#FFFFFF')); - $seccion->addRow(array($tmp), array('bgcolor' => '#003868')); + $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(); -- 2.43.0