]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/local_lib/HTML_Copete.php
Se agrega BandasNovedades.
[mecon/intranet.git] / sistema / local_lib / HTML_Copete.php
index 11068184fe6c7f2228929da2102437df11e02fe4..73802ca1756c3489f6f6fb0383824fd34175c25b 100644 (file)
@@ -27,6 +27,7 @@
 // $Id: xmi2code.tpl.php 1 2003-06-23 18:29:20Z gmeray $
 //
 
 // $Id: xmi2code.tpl.php 1 2003-06-23 18:29:20Z gmeray $
 //
 
+require_once 'MECON/HTML/Image.php';
 
 
 // +X2C includes
 
 
 // +X2C includes
@@ -35,7 +36,6 @@ require_once 'HTML/Table.php';
 
 // +X2C Class 162 :HTML_Copete
 /**
 
 // +X2C Class 162 :HTML_Copete
 /**
- * @package sistema_local_lib
  * @access public
  */
 class HTML_Copete extends HTML_Table {
  * @access public
  */
 class HTML_Copete extends HTML_Table {
@@ -43,13 +43,13 @@ class HTML_Copete extends HTML_Table {
      * @var    int $titulo
      * @access private
      */
      * @var    int $titulo
      * @access private
      */
-    var $_titulo;
+    var $titulo;
 
     /**
      * @var    int $seccion
      * @access private
      */
 
     /**
      * @var    int $seccion
      * @access private
      */
-    var $_seccion;
+    var $seccion;
 
     // ~X2C
 
 
     // ~X2C
 
@@ -90,7 +90,7 @@ class HTML_Copete extends HTML_Table {
                      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"
                      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"';
     if(isset($_SESSION['usuario']))
       $mapa .=   '><area shape="rect" coords="726,17,750,41" alt="Logout"
                        title="Logout" href="'.PATH_RAIZ.'logout.php"';
@@ -185,4 +185,4 @@ class HTML_Copete extends HTML_Table {
     // -X2C
 
 } // -X2C Class :HTML_Copete
     // -X2C
 
 } // -X2C Class :HTML_Copete
-?>
\ No newline at end of file
+?>