]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/www/servicios/bandas/index.php
Se agrega el mensaje de error.
[mecon/intranet.git] / sistema / www / servicios / bandas / index.php
index b078df212e8ec1985240e34066ed64a5be414076..95ebc97864661779740cdfbf3e41bba00d34b6d9 100644 (file)
@@ -26,14 +26,13 @@ $Id: agenda1.php 64 2003-08-21 18:48:28Z mmarre $
 
 //REQUIRE ONCE {{{
 require_once 'HTML/Table.php';
 
 //REQUIRE ONCE {{{
 require_once 'HTML/Table.php';
-require_once '../../../local_lib/HTML_DietMarco.php';
-require_once '../../../local_lib/HTML_Mensaje.php';
+require_once 'HTML_DietMarco.php';
+require_once 'HTML_Mensaje.php';
 require_once 'BandasNovedades/Buscador.php';
 require_once 'MECON/HTML/Tabla.php';
 require_once 'MECON/HTML/QuickForm.php';
 require_once 'MECON/HTML/Image.php';
 require_once 'MECON/Agente.php';
 require_once 'BandasNovedades/Buscador.php';
 require_once 'MECON/HTML/Tabla.php';
 require_once 'MECON/HTML/QuickForm.php';
 require_once 'MECON/HTML/Image.php';
 require_once 'MECON/Agente.php';
-require_once 'DB.php';
 //}}}
 
 //CHEQUEO QUE EL USUARIO YA ESTÉ LOGUEADO {{{
 //}}}
 
 //CHEQUEO QUE EL USUARIO YA ESTÉ LOGUEADO {{{
@@ -43,12 +42,6 @@ if(!isset($_SESSION['documento']))
 }
 //}}}
 
 }
 //}}}
 
-//CREO LA CONEXION A LA BASE DE DATOS {{{
-$DB = DB::connect("mysql://intranet:intranet@bal747f/bandas",true);
-if (DB::isError($DB)) {
-    die ($DB->getMessage());
-}
-//}}}
 //{{{ INSTANCIO EL MARCO
 $MARCO =& new HTML_DietMarco('servicios','Bandas Horarias');
 //}}}
 //{{{ INSTANCIO EL MARCO
 $MARCO =& new HTML_DietMarco('servicios','Bandas Horarias');
 //}}}
@@ -116,7 +109,7 @@ $TABLA->addRow(array($FORM));
 
 //}}}
 //MUESTRO LA INFO {{{
 
 //}}}
 //MUESTRO LA INFO {{{
-$MARCO->addTitle('Bandas Horarias');
+//$MARCO->addTitle('Bandas Horarias');
 $MARCO->addBodyContent('<BR>');
 $MARCO->addBodyContent($TABLA);
 $MARCO->display();
 $MARCO->addBodyContent('<BR>');
 $MARCO->addBodyContent($TABLA);
 $MARCO->display();