]> git.llucax.com Git - mecon/intranet.git/commitdiff
Se netscapean los sistemas.
authorMartín Marrese <marrese@gmail.com>
Thu, 4 Sep 2003 22:12:41 +0000 (22:12 +0000)
committerMartín Marrese <marrese@gmail.com>
Thu, 4 Sep 2003 22:12:41 +0000 (22:12 +0000)
sistema/www/sistemas.php

index d4d61e270d982c3010ed1747a0828f3ecfe7b56b..d3edfbccfd8fb4b1a97546acea93da015cc98417 100644 (file)
@@ -15,16 +15,14 @@ require_once 'MECON/HTML/Image.php';
 require_once 'DB.php';
 require_once 'AI/Sistema.php';
 
 require_once 'DB.php';
 require_once 'AI/Sistema.php';
 
-define('COLUMNAS', 3);
+define('COLUMNAS', 2);
 
 $t = new HTML_Table(
     array(
 
 $t = new HTML_Table(
     array(
-        'width'         => '100%',
-        'cellspacing'   => '0',
+        'width'         => '760',
+        'cellspacing'   => '10',
         'cellpadding'   => '0',
         'border'        => '0',
         'cellpadding'   => '0',
         'border'        => '0',
-        'align'         => 'left',
-        'valign'        => 'middle',
     )
 );
 
     )
 );
 
@@ -43,7 +41,7 @@ while ($sistema) {
                     array(
                         'title'  => $sistema->descripcion,
                         'border' => 0,
                     array(
                         'title'  => $sistema->descripcion,
                         'border' => 0,
-                        'align'  => 'absmiddle',
+                        'align'  => 'middle',
                     )
             );
                        $link = new MECON_HTML_Link(
                     )
             );
                        $link = new MECON_HTML_Link(
@@ -72,7 +70,7 @@ while ($sistema) {
             $row[] = '&nbsp;';
         }
     }
             $row[] = '&nbsp;';
         }
     }
-    $t->addRow($row, array('width' => $pct));
+    $t->addRow($row, array('width' => $pct, 'valign' => 'top'));
 }
 
 $m = new HTML_DietMarco('sistemas');
 }
 
 $m = new HTML_DietMarco('sistemas');