From 084fe3eb9603243753609c4c3742b01bf225e7b6 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 25 Dec 2020 20:22:42 +0100 Subject: add more wagon images --- templates/wagen.html.ep | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'templates') diff --git a/templates/wagen.html.ep b/templates/wagen.html.ep index 49a7274..26edbf5 100644 --- a/templates/wagen.html.ep +++ b/templates/wagen.html.ep @@ -1,15 +1,12 @@
+ % if ($wref->{s} and $wref->{p} and $wref->{ws}) { +

+ <%= $wref->{s} %>: Gleis <%= $wref->{p} %> <%= $wref->{ws} %> +

+ % }
-

- % if ($wref->{s} and $wref->{p} and $wref->{ws}) { - Position in <%= $wref->{s} %>: Gleis <%= $wref->{p} %> Abschnitt <%= $wref->{ws} %> - % } - % elsif ($wref->{s} and $wref->{p}) { - <%= $wref->{s} %> Gleis <%= $wref->{p} %> - % } -