]> git.llucax.com Git - mecon/meconlib.git/blobdiff - test/HTML/tabla_estilos.php
PDF en camino
[mecon/meconlib.git] / test / HTML / tabla_estilos.php
index 1668d30536fafd9a2c218a38fab9709d0f1e57dd..0d4bc92ca409fa4c393824277b072f8d071d1ca4 100644 (file)
@@ -1,8 +1,10 @@
 <?
 
-require_once '../../lib/MECON/HTML/Tabla.php';
+#require_once '../../lib/MECON/HTML/Tabla.php';
+require_once 'MECON/HTML/Tabla.php';
 $tablas = array();
 $estilos = array();
+#$dir = dir('../../lib/MECON/HTML/Tabla');
 $dir = dir('../../lib/MECON/HTML/Tabla');
 while (($f = $dir->read()) !== false) {
        if (preg_match('/^estilo_(.*)\.php$/', $f, $m)) {
@@ -18,7 +20,8 @@ while (($f = $dir->read()) !== false) {
 <title>
 Prueba de Tabla.
 </title>
-<? for ($i = 0; $i < count($tablas); $i++) echo '<link rel="StyleSheet" href="' . str_replace('/MECON/css/html/tabla/', '/~llucar/meconlib/www/css/html/tabla/', $tablas[$i]->getCSS()) . '"/>' ?>
+<?# for ($i = 0; $i < count($tablas); $i++) echo '<link rel="StyleSheet" href="' . str_replace('/MECON/css/html/tabla/', '/~llucar/meconlib/www/css/html/tabla/', $tablas[$i]->getCSS()) . '"/>' ?>
+<? for ($i = 0; $i < count($tablas); $i++) echo '<link rel="StyleSheet" href="' . $tablas[$i]->getCSS() . '"/>' . "\n" ?>
 </head>
 <body bgcolor="#FFFFFF" color="#000000" align="center">
 <table width="760" align="center">