-
Notifications
You must be signed in to change notification settings - Fork 2
/
app_offline.htmNOT
155 lines (153 loc) · 4.34 KB
/
app_offline.htmNOT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>Application Offline / Site en maintenance</title>
<style type="text/css">
body, .background
{
background: url(http://agapeconnect.me/Portals/_default/skins/AgapeBlue/images/BackgroundRepeat.gif) repeat top left;
height: 100%;
width: 100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.headerLeft
{
background-image: url(http://agapeconnect.me/Portals/_default/skins/AgapeBlue/images/MenuDTL.jpg);
background-repeat: no-repeat;
height: 46px;
margin: -1px;
}
.headerRepeat
{
background-image: url(http://agapeconnect.me/Portals/_default/skins/AgapeBlue/images/MenuD.jpg);
background-repeat: repeat-x;
max-height: 46px;
padding-top: 15px;
}
.headerRight
{
background-image: url(http://agapeconnect.me/Portals/_default/skins/AgapeBlue/images/MenuDTR.jpg);
background-repeat: no-repeat;
height: 46px;
width: 26px;
max-height: 46px;
max-width: 26px;
margin: -1px;
}
.mainLeft
{
background-image: url(http://agapeconnect.me/Portals/_default/skins/AgapeBlue/images/MastheadLeft.gif);
background-repeat: repeat-y;
border-style: none;
border-width: 0px;
margin: -1px;
}
.mainContentContainer
{
background-color: white;
text-align: left;
width: 100%;
height: 100px;
font-size: large;
padding: 20px;
}
.mainRight
{
background-image: url(http://agapeconnect.me/Portals/_default/skins/AgapeBlue/images/MastheadRight.gif);
background-repeat: repeat-y;
border-style: none;
border-width: 0px;
margin: -1px;
}
.footerLeft
{
background-image: url(http://agapeconnect.me/Portals/_default/skins/AgapeBlue/images/FooterLeftD.jpg);
background-repeat: no-repeat;
height: 42px;
min-width: 25px; /*float: left;*/
margin: 0px;
}
.footerCentre
{
background-image: url(http://agapeconnect.me/Portals/_default/skins/AgapeBlue/images/FooterD.jpg);
background-repeat: repeat-x;
vertical-align: top;
padding-top: 10px;
}
.footerRight
{
background-image: url(http://agapeconnect.me/Portals/_default/skins/AgapeBlue/images/FooterRightD.jpg);
background-repeat: no-repeat;
height: 42px;
min-width: 26px; /*float: right;*/
margin: 0px;
}
.indoc_bodycopyname {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
line-height: 16px;
color: #999999;
font-style: italic;
text-align: justify;
padding-top: 3px;
padding-right: 15px;
padding-bottom: 3px;
padding-left: 1px;
}
div, p, span
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
}
</style>
</head>
<body>
<div class="background" style="text-align: center;">
<div id="outerContainer" style="width: 100%; margin-left: 0px; margin-right: 0px;">
<div>
<div id="innerContainer" style="width: 800px; display: inline-block;">
<!-- The Control Panel -->
<table cellpadding="0" cellspacing="0" style="width: 100%; background-color: #ffffff;">
<colgroup><col /><col /><col /></colgroup>
<tbody>
<tr>
<td class="headerLeft">
</td>
<td class="headerRepeat">
</td>
<td class="headerRight">
</td>
</tr>
<tr valign="top">
<td class="mainLeft">
</td>
<td class="mainContentContainer">
This website is currently offline.<br/>
We are making some improvements and should have things running again in a couple of hours.<br/>
We appreciate your patience.
<br/><br/>
Ce site est actuellement hors ligne car nous y apportons des améliorations.<br/>
Le site devrait être à nouveau en ligne dans les prochaines heures.<br/>
Merci de votre patience.
</td>
<td class="mainRight">
</td>
</tr>
<tr>
<td class="footerLeft">
</td>
<td class="footerCentre">
</td>
<td class="footerRight">
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</body>
</html>