]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/www/servicios/agenda/agenda1.php
Se corrige un bug.
[mecon/intranet.git] / sistema / www / servicios / agenda / agenda1.php
index f5e30aff27d22b0c85bf9189c371cb7bb84dfacd..d4701a53789ec65e02c988bdf620f253f4e6e428 100644 (file)
@@ -24,17 +24,14 @@ Autor:  Martin Marrese <mmarre@mecon.gov.ar>
 $Id$
 -----------------------------------------------------------------------------*/
 
 $Id$
 -----------------------------------------------------------------------------*/
 
-require_once 'MECON/general.php';
-prepend_include_path('/home/mmarrese/public_html/meconlib/lib/');
-
 //REQUIRE ONCE {{{
 require_once '../../../local_lib/Servicios/Agenda.php';
 require_once 'HTML/Table.php';
 require_once 'MECON/HTML/Tabla.php';
 require_once '../../../local_lib/HTML_DietMarco.php';
 require_once 'MECON/HTML/QuickForm.php';
 //REQUIRE ONCE {{{
 require_once '../../../local_lib/Servicios/Agenda.php';
 require_once 'HTML/Table.php';
 require_once 'MECON/HTML/Tabla.php';
 require_once '../../../local_lib/HTML_DietMarco.php';
 require_once 'MECON/HTML/QuickForm.php';
-require_once 'HTML/Image.php';
-require_once 'HTML/Link.php';
+require_once 'MECON/HTML/Image.php';
+require_once 'MECON/HTML/Link.php';
 require_once 'DB.php';
 //}}}
 //CREO LA CONEXION A LA BASE DE DATOS {{{
 require_once 'DB.php';
 //}}}
 //CREO LA CONEXION A LA BASE DE DATOS {{{
@@ -44,16 +41,16 @@ if (DB::isError($DB)) {
 }
 //}}}
 //CREO LOS OBJETOS NECESARIOS {{{
 }
 //}}}
 //CREO LOS OBJETOS NECESARIOS {{{
-$TABLAFORM = new Tabla ('width="500"', 'servicio');
+$TABLAFORM = new MECON_HTML_Tabla ('width="500"', 'servicio');
 $MARCO     = new HTML_DietMarco('servicios');
 $FORM      = new MECON_HTML_QuickForm('agenda', 'post', 'agenda2', '', array ('onSubmit' => "return validar(this)", 'action' => ''));
 $FORM->renderer->setTable($TABLAFORM);
 $TABLA     = new HTML_Table('width="760" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF"');
 $MARCO     = new HTML_DietMarco('servicios');
 $FORM      = new MECON_HTML_QuickForm('agenda', 'post', 'agenda2', '', array ('onSubmit' => "return validar(this)", 'action' => ''));
 $FORM->renderer->setTable($TABLAFORM);
 $TABLA     = new HTML_Table('width="760" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF"');
-$IMG1      = new HTML_Image('../../images/servicios_agenda_lupa.gif');
-$IMG2      = new HTML_Image('../../images/servicios_agenda_mail.gif');
-$TELECO    = new HTML_Image('../../images/servicios_agenda_teleco.gif');
-$LINK_1    = new HTML_Link('mailto:teleco@mecon.gov.ar', $IMG2);
-$LINK_2    = new HTML_Link('mailto:teleco@mecon.gov.ar', 'Consultas', array(), array ('class' => 'txt2'));
+$IMG1      = new MECON_HTML_Image('../../images/servicios_agenda_lupa.gif');
+$IMG2      = new MECON_HTML_Image('../../images/servicios_agenda_mail.gif');
+$TELECO    = new MECON_HTML_Image('../../images/servicios_agenda_teleco.gif');
+$LINK_1    = new MECON_HTML_Link('mailto:teleco@mecon.gov.ar', $IMG2);
+$LINK_2    = new MECON_HTML_Link('mailto:teleco@mecon.gov.ar', 'Consultas', array(), array ('class' => 'txt2'));
 //}}}
 //OBTENGO LOS DATOS DE LAS BASES {{{
 $EDIFICIOS = Servicios_Agenda::getEdificios($DB); 
 //}}}
 //OBTENGO LOS DATOS DE LAS BASES {{{
 $EDIFICIOS = Servicios_Agenda::getEdificios($DB);