]> git.llucax.com Git - mecon/samurai.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:54 +0000 (18:48 +0000)
committerMartín Marrese <marrese@gmail.com>
Thu, 21 Aug 2003 18:48:54 +0000 (18:48 +0000)
sistema/www/index.php
sistema/www/perfiles/perfiles-abm.php
sistema/www/perfiles/perfiles-datos.php
sistema/www/perfiles/perfiles-nuevo.php
sistema/www/perfiles/perfiles.php
sistema/www/sistemas/sistemas-datos.php
sistema/www/usuarios/usuarios-abm.php
sistema/www/usuarios/usuarios-datos.php
sistema/www/usuarios/usuarios.php

index 49569214d47065aecef10ac753ee752f7c35526a..6769b137e561dd715cebcbb60b7e27685a01df73 100644 (file)
@@ -27,9 +27,9 @@
 //        header('Location: error')
     }
 //}}}
-    require_once 'HTML/Image.php';
+    require_once 'MECON/HTML/Image.php';
     
-    $MARCO->addBody(new HTML_Image('images/inicio.jpg'));
+    $MARCO->addBody(new MECON_HTML_Image('images/inicio.jpg'));
     $MARCO->setEspacios(false);
     $MARCO->display();
 ?>
index badc3b287c001fb3e27612c3e8c858af0ba31944..528aa9a22cfcb4df04865269b9668a02f9644de9 100644 (file)
@@ -32,7 +32,7 @@
     require_once 'SAMURAI/Perfil.php';
     require_once 'SAMURAI/Permiso.php';
     require_once 'SAMURAI/Sistema.php';
-    require_once 'HTML/Image.php';
+    require_once 'MECON/HTML/Image.php';
 // }}}
 //CREO LOS OBJETO NECESARIOS {{{
     if (@$_GET['id_perfil']) {
     }
 // }}}
 //DIBUJO LA PAGINA {{{
-    $imagen = new HTML_Image('/MECON/images/vinetas_flecha_doble.gif');
+    $imagen = new MECON_HTML_Image('/MECON/images/vinetas_flecha_doble.gif');
     $row    = array ($imagen->toHtml().'&nbsp;<b>SISTEMA: '.$SISTEMA->getNombre().'</b>');
     $TABLA3 = new MECON_HTML_Tabla ('cellspacing=0');
     $TABLA3->addRow($row,'align=left');    
index d85cc6c24956444b6d5b2e3bfbd562f962a1c336..83dc158363b724d73a1e9c6ed823dbfc6f6126ae 100644 (file)
@@ -30,7 +30,7 @@
     require_once 'SAMURAI/Permiso.php';
     require_once 'SAMURAI/Sistema.php';
     //}}}
-    require_once 'HTML/Image.php';
+    require_once 'MECON/HTML/Image.php';
     require_once 'HTML/Page.php';
 // }}}
 
@@ -85,7 +85,7 @@
 
 //DIBUJO LA PAGINA {{{
     $PAGE->addBodyContent($FORM);
-    $imagen = new HTML_Image('/MECON/images/general_cerrar.gif');
+    $imagen = new MECON_HTML_Image('/MECON/images/general_cerrar.gif');
     $PAGE->addBodyContent('<a href="" onClick=\'self.close();return false;\'>'.$imagen->toHtml().'</a>');
     $PAGE->setTitle('Datos del Perfil');
     $PAGE->display();                          
index a88f369d37a57b0df36a680404a7e493c896537c..a0ddfee8a746987378e0b97665c6f3991e2e6ee8 100644 (file)
 //MUESTRO LA PAGINA {{{
 //AGREGO LOS DATOS A LAS TABLAS {{{
     $TABLA3 = new MECON_HTML_Tabla ('cellspacing=0');
-    $imagen = new HTML_Image('/MECON/images/vinetas_flecha_doble.gif');
+    $imagen = new MECON_HTML_Image('/MECON/images/vinetas_flecha_doble.gif');
     $row    = array ($imagen->toHtml().'&nbsp;<b>SISTEMA: '.$SISTEMA->getNombre().'</b>');
     $TABLA3->addRow($row,'align=left');    
 //}}} 
