-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindexMaintenance.php
More file actions
51 lines (50 loc) · 1.66 KB
/
Copy pathindexMaintenance.php
File metadata and controls
51 lines (50 loc) · 1.66 KB
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
<?php
/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */
/**
* indexMaintenance.php
*
* Display maintenance message
*
* PHP versions 4 and 5
*
* LICENSE: This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program (file license.txt);
* if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* @category Display
* @author Christophe Laratte <christophe.laratte@openflyers.org>
* @copyright 2003-2005 The OpenFlyers Group <devteam@openflyers.org>
* @license http://www.gnu.org/licenses/gpl.html GNU-GPL License
* @version CVS: $Id: indexMaintenance.php,v 1.1.4.1 2005/10/28 17:44:05 claratte Exp $
* @link http://openflyers.org
* @since Mon Dec 6 2004
*/
?>
<table>
<tr>
<td align="center">MISE A JOUR DU LOGICIEL DE RESERVATION OPENFLYERS</td>
</tr>
<tr>
<td align="center">VEUILLEZ RE-ESSAYER D'ICI UNE HEURE</td>
</tr>
<tr>
<td align="center"><br /><br /><br /><br /></td>
</tr>
<tr>
<td align="center">Merci de votre compréhension</td>
</tr>
<tr>
<td align="center">L'équipe OpenFlyers</td>
</tr>
</table>