<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>
+Prueba de Tabla.
</title>
-<link rel="StyleSheet" href="./../php/Tabla/tabla_estilos.css">
</head>
<body bgcolor="#FFFFFF" color="#000000" align="center">
<table width="760" align="center">
<?php
- $tmp = ini_get('include_path');
- ini_set('include_path', "/home/mmarrese/public_html/HTML/php:$tmp");
- require_once 'Tabla.php';
+ //$tmp = ini_get('include_path');
+ //ini_set('include_path', "/home/mmarrese/public_html/HTML/php:$tmp");
+ require_once '../../lib/MECON/HTML/Tabla.php';
$TABLA2 = new MECON_HTML_Tabla ('width="500" align="right"');
$row = array ('R0C0','R1C1','R1C2','R2C3','R2C4','R2C5','R2C6','R2C7','R2C8','R2C9');
$TABLA2->addRow($row,'cabecera');
print $tohtml."<BR><BR><BR>";
///////////////////////////////////////////////////////////////////////////////////////////
echo 'PRECATED<BR>';
- $TABLA2 = new MECON_HTML_Tabla ('width="500" align="right"');
+ $TABLA2 = new MECON_HTML_Tabla ('width="500" align="right"', 'claro');
$row = array ('R0C0','R1C1','R1C2','R2C3','R2C4','R2C5','R2C6','R2C7','R2C8','R2C9');
$TABLA2->addRow($row,'cabecera colspan=10');
$row = array ('R1C0','R1C1','R1C2','R2C3','R2C4','R2C5','R2C6','R2C7','R2C8','R2C9');