<?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
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>';