]> git.llucax.com Git - mecon/intranet.git/commitdiff
Se actualizan los nuevos nombres de MECON_HTML_Image y MECON_HTML_Link
authorMartín Marrese <marrese@gmail.com>
Thu, 21 Aug 2003 18:48:28 +0000 (18:48 +0000)
committerMartín Marrese <marrese@gmail.com>
Thu, 21 Aug 2003 18:48:28 +0000 (18:48 +0000)
sistema/local_lib/HTML_Login.php
sistema/local_lib/HTML_Noticia.php
sistema/local_lib/HTML_Servicio.php
sistema/www/servicios/agenda/agenda1.php
sistema/www/servicios/agenda/agenda2.php
sistema/www/sistemas.php

index d92a5e507f7f7feee732eba52a7dc68dbf3042c0..4f4db5e53adce89c168592ddceaf26c09a1d6ea9 100644 (file)
@@ -28,7 +28,7 @@
 //
 
 
-require_once 'HTML/Image.php';
+require_once 'MECON/HTML/Image.php';
 
 // +X2C includes
 require_once 'HTML/Table.php';
@@ -79,7 +79,7 @@ class HTML_Login extends HTML_Table {
                                   'cellPadding' => 0,
                                  'cellSpacing' => 2,
                                  'width'       => '100%'));
