-
Notifications
You must be signed in to change notification settings - Fork 27
/
maintenance.php
26 lines (24 loc) · 1.2 KB
/
maintenance.php
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--[
LODEL - Logiciel d'Édition ÉLectronique.
@license GPL 2 (http://www.gnu.org/licenses/gpl.html) See COPYING file
@authors See COPYRIGHT file
]-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Site en maintenance - Website under maintenance</title>
<style type="text/css">
body { background:#fff; color:#444; font:76%/1.5 Verdana, sans-serif; text-align:center }
h1 { color:#CA6900; font:normal 2.2em Georgia, serif; background:#fff; padding-top:140px }
h2 { color:#CA6900; font:normal 2.2em Georgia, serif; background:#fff url(<?php echo C::get('home','cfg').'../../'; ?>maintenance.png) no-repeat center top; padding-top:140px }
p { width:40em; margin:0 auto; padding:1.5em; border:1px solid #ddd }
</style>
</head>
<body>
<h1>Site en cours de maintenance</h1>
<p>Le service est momentanément indisponible.<br />Veuillez nous excuser pour la gêne occasionnée.</p>
<h2>Website under maintenance</h2>
<p>Service is currently unavailable.<br />We are sorry for the inconvenience.</p>
</body>
</html>