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
439 jmachado 1
<%--
2
  Created by IntelliJ IDEA.
3
  User: Jorge
4
  Date: 7/Mai/2009
5
  Time: 11:43:05
6
  To change this template use File | Settings | File Templates.
7
--%>
8
<%@ page contentType="text/html;charset=ISO-8859-1" language="java" %>
9
<html>
10
  <head>
11
      <title>Sistema temporariamente em Manutenção</title>
12
        <style type="text/css">
13
            <!--
14
            #footer {
15
                HEIGHT: 50px;
16
                PADDING-TOP: 5px;
17
            }
18
 
19
            #footerStructure TABLE {
20
                BORDER-RIGHT: 0;
21
                BORDER-TOP: 0;
22
                RIGHT: 0;
23
                LEFT: 0;
24
                MARGIN: 0;
25
                BORDER-LEFT: 0;
26
                WIDTH: 100%;
27
                PADDING-TOP: 0;
28
                BORDER-BOTTOM: 0;
29
                TOP: 0;
30
                border-spacing: 0
31
            }
32
 
33
            #footerStructure TABLE TD {
34
                VERTICAL-ALIGN: top
35
            }
36
 
37
            #license UL {
38
                COLOR: #4D4D4D;
39
                PADDING-RIGHT: 0;
40
                PADDING-LEFT: 0;
41
                FONT-SIZE: 12px;
42
                TEXT-ALIGN: center;
43
                MARGIN: 0;
44
                LIST-STYLE-TYPE: none;
45
            }
46
 
47
            #footer #organizations {
48
            }
49
 
50
            #footer #sponsors {
51
            }
52
 
53
            #footer a
54
            /*, #footer a:visited */
55
            {
56
                color: #4d4d4d;
57
            }
58
 
59
            #footer a:hover {
60
                color: #8EC73F;
61
            }
62
            -->
63
        </style>
64
  </head>
65
  <body>
66
    <img src="top.jpg" alt="ESTG">
67
    <h1>O Sistema www.estgp.pt está temporariamente em Manutenção:</h1>
68
    <h2>Pedimos desculpa pelo incómodo que esta paragem lhe possa causar.</h2>
69
    <h2>Tipicamente este tipo de paragem leva apenas alguns minutos. Tentaremos ser breves.</h2>
70
    <h3>A administração - bacodev [AT] estgp [DOT] pt</h3>
71
 
72
    <div id="footerStructure">
73
    <table>
74
        <tr>
75
            <td width="33%">
76
                <div id="sponsors">
77
                </div>
78
            </td>
79
            <td align="center"  width="33%">
80
                <div id="license">
81
                    <ul class="copyRightLink">
82
                        <li>Copyright © <a href="http://www.estgp.pt">ESTG</a> 2008</li>
83
                        <!--<li>Contact ESTG Webmaster at (webmaster [AT] estgp [DOT] pt)</li>-->
84
                    </ul>
85
                </div>
86
            </td>
87
            <td  width="33%" align="right">
88
                <div id="organizations">
89
                </div>
90
            </td>
91
        </tr>
92
    </table>
93
    </div>
94
  </body>
95
</html>