-      $img = new HTML_Image('images/login_candados.gif');
+      $img = new MECON_HTML_Image('images/login_candados.gif');
       $int->addRow(array($img->toHTML().'Usuarios',
                          $img->toHTML().'Usuario:',
                         '<INPUT maxLength=50 name=usuario size=10>',
index 59ddc843c0ed67d5a88b7a6ef15dbe73a337a704..c1b6d2c888e872bb16fd12bca5d34e3a05803910 100644 (file)
@@ -68,7 +68,7 @@ class HTML_Noticia extends HTML_Table {
         if($this->completa)
        {
             $this->addRow(array($this->noticia->getSeccion()), array('class' => 'noticias_titulo_uno'));
-            $this->addRow(array(new HTML_Image('images/noticia_linea_azul.gif')),
+            $this->addRow(array(new MECON_HTML_Image('images/noticia_linea_azul.gif')),
                          array('class' => 'ver_mas'));
             $this->addRow(array($this->noticia->getTitulo()), array('class' => 'noticias_textoazul'));
             $this->addRow(array($this->noticia->getTitulo2()), array('class' => 'noticias_titulo_vinculos'));
@@ -76,10 +76,10 @@ class HTML_Noticia extends HTML_Table {
             $tmp = $this->noticia->getFecha();
             $this->addRow(array($tmp->format('Fecha de publicación: %d/%m/%Y')),
                          array('class' => 'noticias_ver_mas'));
-            $this->addRow(array(new HTML_Image('images/blanco.gif','', 
+            $this->addRow(array(new MECON_HTML_Image('images/blanco.gif','', 
                          array('height'=>'15', 'width'=>'1', 'border'=>'0'))),
                          array('class' => 'noticias_ver_mas'));
-            $tmp = new HTML_Image('images/noticia_anterior.gif');
+            $tmp = new MECON_HTML_Image('images/noticia_anterior.gif');
             $this->addRow(array("<a href='$this->volver' class='noticias_ver_mas'>".$tmp->toHTML().
                                                               'volver</a>'),
                          array('class' => 'noticias_ver_mas'));
@@ -91,17 +91,17 @@ class HTML_Noticia extends HTML_Table {
            $img_str = null;
            if($this->nuevo)
            {
-               $nuevo = new HTML_Image('images/noticia_nuevo.gif');
+               $nuevo = new MECON_HTML_Image('images/noticia_nuevo.gif');
                $img_str = ' '.$nuevo->toHTML();
            }
             $this->addRow(array("<a href='$this->link' class='noticias_titulo_noticia'>".$this->noticia->getTitulo().$img_str.'<a>'), array('class' => 'noticias_titulo_noticia'));
             $tmp = $this->noticia->getFecha();
             $this->addRow(array($tmp->format('(%d/%m/%Y)')),
                          array('class' => 'noticias_fecha_noticia'));
-           $mas = new HTML_Image('images/noticia_mas.gif');
+           $mas = new MECON_HTML_Image('images/noticia_mas.gif');
             $this->addRow(array("<a href='$this->vermas' class='noticias_ver_mas'>".$mas->toHTML().' ver más</a>'),
                          array('class' => 'noticias_ver_mas'));
-            $this->addRow(array(new HTML_Image('images/noticia_linea_puntos.gif')),
+            $this->addRow(array(new MECON_HTML_Image('images/noticia_linea_puntos.gif')),
                          array('class' => 'noticias_ver_mas'));
        }
         return parent::toHTML();    
index 28b8fbd282152b1efe7b86aba9c03ceda6694aed..1386fe48772e7e617449d0d7d833ba03ac2c49b9 100644 (file)
@@ -28,8 +28,8 @@
 //
 
 
-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';
 require_once 'AI/Servicio.php';
 //  require_once 'AI/DB.php';
@@ -78,7 +78,7 @@ class HTML_Servicio extends HTML_Table {
            $this->servicio->link = 'servicios.php?servicios='.$this->servicio->servicio;
         elseif($this->servicio->necesita_logueo)
             $this->servicio->link = 'login.php?redirect='.$this->servicio->servicio;
-       $l = new HTML_Link($this->servicio->link, $this->servicio->nombre, array(),
+       $l = new MECON_HTML_Link($this->servicio->link, $this->servicio->nombre, array(),
                             array('class' => 'servicio_titulo_tabla'));
         $this->addRow(array('&nbsp;&nbsp;&nbsp;'.$l->toHTML()),
                          array('align' => 'center',
@@ -86,7 +86,7 @@ class HTML_Servicio extends HTML_Table {
                                'background'=>'images/servicio_cabecera.gif',
                                'height'=>30,
                                'class' => 'servicio_titulo_tabla'));
-        $img = new HTML_Image('images/servicio_bullet.gif');
+        $img = new MECON_HTML_Image('images/servicio_bullet.gif');
         $int =& new HTML_Table(array('width'       =>'360',
                                      'border'      => '0',
                                      'cellspacing' => '0',
@@ -113,7 +113,7 @@ class HTML_Servicio extends HTML_Table {
                $s->link = 'login.php?redirect='.$s->servicio;
             if($par)
            {
-                $int->setCellContents(0, 3, new HTML_Link($s->link, $s->nombre,
+                $int->setCellContents(0, 3, new MECON_HTML_Link($s->link, $s->nombre,
                                       array(), 
                                        array('class' => 'servicio_tabla')));
                 $this->addRow(array($int));
@@ -121,7 +121,7 @@ class HTML_Servicio extends HTML_Table {
            }
            else
            {
-                $int->setCellContents(0, 1, new HTML_Link($s->link, $s->nombre,
+                $int->setCellContents(0, 1, new MECON_HTML_Link($s->link, $s->nombre,
                                       array(), 
                                        array('class' => 'servicio_tabla')));
                $par = true;
@@ -129,7 +129,7 @@ class HTML_Servicio extends HTML_Table {
         }
         if($par)
         {
-            $int->setCellContents(0, 1, new HTML_Link($s->link, $s->nombre, 
+            $int->setCellContents(0, 1, new MECON_HTML_Link($s->link, $s->nombre, 
                                          array(), 
                                           array('class' => 'servicio_tabla')));
             $int->setCellContents(0, 2, '');
@@ -137,7 +137,7 @@ class HTML_Servicio extends HTML_Table {
             $this->addRow(array($int));
         }
 
-        $this->addRow(array(new HTML_Image('images/servicio_borde_inf.gif')));
+        $this->addRow(array(new MECON_HTML_Image('images/servicio_borde_inf.gif')));
         return parent::toHTML();
     }
     // -X2C
index 4fc70035a3a8c493de18102e91b7d0d78dd73a98..d4701a53789ec65e02c988bdf620f253f4e6e428 100644 (file)
@@ -24,17 +24,14 @@ Autor:  Martin Marrese <mmarre@mecon.gov.ar>
 $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 '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 {{{
@@ -49,11 +46,11 @@ $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); 
index b5d3b715ff3d2d0faef15a4ed2437220393ceef5..c61aa32b93f94699a36f92dffcfc22a3ce34a83f 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 {{{
@@ -41,17 +41,17 @@ if (DB::isError($DB)) {
 $MARCO     = new HTML_DietMarco('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']); }
index 05b10d6b4737d50ccbeb794213a51cec98cda959..ff238eee965886fcd510c33184725ba8753b0f31 100644 (file)
@@ -9,7 +9,7 @@ if(!isset($_SESSION['usuario']))
 }
 require_once '../local_lib/intranetdb.php';
 require_once 'HTML/Table.php';
-require_once 'HTML/Link.php';
+require_once 'MECON/HTML/Link.php';
 require_once 'HTML/Image.php';
 #require_once 'AI/DB.php';
 require_once 'DB.php';
@@ -37,7 +37,7 @@ while ($sistema) {
     $row = array();
     for ($j = 0; $j < COLUMNAS; $j++) {
         if ($sistema) {
-            $img = new HTML_Image(
+            $img = new MECON_HTML_Image(
                     "/sistemas/intranet/images/$sistema->icono",
                     $sistema->nombre,
                     array(
@@ -46,7 +46,7 @@ while ($sistema) {
                         'align'  => 'absmiddle',
                     )
             );
-                       $link = new HTML_Link(
+                       $link = new MECON_HTML_Link(
                                $sistema->link,
                                $sistema->nombre,
                                array(),
@@ -58,7 +58,7 @@ while ($sistema) {
             $html = $img->toHtml() . $link->toHtml() . '<BR>'
                        . $sistema->descripcion;
                if ($sistema->link_ayuda) {
-                       $link = new HTML_Link(
+                       $link = new MECON_HTML_Link(
                                        $sistema->link_ayuda,
                                        '(?)',
                                        array(),