From 0f9dde3810a3b86e0769e6013a19ccf0faeba0a3 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 25 Dec 2020 17:27:57 +0100 Subject: add wagon images for IC and ICE 1/2/4 IC2, ICE 3 and ICE T will follow soon. --- templates/wagen.html.ep | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 templates/wagen.html.ep (limited to 'templates/wagen.html.ep') diff --git a/templates/wagen.html.ep b/templates/wagen.html.ep new file mode 100644 index 0000000..49a7274 --- /dev/null +++ b/templates/wagen.html.ep @@ -0,0 +1,17 @@ +
+
+ +
+

+ % 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} %> + % } +

+ +
-- cgit v1.2.3