Core  3.2
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  * @package FDL
5 */
6 /**
7  * Display a message to advert that Dynacase Platform being to be upgraded
8  *
9  * @author Anakeen
10  * @version $Id: stop.php,v 1.4 2007/03/06 18:57:03 eric Exp $
11  * @package FDL
12  * @subpackage CORE
13  */
14 header("HTTP/1.0 503 Service Unavailable");
15 ?>
16 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
17 <html xmlns="http://www.w3.org/1999/xhtml">
18 <HEAD>
19 <TITLE>Dynacase Maintenance</TITLE>
20 <style>
21 body { font-family:Trebuchet MS, Helvetica, sans-serif; background-color:#CCC; padding:0px; margin:0px; color:#C1C1C1; }
22 #hello { padding: 60px 40px; }
23 .title { font-size: 400%; font-weight: bold; text-shadow: -1px -1px 1px #777, 1px 1px 1px #EEE; }
24 .content { font-size: 200%; font-weight: bold; text-shadow: 0 1px 1px #fff; }
25 .message { padding-top:40px ; font-size:120%; color : #447A25; text-shadow: 0px 1px 1px white; }
26 td { vertical-align:top;padding:20px;}
27 </style>
28 </HEAD>
29 
30 <body>
31 <div id="hello">
32  <table>
33  <tr><td><img src="Images/maintenance-symbol.png" /></td>
34  <td>
35  <div class="title">Dynacase Platform</div>
36  <div class="message">
37  <div>The system is currently unavailable due to maintenance works.</div>
38  <div>Please come back later.</div>
39  </div>
40  <div class="message">
41  <div>Une op&eacute;ration de maintenance est en cours.</div>
42  <div>Merci de revenir plus tard.</div>
43  </div>
44  </td></tr>
45  </table>
46 </div>
47 </BODY>
48 </HTML>
← centre documentaire © anakeen