summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-01-01 14:55:11 +0100
committerDaniel Friesel <derf@finalrewind.org>2015-01-01 14:55:11 +0100
commit2d943d322421e6880624b03eeb131b3668a4a744 (patch)
tree471680a712fa29dc405d78c0196f7a539a20afc6
parentdd7391c75fa08f0ca07da140b162cd3ff5a137ed (diff)
add temporary error notice regarding Deutsche Bahn IRIS downtime
-rw-r--r--templates/layouts/default.html.ep6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep
index 2399779..4a2c414 100644
--- a/templates/layouts/default.html.ep
+++ b/templates/layouts/default.html.ep
@@ -26,6 +26,12 @@
</div>
% }
+% if (time() < 1420178400) {
+<div class="error">Note: Due to an unknown problem on the Deutsche Bahn IRIS
+server, no schedule data is available. This service will resume operation
+on 2015-01-02 at 07:00 CET.</div>
+% }
+
%= content
% if (stash 'show_intro') {