From 970e30202dc1caa3f81f3351b4186d8cde3ddd97 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sun, 31 Mar 2024 14:44:37 +0200 Subject: HAFAS departures: add earlier / later links --- templates/departures.html.ep | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) (limited to 'templates') diff --git a/templates/departures.html.ep b/templates/departures.html.ep index 039ec28..f3fd25e 100644 --- a/templates/departures.html.ep +++ b/templates/departures.html.ep @@ -9,19 +9,18 @@ % } +% if ($api_link) {
- % if ($api_link) { % if (param('hafas')) { zum Schienenverkehr % } % else { zum Nahverkehr % } - % } - Jetzt
+% } % my $have_connections = 0; % if ($user_status->{checked_in}) { @@ -90,6 +89,25 @@ % } + +
+
+ % if ($hafas) { + früher + % } +
+
+ % if ($now_in_range) { + Jetzt + % } +
+
+ % if ($hafas) { + später + % } +
+
+

-- cgit v1.2.3