Subversion Repositories bacoAlunos

Rev

Rev 1306 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
    <head>
         <title>WebMail</title>
        <meta http-equiv="refresh" content="0;url=http://mail.estgp.pt/exchange/">
        <jsp:include page="/layout/scripts.jsp"/>
    </head>
    <body class="small" marginwidth="0" marginheight="0" bgcolor="#ffffff" topmargin="0" leftmargin="0" onload="horizontal();">
    <table width="100%">
        <tr>
            <td align="center">
                <div id="body">
                    <div id="header">
                        <jsp:include page="/layout/header.jsp"/>
                    </div>
                    <table id="pageStructure">

                        <tr>
                            <td>
                                Se não for redireccionado para o WebMail clique <a href="http://mail.estgp.pt/exchange/">aqui</a>
                            </td>
                        </tr>
                    </table>
                    <div id="footer">
                        <jsp:include page="/layout/footer.jsp"/>
                    </div>
                </div>
            </td>
        </tr>
    </table>
  </body>
</html>