diff options
author | Daniel Friesel <derf@finalrewind.org> | 2022-11-12 18:37:00 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2022-11-12 18:37:00 +0100 |
commit | 90d2e0357cb41020dfdec3a594956d14c3f276af (patch) | |
tree | 591159f22b00e1e324533118d787ae751d2cde62 /templates/legend.html.ep | |
parent | 8bb803366a5fc4d781ede2e5c3de33bb7a2a5a60 (diff) |
show expected load of suggested connections, if available
Diffstat (limited to 'templates/legend.html.ep')
-rw-r--r-- | templates/legend.html.ep | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/templates/legend.html.ep b/templates/legend.html.ep index b589c14..83d533e 100644 --- a/templates/legend.html.ep +++ b/templates/legend.html.ep @@ -17,6 +17,7 @@ <tr> <td><i class="material-icons">directions_run</i></td> <td>Knapper Umstieg. Zug wird möglicherweise nicht erreicht.</td> + </tr> <tr> <td><i class="material-icons">warning</i></td> <td>Der Zug ist überbesetzt. Möglicherweise sind keine freien Sitzplätze vorhanden.</td> @@ -26,7 +27,7 @@ <td>Eingeschränkte Barrierefreihet, z.B. fehlendes oder defektes rollstuhlgerechtes WC.</td> </tr> <tr> - <td><i class="material-icons">people</i></td> + <td><i class="material-icons">remove</i></td> <td>Mindestens ein Wagen fehlt.</td> </tr> <tr> @@ -39,5 +40,31 @@ </tr> </tbody> </table> + <h3>Auslastung</h3> + <p>Die erwartete Auslastung der ersten und zweiten Wagenklasse wird bei Anschluss-Vorschlägen sowie bei Unterwegshalten des aktuellen Zuges angegeben, sofern verfügbar.</p> + <table class="striped"> + <tbody> + <tr> + <td><i class="material-icons">help_outline</i></td> + <td>Auslastung unbekannt</td> + </tr> + <tr> + <td><i class="material-icons">person_outline</i></td> + <td>Niedrige Auslastung</td> + </tr> + <tr> + <td><i class="material-icons">people</i></td> + <td>Hohe Auslastung</td> + </tr> + <tr> + <td><i class="material-icons">priority_high</i></td> + <td>Sehr hohe Auslastung</td> + </tr> + <tr> + <td><i class="material-icons">not_interested</i></td> + <td>Der Zug ist ausgebucht</td> + <tr> + </tbody> + </table> </div> </div> |