moved maintenance message to config file

This commit is contained in:
DennisSchiefer
2012-05-16 10:27:25 +01:00
parent 8677218404
commit 2fbfdc93b1
3 changed files with 11 additions and 17 deletions
+2 -13
View File
@@ -92,21 +92,10 @@ or see http://www.gnu.org/licenses/agpl.txt.
<div id="notification-content" class="box-content">
<!-- header -->
<div id="notification-toggle" class="iconic-button cancel-marker top-right-button"></div>
<div id="gui-notification-label" class="box-label">Scheduled Maintenance</div>
<div id="notification-label" class="box-label">Notification</div>
<!-- notification text -->
<div id="notification-box">
The OSRM Website is down for a scheduled maintenance. Please be patient while required updates are performed.
The site will be back online shortly.
<br/>
<br/>
In the meantime you may want to go out an map a friendly neighborhood near you...
<br/>
<br/>
<br/>
<br/>
[OSRM]
</div>
<div id="notification-box"></div>
</div>
</div>
</div>