diff options
Diffstat (limited to 'templates/wagen.html.ep')
-rw-r--r-- | templates/wagen.html.ep | 17 |
1 files changed, 17 insertions, 0 deletions
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 @@ +<div class="container"> + <div> + <a href="<%= $wagon_file %>"><img src="<%= $wagon_file %>" style="width: 100%;"></a> + </div> + <p> + % 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} %> + % } + </p> + <p class="copyright"> + Abbildung © Seemanngrafik d.i.p. im Auftrag der Deutschen Bahn AG, + lizensiert unter CC-BY-4.0 + </p> +</div> |