From: Martín Marrese Date: Thu, 21 Aug 2003 18:48:54 +0000 (+0000) Subject: Se actualizan los nuevos nombres de MECON_HTML_Image y MECON_HTML_Link X-Git-Tag: svn_import~91 X-Git-Url: https://git.llucax.com/mecon/samurai.git/commitdiff_plain/9c1bc8b1e573fdc02d368d21899f10e4f42a0eac Se actualizan los nuevos nombres de MECON_HTML_Image y MECON_HTML_Link --- diff --git a/sistema/www/index.php b/sistema/www/index.php index 4956921..6769b13 100644 --- a/sistema/www/index.php +++ b/sistema/www/index.php @@ -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(); ?> diff --git a/sistema/www/perfiles/perfiles-abm.php b/sistema/www/perfiles/perfiles-abm.php index badc3b2..528aa9a 100644 --- a/sistema/www/perfiles/perfiles-abm.php +++ b/sistema/www/perfiles/perfiles-abm.php @@ -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']) { @@ -179,7 +179,7 @@ } // }}} //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().' SISTEMA: '.$SISTEMA->getNombre().''); $TABLA3 = new MECON_HTML_Tabla ('cellspacing=0'); $TABLA3->addRow($row,'align=left'); diff --git a/sistema/www/perfiles/perfiles-datos.php b/sistema/www/perfiles/perfiles-datos.php index d85cc6c..83dc158 100644 --- a/sistema/www/perfiles/perfiles-datos.php +++ b/sistema/www/perfiles/perfiles-datos.php @@ -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(''.$imagen->toHtml().''); $PAGE->setTitle('Datos del Perfil'); $PAGE->display(); diff --git a/sistema/www/perfiles/perfiles-nuevo.php b/sistema/www/perfiles/perfiles-nuevo.php index a88f369..a0ddfee 100644 --- a/sistema/www/perfiles/perfiles-nuevo.php +++ b/sistema/www/perfiles/perfiles-nuevo.php @@ -116,7 +116,7 @@ //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().' SISTEMA: '.$SISTEMA->getNombre().''); $TABLA3->addRow($row,'align=left'); //}}} diff --git a/sistema/www/perfiles/perfiles.php b/sistema/www/perfiles/perfiles.php index 199cc51..8d551a7 100644 --- a/sistema/www/perfiles/perfiles.php +++ b/sistema/www/perfiles/perfiles.php @@ -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().' SISTEMA: '.$SISTEMA->getNombre().''); $TABLA3->addRow($row,'align=left'); diff --git a/sistema/www/sistemas/sistemas-datos.php b/sistema/www/sistemas/sistemas-datos.php index 689b4a5..7ba7ace 100644 --- a/sistema/www/sistemas/sistemas-datos.php +++ b/sistema/www/sistemas/sistemas-datos.php @@ -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(''.$imagen->toHtml().''); $PAGE->setTitle('Datos del Sistema'); $PAGE->display(); diff --git a/sistema/www/usuarios/usuarios-abm.php b/sistema/www/usuarios/usuarios-abm.php index 9058576..938c316 100644 --- a/sistema/www/usuarios/usuarios-abm.php +++ b/sistema/www/usuarios/usuarios-abm.php @@ -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().' SISTEMA: '.$SISTEMA->getNombre().''); $TABLA->addRow($row,'align=left'); //}}} diff --git a/sistema/www/usuarios/usuarios-datos.php b/sistema/www/usuarios/usuarios-datos.php index aedf72f..4ca7970 100644 --- a/sistema/www/usuarios/usuarios-datos.php +++ b/sistema/www/usuarios/usuarios-datos.php @@ -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(''.$imagen->toHtml().''); $PAGE->setTitle('Datos del Usuario'); $PAGE->display(); diff --git a/sistema/www/usuarios/usuarios.php b/sistema/www/usuarios/usuarios.php index 866a8b3..410ee6d 100644 --- a/sistema/www/usuarios/usuarios.php +++ b/sistema/www/usuarios/usuarios.php @@ -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 = ''; @@ -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().' SISTEMA: '.$SISTEMA->getNombre().''); $TABLA3->addRow($row,'align=left');