index 199cc51b22b881b5457d7d127986b620f2c75f2c..8d551a71344f4633e79cb5fe67f327547bfe6282 100644 (file)
@@ -52,7 +52,7 @@ if (!@$_SESSION['samurai']['id_sistema'] || !@$_SESSION['samurai']['login']) {
     $perfiles = SAMURAI_Perfil::getPerfiles($DB, null, $_SESSION['samurai']['id_sistema']);
 // }}}
 //AGREGO LOS DATOS A LAS TABLAS {{{
-    $imagen = new HTML_Image('/MECON/images/vinetas_flecha_doble.gif');
+    $imagen = new MECON_HTML_Image('/MECON/images/vinetas_flecha_doble.gif');
     $row    = array ($imagen->toHtml().'&nbsp;<b>SISTEMA: '.$SISTEMA->getNombre().'</b>');
     $TABLA3->addRow($row,'align=left'); 
     
index 689b4a520cc007e4aecacd98f3f6019707ede8cf..7ba7acea35e834bb53e1c6d1bf56fab785fd7c94 100644 (file)
@@ -28,7 +28,7 @@
     //SAMURAI {{{
     require_once 'SAMURAI/Sistema.php';
     //}}}
-    require_once 'HTML/Image.php';
+    require_once 'MECON/HTML/Image.php';
     require_once 'HTML/Page.php';
 // }}}
 
@@ -70,7 +70,7 @@
 
 //DIBUJO LA PAGINA {{{
     $PAGE->addBodyContent($FORM);
-    $imagen = new HTML_Image('/MECON/images/general_cerrar.gif');
+    $imagen = new MECON_HTML_Image('/MECON/images/general_cerrar.gif');
     $PAGE->addBodyContent('<a href="" onClick=\'self.close();return false;\'>'.$imagen->toHtml().'</a>');
     $PAGE->setTitle('Datos del Sistema');
     $PAGE->display();                          
index 9058576b1bf91dd69252087a7ff97f74af2a46e0..938c316b7570bdd1b854b9d627fa4794c011a33c 100644 (file)
@@ -36,7 +36,7 @@
     require_once 'SAMURAI/Usuario.php';
     require_once 'SAMURAI/Sistema.php';
     //}}}
-    require_once 'HTML/Image.php';
+    require_once 'MECON/HTML/Image.php';
 // }}}
 //VEO SI HAY QUE ELEGIR EN QUE SISTEMA TRABAJAR {{{
 if (!@$_SESSION['samurai']['id_sistema'] || !@$_SESSION['samurai']['login']) {
@@ -64,7 +64,7 @@ if (!@$_SESSION['samurai']['id_sistema'] || !@$_SESSION['samurai']['login']) {
     }
 //}}}
 //AGREGO LOS DATOS A LAS TABLAS {{{
-    $imagen = new HTML_Image('/MECON/images/vinetas_flecha_doble.gif');
+    $imagen = new MECON_HTML_Image('/MECON/images/vinetas_flecha_doble.gif');
     $row    = array ($imagen->toHtml().'&nbsp;<b>SISTEMA: '.$SISTEMA->getNombre().'</b>');
     $TABLA->addRow($row,'align=left');    
 //}}}
index aedf72fc7774e9a03c39950979eec3a073f1adc0..4ca79703ed275d59c7207d2a01bcaca9d658b7b5 100644 (file)
@@ -33,7 +33,7 @@
     //SAMURAI {{{
     require_once 'SAMURAI/Usuario.php';
     //}}}
-    require_once 'HTML/Image.php';
+    require_once 'MECON/HTML/Image.php';
     require_once 'HTML/Page.php';
 // }}}
 //CREO LOS OBJETOS NECESARIOS {{{
@@ -71,7 +71,7 @@
 
 //DIBUJO LA PAGINA {{{
     $PAGE->addBodyContent($FORM);
-    $imagen = new HTML_Image('/MECON/images/general_cerrar.gif');
+    $imagen = new MECON_HTML_Image('/MECON/images/general_cerrar.gif');
     $PAGE->addBodyContent('<a href="" onClick=\'self.close();return false;\'>'.$imagen->toHtml().'</a>');
     $PAGE->setTitle('Datos del Usuario');
     $PAGE->display();                          
index 866a8b31bc236f84fe88b66b4348b01ed0dc70b4..410ee6d9b7d198bfbcb401c220847b8c13047645 100644 (file)
@@ -29,7 +29,7 @@
     require_once 'MECON/HTML/Tabla.php';
     require_once 'SAMURAI/Usuario.php';
     require_once 'SAMURAI/Sistema.php';
-    require_once 'HTML/Image.php';
+    require_once 'MECON/HTML/Image.php';
 // }}}
 //LINKS {{{
     $aHrefPopup = '<a href="" onClick="window.open(\'usuarios-datos?login=##LOGIN##\',\'usuariosdatos\',\'height=300,width=400,scrollbars=yes\');return false;">';
@@ -52,7 +52,7 @@ if (!@$_SESSION['samurai']['id_sistema'] || !@$_SESSION['samurai']['login']) {
     $usuarios = SAMURAI_Usuario::getUsuarios($DB, $_SESSION['samurai']['id_sistema']);
 // }}}
 //AGREGO LOS DATOS A LAS TABLAS {{{
-    $imagen = new HTML_Image('/MECON/images/vinetas_flecha_doble.gif');
+    $imagen = new MECON_HTML_Image('/MECON/images/vinetas_flecha_doble.gif');
     $row    = array ($imagen->toHtml().'&nbsp;<b>SISTEMA: '.$SISTEMA->getNombre().'</b>');
     $TABLA3->addRow($row,'align=left');