Platform  3.1
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
stop.php
Go to the documentation of this file.
1 <?php
2 /*
3  * @author Anakeen
4  * @license http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ Anakeen - licence CC
5  * @package FDL
6 */
7 /**
8  * Display a message to advert that Dynacase Platform being to be upgraded
9  *
10  * @author Anakeen 2002
11  * @version $Id: stop.php,v 1.4 2007/03/06 18:57:03 eric Exp $
12  * @license http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ Anakeen - licence CC
13  * @package FDL
14  * @subpackage CORE
15  */
16 header("HTTP/1.0 503 Service Unavailable");
17 ?>
18 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
19 <html xmlns="http://www.w3.org/1999/xhtml">
20 <HEAD>
21 <TITLE>Dynacase Maintenance</TITLE>
22 <style>
23 body { font-family:Trebuchet MS, Helvetica, sans; background-color:#777; padding:0px; margin:0px; color:#444; }
24 #hello { padding: 60px 40px; }
25 .title { font-size: 400%; font-weight: bold; text-shadow: 0 1px 1px #fff;}
26 .content { font-size: 200%; font-weight: bold; text-shadow: 0 1px 1px #fff; }
27 .message { padding-top:40px ; font-size:120%; color : #FF6600; text-shadow: 0 1px 1px #555; }
28 td { vertical-align:top;padding:20px;}
29 </style>
30 </HEAD>
31 
32 <body>
33 <div id="hello">
34  <table>
35  <tr><td><img src="Images/maintenance-symbol.png" /></td>
36  <td>
37  <div class="title">Dynacase Platform</div>
38  <div class="content">The open source case management platform.</div>
39  <div class="message">
40  <div>The system is currently unavailable due to maintenance works.</div>
41  <div>Please come back later.</div>
42  </div>
43  <div class="message">
44  <div>Une op&eacute;ration de maintenance est en cours.</div>
45  <div>Merci de revenir plus tard.</div>
46  </div>
47  </td></tr>
48  </table>
49 </div>
50 </BODY>
51 </HTML>
← centre documentaire © anakeen - published under CC License - Dynacase