// 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();
?>
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().' <b>SISTEMA: '.$SISTEMA->getNombre().'</b>');
$TABLA3 = new MECON_HTML_Tabla ('cellspacing=0');
$TABLA3->addRow($row,'align=left');
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';
// }}}
//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();
//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().' <b>SISTEMA: '.$SISTEMA->getNombre().'</b>');
$TABLA3->addRow($row,'align=left');
//}}}
$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().' <b>SISTEMA: '.$SISTEMA->getNombre().'</b>');
$TABLA3->addRow($row,'align=left');
//SAMURAI {{{
require_once 'SAMURAI/Sistema.php';
//}}}
- require_once 'HTML/Image.php';
+ require_once 'MECON/HTML/Image.php';
require_once 'HTML/Page.php';
// }}}
//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();
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']) {
}
//}}}
//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().' <b>SISTEMA: '.$SISTEMA->getNombre().'</b>');
$TABLA->addRow($row,'align=left');
//}}}
//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 {{{
//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();
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;">';
$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().' <b>SISTEMA: '.$SISTEMA->getNombre().'</b>');
$TABLA3->addRow($row,'align=left');