From d75351b30c38dc22e0071e18dc68be551eb628a7 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 5 Oct 2018 16:33:59 +0200 Subject: Use POST requests to modify data --- templates/checkin.html.ep | 54 ----------------------------------------------- 1 file changed, 54 deletions(-) delete mode 100644 templates/checkin.html.ep (limited to 'templates/checkin.html.ep') diff --git a/templates/checkin.html.ep b/templates/checkin.html.ep deleted file mode 100644 index 7e68a0b..0000000 --- a/templates/checkin.html.ep +++ /dev/null @@ -1,54 +0,0 @@ -% if ($error) { -
-
-
-
- I am Error -

<%= $error %>

-
-
- % if (param('station')) { - Zurück zu den Abfahrten - % } - % else { - Zur Hauptseite - % } -
-
-
-% } -% else { -
-
-
-
- Eingecheckt in <%= $train->line %> -

Abfahrt um <%= $train->sched_departure->strftime('%H:%M') %> - % if ($train->departure_delay) { - +<%= $train->departure_delay %> - % } -

-
-
-
-
-
-
- Weitere Route: -
-
-
-
- - - % for my $station ($train->route_post) { - - - - - % } - -
<%= $station %>hier auschecken
-
-
-% } -- cgit v1.2.3