// $Id: xmi2code.tpl.php 1 2003-06-23 18:29:20Z gmeray $
//
+require_once 'MECON/HTML/Image.php';
// +X2C includes
// +X2C Class 162 :HTML_Copete
/**
- * @package sistema_local_lib
* @access public
*/
class HTML_Copete extends HTML_Table {
* @var int $titulo
* @access private
*/
- var $_titulo;
+ var $titulo;
/**
* @var int $seccion
* @access private
*/
- var $_seccion;
+ var $seccion;
// ~X2C
href="mailto:intranet2@mecon.gov.ar"
><area shape="rect" coords="645,17,669,41"
href="https://ldapmaster.mecon.ar/bbng/servlet/ServletDispatcher?hans=gui.FormPassUsr"
- alt="Cambio de Clave" title="Cambio de Clave"';
+ alt="Cambio de Clave" title="Cambio de Clave" target="_blank"';
if(isset($_SESSION['usuario']))
$mapa .= '><area shape="rect" coords="726,17,750,41" alt="Logout"
title="Logout" href="'.PATH_RAIZ.'logout.php"';
// -X2C
} // -X2C Class :HTML_Copete
-?>
\ No newline at end of file
+?>