]> 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 ea3306888fd8574f750b4d6b904d799a15e8aadb..58f10eaf05ab2d486baaa0021d1341f293b40528 100644 (file)
@@ -24,7 +24,7 @@
 // | Autor:  Gonzalo Merayo <gmeray@mecon.gov.ar>                                                    |
 // +--------------------------------------------------------------------+
 //
 // | 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';
 //
 
 require_once 'MECON/HTML/Image.php';
@@ -89,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"
                      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"
     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"
     $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"
                      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>';
 
                      alt="Noticias" title="Noticias"
             ></map>';
 
@@ -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
+?>