summaryrefslogtreecommitdiff
path: root/templates/wagen.html.ep
blob: 49a72749289994bbf7adbf90581fdc36ffec9dc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>