Add STATUS.txt file
[framadate-sandstorm.git] / maintenance.php
blob914ecaff25e02c503e781321ed57c5752b94712c
1 <?php
2 /**
3 * This software is governed by the CeCILL-B license. If a copy of this license
4 * is not distributed with this file, you can obtain one at
5 * http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.txt
7 * Authors of STUdS (initial project): Guilhem BORGHESI (borghesi@unistra.fr) and Raphaël DROZ
8 * Authors of Framadate/OpenSondate: Framasoft (https://github.com/framasoft)
10 * =============================
12 * Ce logiciel est régi par la licence CeCILL-B. Si une copie de cette licence
13 * ne se trouve pas avec ce fichier vous pouvez l'obtenir sur
14 * http://www.cecill.info/licences/Licence_CeCILL-B_V1-fr.txt
16 * Auteurs de STUdS (projet initial) : Guilhem BORGHESI (borghesi@unistra.fr) et Raphaël DROZ
17 * Auteurs de Framadate/OpenSondage : Framasoft (https://github.com/framasoft)
19 namespace Framadate;
21 include_once __DIR__ . '/app/inc/init.php';
23 include_once('bandeaux.php');
25 Utils::print_header ( _('Maintenance') );
26 bandeau_titre( _('Maintenance') );
28 echo '
29 <div class="alert alert-warning">
30 <h2>'. _('The application') .NOMAPPLICATION . _('is currently under maintenance. ') . '</h2>'
31 '<p>' . _('Thank you for your understanding.') . '</p>
32 </div>'."\n";
34 // Affichage du bandeau de pied
35 bandeau_pied();