Fix #11417: Allow EVENT_MENU_MAIN plugin events to return null
[mantis/radio.git] / mantis_offline.php.sample
blobbbdc38f958b6e60819bff2025dcc1decad745e39
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
2     "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
4 <html>
5   <head>
6     <title>MantisBT</title>
7     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8     <meta http-equiv="Refresh" content="600" />
10     <style type="text/css"> <!--
11       body {
12         background-color: white;
13       }
15       h1 {
16         font-family: Verdana, Arial, Helvetica, sans-serif;
17         font-weight: bold;
18         font-size: 20px;
19         text-align: center;
20         margin: 0;
21         padding: 5px;
22         color: black;
23         background-color: #c8c8e8;
24       }
26       p {
27         font-family: Verdana, Arial, Helvetica, sans-serif;
28         text-align: left;
29         margin: 10px;
30         padding: 0;
31       }
33       #box {
34         padding: 0;
35         margin-top: 20%;
36         margin-left: 25%;
37         margin-right: 25%;
38         border: 1px solid #777;
39         background-color: #eee;
40       }
42     --> </style>
43   </head>
45   <body>
47     <div id="box">
49       <h1>MantisBT</h1>
51       <p>
52         The MantisBT bug tracker is currently offline for maintenance.
53         Please check back later to see if MantisBT is online again
54         or contact your administrator for details.
55       </p>
57       <p>
58         Use your browser's refresh or reload function to try again
59         in a few minutes.
60       </p>
62     </div>
64   </body>
65 </html>