Jacek Kowalski
2020-05-25 bf4b8f1aadbe87edbae34368cc10d7b6e08ecbca
templates/vehicles.html
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<title>Vehicles on lines (TTSS-based)</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style type="text/css">
@@ -90,7 +91,9 @@
{% for map in mapping %}
<tr>
<td>
{{ map.num | e }}
<a href="https://mpk.jacekk.net/map.html#!{{ map.vehicle.num }}" class="low{{ map.vehicle.low | default }}">
{{ map.vehicle.num | e }}
</a>
</td>
<td>
{{ map.line | default('?') | e }}