From 8076e9f5ea01a6a30b7d8ab466a55d8aa4162724 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mart=C3=ADn=20Marrese?= Date: Thu, 4 Sep 2003 22:12:41 +0000 Subject: [PATCH] Se netscapean los sistemas. --- sistema/www/sistemas.php | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/sistema/www/sistemas.php b/sistema/www/sistemas.php index d4d61e2..d3edfbc 100644 --- a/sistema/www/sistemas.php +++ b/sistema/www/sistemas.php @@ -15,16 +15,14 @@ require_once 'MECON/HTML/Image.php'; require_once 'DB.php'; require_once 'AI/Sistema.php'; -define('COLUMNAS', 3); +define('COLUMNAS', 2); $t = new HTML_Table( array( - 'width' => '100%', - 'cellspacing' => '0', + 'width' => '760', + 'cellspacing' => '10', 'cellpadding' => '0', 'border' => '0', - 'align' => 'left', - 'valign' => 'middle', ) ); @@ -43,7 +41,7 @@ while ($sistema) { array( 'title' => $sistema->descripcion, 'border' => 0, - 'align' => 'absmiddle', + 'align' => 'middle', ) ); $link = new MECON_HTML_Link( @@ -72,7 +70,7 @@ while ($sistema) { $row[] = ' '; } } - $t->addRow($row, array('width' => $pct)); + $t->addRow($row, array('width' => $pct, 'valign' => 'top')); } $m = new HTML_DietMarco('sistemas'); -- 2.43.0