3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6 <link rel="StyleSheet" href="./../Tabla/php/Tabla/tabla_estilos.css">
8 <body bgcolor="#FFFFFF" color="#000000" align="center">
9 <table width="760" align="center">
15 require_once './../Tabla/php/Tabla.php';
17 $TABLA = new Tabla ();
24 $TABLA->agregarFilaCabecera($row);
31 $TABLA->agregarFila($row);
33 $tohtml = $TABLA->toHtml();