Subversion Repositories bacoAlunos

Rev

Rev 1306 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
555 jmachado 1
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
2
<html>
557 jmachado 3
    <head>
4
         <title>WebMail</title>
5
        <meta http-equiv="refresh" content="0;url=http://mail.estgp.pt/exchange/">
6
        <jsp:include page="/layout/scripts.jsp"/>
7
    </head>
8
    <body class="small" marginwidth="0" marginheight="0" bgcolor="#ffffff" topmargin="0" leftmargin="0" onload="horizontal();">
9
    <table width="100%">
10
        <tr>
11
            <td align="center">
12
                <div id="body">
13
                    <div id="header">
14
                        <jsp:include page="/layout/header.jsp"/>
15
                    </div>
16
                    <table id="pageStructure">
17
 
18
                        <tr>
19
                            <td>
20
                                Se não for redireccionado para o WebMail clique <a href="http://mail.estgp.pt/exchange/">aqui</a>
21
                            </td>
22
                        </tr>
23
                    </table>
24
                    <div id="footer">
25
                        <jsp:include page="/layout/footer.jsp"/>
26
                    </div>
27
                </div>
28
            </td>
29
        </tr>
30
    </table>
555 jmachado 31
  </body>
557 jmachado 32
</html>