314c311a |
1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
2 | <!--[ |
3 | |
4 | LODEL - Logiciel d'Edition ELectronique. |
5 | Copyright (c) 2001-2002, Ghislain Picard, Marin Dacos |
6 | Copyright (c) 2003, Ghislain Picard, Marin Dacos, Luc Santeramo, Nicolas Nutten, Anne Gentil-Beccot |
7 | Copyright (c) 2004, Ghislain Picard, Marin Dacos, Luc Santeramo, Anne Gentil-Beccot, Bruno Cénou |
8 | Copyright (c) 2005, Ghislain Picard, Marin Dacos, Luc Santeramo, Gautier Poupeau, Jean Lamy, Bruno Cénou |
9 | Copyright (c) 2006, Marin Dacos, Luc Santeramo, Bruno Cénou, Jean Lamy, Mikaël Cixous, Sophie Malafosse |
10 | Copyright (c) 2007, Marin Dacos, Bruno Cénou, Sophie Malafosse, Pierre-Alain Mignot |
11 | Copyright (c) 2008, Marin Dacos, Bruno Cénou, Pierre-Alain Mignot, Inès Secondat de Montesquieu, Jean-François Rivière |
12 | Copyright (c) 2009, Marin Dacos, Bruno Cénou, Pierre-Alain Mignot, Inès Secondat de Montesquieu, Jean-François Rivière |
13 | Home page: http://www.lodel.org |
14 | E-Mail: lodel@lodel.org |
15 | All Rights Reserved |
16 | This program is free software; you can redistribute it and/or modify |
17 | it under the terms of the GNU General Public License as published by |
18 | the Free Software Foundation; either version 2 of the License, or |
19 | (at your option) any later version. |
20 | This program is distributed in the hope that it will be useful, |
21 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
22 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
23 | GNU General Public License for more details. |
24 | You should have received a copy of the GNU General Public License |
25 | along with this program; if not, write to the Free Software |
26 | Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.]--> |
27 | |
28 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr"> |
29 | <head> |
30 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
31 | <title>Site en maintenance - Website under maintenance</title> |
32 | <style type="text/css"> |
33 | body { background:#fff; color:#444; font:76%/1.5 Verdana, sans-serif; text-align:center } |
34 | h1 { color:#CA6900; font:normal 2.2em Georgia, serif; background:#fff; padding-top:140px } |
35 | 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 } |
36 | p { width:40em; margin:0 auto; padding:1.5em; border:1px solid #ddd } |
37 | </style> |
38 | </head> |
39 | <body> |
40 | <h1>Site en cours de maintenance</h1> |
41 | <p>Le service est momentanément indisponible.<br />Veuillez nous excuser pour la gêne occasionnée.</p> |
42 | |
43 | <h2>Website under maintenance</h2> |
44 | <p>Service is currently unavailable.<br />We are sorry for the inconvenience.</p> |
45 | </body> |
46 | </html> |