From ac7834087d9c9bfc18cf335456128d7a29a452ab Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 7 Jul 2016 09:37:38 +0200 Subject: shorten intro text, add placeholders for via and platform --- templates/landingpage.html.ep | 5 ----- templates/layouts/default.html.ep | 8 ++++---- 2 files changed, 4 insertions(+), 9 deletions(-) (limited to 'templates') diff --git a/templates/landingpage.html.ep b/templates/landingpage.html.ep index 7f6ae9e..39fa77e 100644 --- a/templates/landingpage.html.ep +++ b/templates/landingpage.html.ep @@ -5,11 +5,6 @@ Haltestellen montierten Anzeigen nachahmen oder einen Handy- und Infoscreen-tauglichen Abfahrtsmonitor anzeigen.

-

- 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. -

Alle Angaben ohne Gewähr.

diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 6d4303a..f4222bb 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -62,7 +62,7 @@
- %= submit_button 'Anzeigen' + %= submit_button 'Abfartsmonitor'
Optionale Einstellungen: @@ -87,7 +87,7 @@ Nur Züge über
- %= text_field 'via' + %= text_field 'via', placeholder => 'Bahnhof 1, Bhf2, ... (oder regulärer Ausdruck)'
@@ -95,7 +95,7 @@ Gleise
- %= text_field 'platforms' + %= text_field 'platforms', placeholder => '1, 2, 5, ...'
@@ -177,7 +177,7 @@ nur Züge via Bochum oder Hamm) force_mobile=1 bzw. force_mobile=0 auf die mobile bzw. die Desktopversion festgelegt werden -
  • Die Parameter mode=marudor&version=2 +
  • Die Parameter mode=marudor&version=3 liefern ein JSON-Interface. Die route-Elemente können zusätzlich die Felder "isAdditional" oder "isCancelled" enthalten, der Rest sollte selbsterklärend sein
  • -- cgit v1.2.3