]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/www/servicios/agenda/agenda2.php
Cambios Intranet por todos Lados
[mecon/intranet.git] / sistema / www / servicios / agenda / agenda2.php
index d5f5ced74512add1955014645a3caa5ee54a6628..60c60d911b1e3bfa6490d8e083da8647c7db1f29 100644 (file)
@@ -24,12 +24,11 @@ Autor:  Martin Marrese <mmarre@mecon.gov.ar>
 $Id$
 -----------------------------------------------------------------------------*/
 //REQUIRE ONCE {{{
-require_once '/home/mmarrese/public_html/intranet/sistema/local_lib/Servicios/Agenda.php';
-//require_once '../../../local_lib/Servicios/Agenda.php';
+require_once '../../../local_lib/Servicios/Agenda.php';
 require_once 'HTML/Table.php';
 require_once '../../../local_lib/HTML_DietMarco.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 {{{
@@ -39,20 +38,20 @@ if (DB::isError($DB)) {
 }
 //}}}
 //CREO LOS OBJETOS NECESARIOS {{{
-$MARCO     = new HTML_DietMarco('servicios');
+$MARCO     = new HTML_DietMarco('servicios', 'Servicios');
 $AGENDA    = new Servicios_Agenda ($DB);
 $TABLA     = new HTML_Table('width="760" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF"');
-$LUPA      = new HTML_Image('../../images/servicios_agenda_lupa.gif');
-$MAIL      = new HTML_Image('../../images/servicios_agenda_mail.gif');
-$TELECO    = new HTML_Image('../../images/servicios_agenda_teleco.gif');
-$INFO      = new HTML_Image('../../images/servicios_agenda_info.gif');
-$NOTAS     = new HTML_Image('../../images/servicios_agenda_notas.gif');
-$V5        = new HTML_Image('../../images/servicios_agenda_v5.gif');
+$LUPA      = new MECON_HTML_Image('../../images/servicios_agenda_lupa.gif');
+$MAIL      = new MECON_HTML_Image('../../images/servicios_agenda_mail.gif');
+$TELECO    = new MECON_HTML_Image('../../images/servicios_agenda_teleco.gif');
+$INFO      = new MECON_HTML_Image('../../images/servicios_agenda_info.gif');
+$NOTAS     = new MECON_HTML_Image('../../images/servicios_agenda_notas.gif');
+$V5        = new MECON_HTML_Image('../../images/servicios_agenda_v5.gif');
 
-$LINK_1    = new HTML_Link('mailto:teleco@mecon.gov.ar', $MAIL);
-$LINK_2    = new HTML_Link('mailto:teleco@mecon.gov.ar', 'Consultas', array(), array ('class' => 'txt2'));
-$LINK_3    = new HTML_Link('agenda1', 'Nueva búsqueda', array(), array ('class' => 'txt2'));
-$LINK_4    = new HTML_Link('mailto:teleco@mecon.gov.ar', 'envíenos su consulta o reclamo');
+$LINK_1    = new MECON_HTML_Link('mailto:teleco@mecon.gov.ar', $MAIL);
+$LINK_2    = new MECON_HTML_Link('mailto:teleco@mecon.gov.ar', 'Consultas', array(), array ('class' => 'txt2'));
+$LINK_3    = new MECON_HTML_Link('agenda1', 'Nueva búsqueda', array(), array ('class' => 'txt2'));
+$LINK_4    = new MECON_HTML_Link('mailto:teleco@mecon.gov.ar', 'envíenos su consulta o reclamo');
 //}}}
 //OBTENGO LOS DATOS DE LAS BASES {{{
     if (@$_POST['interno']) { $AGENDA->setInterno($_POST['interno']); }