diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-05-15 13:12:48 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-05-15 13:12:48 +0200 |
commit | 000daef392e70e22e456f1be5f50af4d08c2b9cc (patch) | |
tree | f1b4b110c03fcdd352c1f87a34607c4575d4ae8f /templates | |
parent | 6f4e73168ff685e98a9ff918649095d6b48d9a8b (diff) |
move landingpage to landingpage template
Diffstat (limited to 'templates')
-rw-r--r-- | templates/landingpage.html.ep | 21 | ||||
-rw-r--r-- | templates/layouts/default.html.ep | 28 |
2 files changed, 20 insertions, 29 deletions
diff --git a/templates/landingpage.html.ep b/templates/landingpage.html.ep index c7b23f2..f7ff7ac 100644 --- a/templates/landingpage.html.ep +++ b/templates/landingpage.html.ep @@ -1 +1,20 @@ -<!-- landing page contains nothing at the moment --> +% if (stash 'show_intro') { +<p> + Diese Seite ist ein inoffizielles Frontend zum Abfahrtsmonitor + der DB. Sie kann wahlweise die in Bahnhofshallen / an + Haltestellen montierten Anzeigen nachahmen oder einen Handy- und + Infoscreen-tauglichen Abfahrtsmonitor anzeigen. +</p> +<p> + Als Backend werden sowohl das HAFAS/RIS ("Reisenden-Informationssystem") + als auch das IRIS unterstützt. Im Normalfall enthält das IRIS mehr und + detailliertere Angaben. +</p> +<p> +Alle Angaben ohne Gewähr. +</p> +<p class="geolink"> +<a href="<%= url_for('_auto')->to_abs->scheme('https') %>">Bahnhöfe im Umfeld suchen</a> +(experimentell) +</p> +% } diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index e216091..8229e53 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -39,36 +39,8 @@ <div>Bitte eine Station aus der Liste auswählen</div> % } -% if (time() < 1420178400 and param('backend') and (param('backend') eq 'iris' ) ) { -<div class="error">Note: Due to an unknown problem on the 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') { -<p> - Diese Seite ist ein inoffizielles Frontend zum Abfahrtsmonitor - der DB. Sie kann wahlweise die in Bahnhofshallen / an - Haltestellen montierten Anzeigen nachahmen oder einen Handy- und - Infoscreen-tauglichen Abfahrtsmonitor anzeigen. -</p> -<p> - Als Backend werden sowohl das HAFAS/RIS ("Reisenden-Informationssystem") - als auch das IRIS unterstützt. Im Normalfall enthält das IRIS mehr und - detailliertere Angaben. -</p> -<p> -Alle Angaben ohne Gewähr. -</p> -<p class="geolink"> -<a href="<%= url_for('_auto')->to_abs->scheme('https') %>">Bahnhöfe im Umfeld suchen</a> -(experimentell) -</p> -% } - - % if (not stash('hide_opts')) { <div class="input-field"> |