]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/www/servicios/agenda/agenda2.php
Consulta del codep en servicios.
[mecon/intranet.git] / sistema / www / servicios / agenda / agenda2.php
index b5d3b715ff3d2d0faef15a4ed2437220393ceef5..8aa8dd512bbf928bad2d93fe595d5347aaf1d983 100644 (file)
@@ -27,8 +27,8 @@ $Id$
 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 {{{
@@ -38,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_lupa.gif');
+$MAIL      = new MECON_HTML_Image('../../images/servicios_mail.gif');
+$TELECO    = new MECON_HTML_Image('../../images/servicios_logo_telecomunicaciones.gif');
+$INFO      = new MECON_HTML_Image('../../images/servicios_info.gif');
+$NOTAS     = new MECON_HTML_Image('../../images/servicios_nota.gif');
+$V5        = new MECON_HTML_Image('../../images/servicios_flecha_naranja.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']); }