From 2d943d322421e6880624b03eeb131b3668a4a744 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 1 Jan 2015 14:55:11 +0100 Subject: add temporary error notice regarding Deutsche Bahn IRIS downtime --- templates/layouts/default.html.ep | 6 ++++++ 1 file changed, 6 insertions(+) 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 @@ % } +% if (time() < 1420178400) { +
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.
+% } + %= content % if (stash 'show_intro') { -- cgit v1.2.3