CINXE.COM
Instituto Superior de Agronomia Webmail :: Entrar
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <!-- Horde: Copyright 2000-2009 The Horde Project. Horde is under the LGPL. --> <!-- Horde Project: http://www.horde.org/ --> <!-- GNU Library Public License: http://www.fsf.org/copyleft/lgpl.html --> <html lang="pt-PT" xmlns:IE><head> <script type="text/javascript" src="/js/horde.js"></script> <script type="text/javascript" src="/js/prototype.js"></script> <script type="text/javascript" src="/js/accesskeys.js"></script> <title>Instituto Superior de Agronomia Webmail :: Entrar</title> <link href="/themes/silver/graphics/favicon.ico" rel="SHORTCUT ICON" /> <link href="/themes/screen.css" rel="stylesheet" type="text/css" /> <link href="/themes/silver/screen.css" rel="stylesheet" type="text/css" /> <style>IE\:clientcaps {behavior:url(#default#clientcaps)}</style></head> <body> <IE:clientcaps ID="objCCaps" /><script type="text/javascript"> function setFocus() { try { if (document.horde_login.horde_user.value == "") { document.horde_login.horde_user.focus(); } else { document.horde_login.horde_pass.focus(); } } catch (e) {} } function submit_login() { if (document.horde_login.horde_user.value == "") { alert("Por favor, introduza o seu Nome de Utilizador e a sua Palavra-Passe"); document.horde_login.horde_user.focus(); return false; } else if (document.horde_login.horde_pass.value == "") { alert("Por favor, introduza o seu Nome de Utilizador e a sua Palavra-Passe"); document.horde_login.horde_pass.focus(); return false; } else { document.horde_login.loginButton.disabled = true; try { document.horde_login.ie_version.value = objCCaps.getComponentVersion("{89820200-ECBD-11CF-8B85-00AA005B4383}", "componentid"); } catch (e) {} document.horde_login.submit(); return true; } } </script> <form name="horde_login" method="post" action="https://webmail.isa.utl.pt/login.php?nocache=73daqwuvh9xc"> <input type="hidden" name="url" value="" /> <input type="hidden" name="anchor_string" id="anchor_string" value="" /> <input type="hidden" name="ie_version" value="" /> <div id="menu"> <h1 style="text-align:center">Bem-vinda(o) a Instituto Superior de Agronomia Webmail</h1> </div> <table width="100%"><tr><td align="center"><table width="300" align="center"> <tr> <td class="light rightAlign"><strong><label for="horde_user">Nome de Utilizador</label></strong> </td> <td class="leftAlign"><input type="text" id="horde_user" name="horde_user" value="" style="direction:ltr" /></td> </tr> <tr> <td class="light rightAlign"><strong><label for="horde_pass">Palavra-Passe</label></strong> </td> <td class="leftAlign"><input type="password" id="horde_pass" name="horde_pass" value="" style="direction:ltr" /></td> </tr> <tr> <td class="light rightAlign"><strong><label for="new_lang">Idioma</label></strong></td> <td class="light leftAlign"><select id="new_lang" name="new_lang" onchange="selectLang()"><option value="ca_ES">Català</option><option value="zh_CN">‭Chinese (Simplified) (简体中文)</option><option value="zh_TW">‭Chinese (Traditional) (正體中文)</option><option value="cs_CZ">‭Czech (Česky)</option><option value="da_DK">Dansk</option><option value="de_DE">Deutsch</option><option value="en_GB">‭English (British)</option><option value="es_ES">Español</option><option value="eu_ES">Euskara</option><option value="fr_FR">Français</option><option value="gl_ES">Galego</option><option value="el_GR">‭Greek (Ελληνικά)</option><option value="he_IL">‭Hebrew ‮(עברית)</option><option value="is_IS">Íslenska</option><option value="it_IT">Italiano</option><option value="ja_JP">‭Japanese (日本語)</option><option value="lv_LV">Latviešu</option><option value="lt_LT">Lietuvių</option><option value="hu_HU">Magyar</option><option value="nl_NL">Nederlands</option><option value="nb_NO">Norsk bokmål</option><option value="nn_NO">Norsk nynorsk</option><option value="pl_PL">Polski</option><option value="pt_PT" selected="selected">Português</option><option value="ro_RO">Românä</option><option value="ru_RU">‭Russian (Русский)</option><option value="sk_SK">‭Slovak (Slovenčina)</option><option value="sl_SI">‭Slovenian (Slovenščina)</option><option value="fi_FI">Suomi</option><option value="sv_SE">Svenska</option></select></td> </tr> <tr> <td> </td> <td class="light leftAlign"><input name="loginButton" class="button" value="Entrar" type="submit" onclick="return submit_login();" /></td> </tr> </table></td></tr></table> </form> <!-- This file contains any "Message Of The Day" Type information --> <!-- It will be included below the log-in form on the login page. --> <br /> <table width="100%"> <tr><td align="center"><img src="themes/graphics/horde-power1.png" alt="Powered by Horde" /></td></tr> <tr><td align="center" height="20"></td></tr> <tr><td align="center">O Squirrelmail está disponível <a href="/squirrel"><b>aqui</b></a>.</td></tr> </table> <script type="text/javascript"> function selectLang() { // We need to reload the login page here, but only if the user // hasn't already entered a username and password. if (document.horde_login.horde_user.value == '' && document.horde_login.horde_pass.value == '') { var lang_page = 'https://webmail.isa.utl.pt/login.php?new_lang=' + document.horde_login.new_lang[document.horde_login.new_lang.selectedIndex].value; self.location = lang_page; } } if (parent.frames.horde_main) { parent.location = self.location; } /* Removes any leading hash that might be on a location string. */ function removeHash(h) { if (h == null || h == undefined) { return null; } else if (h.length && h.charAt(0) == '#') { if (h.length == 1) { return ""; } else { return h.substring(1); } } return h; } // Need to capture hash information if it exists in URL if (location.hash) { document.horde_login.anchor_string.value = removeHash(location.hash); } </script> <script language="JavaScript1.5" type="text/javascript"> <!-- var _setHordeTitle = 1; try { if (document.title && parent.frames.horde_main) parent.document.title = document.title; } catch (e) { } // --> </script> <script type="text/javascript"> <!-- if (typeof(_setHordeTitle) == 'undefined' && document.title && parent.frames.horde_main) parent.document.title = document.title; // --> </script> <script type="text/javascript">//<![CDATA[ setFocus() //]]></script> </body> </html>