]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/local_lib/HTML_Copete.php
Se realizan correcciones varias derivadas del primer testing.
[mecon/intranet.git] / sistema / local_lib / HTML_Copete.php
index 42eddbeeda5d50a104e7bd3e2c8f079a4c8644a6..58f10eaf05ab2d486baaa0021d1341f293b40528 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
 // +--------------------------------------------------------------------+
-// |                      Ministerio de Economía                        |
+// |                      Ministerio de Econom                        |
 // |                             Intranet                              |
 // +--------------------------------------------------------------------+
 // | This file is part of Intranet.                                    |
 // | Autor:  Gonzalo Merayo <gmeray@mecon.gov.ar>                                                    |
 // +--------------------------------------------------------------------+
 //
-// $Id: xmi2code.tpl.php 1 2003-06-23 18:29:20Z gmeray $
+// $Id$
 //
 
+require_once 'MECON/HTML/Image.php';
 
 
 // +X2C includes
@@ -88,19 +89,19 @@ class HTML_Copete extends HTML_Table {
                      alt="E-mail" title="E-mail"
                      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"';
+                     href="http://password.mecon.ar/"
+                     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"';
+                       title="Logout" href="'.PATH_RAIZ.'logout"';
     $mapa .=   '><area shape="rect" coords="472,17,562,44"
-                     href="'.PATH_RAIZ.'sistemas.php" alt="Sistemas"
+                     href="'.PATH_RAIZ.'sistemas" alt="Sistemas"
                      title="Sistemas" 
               ><area shape="rect" coords="366,17,456,44"
                      href="'.PATH_RAIZ.'servicios.php" alt="Servicios"
                      title="Servicios"
               ><area shape="rect" coords="258,17,348,44"
-                     href="'.PATH_RAIZ.'noticias.php"
+                     href="'.PATH_RAIZ.'noticias"
                      alt="Noticias" title="Noticias"
             ></map>';