diff --git a/templates/index.html b/templates/index.html index 7ac4574..c1916d9 100644 --- a/templates/index.html +++ b/templates/index.html @@ -67,12 +67,12 @@ th, td { padding: 10px; - text-align: left; } th { background-color: #007bff; color: white; + text-align: left; } /* Dark-Mode-Schalter */ @@ -86,35 +86,90 @@ font-size: 20px; color: #007bff; } - - @@ -135,26 +190,34 @@ Name Richtung / Direction Über/ via + Geplante Akunftszeit / Planned arrival + Verspätung der Ankunft (Minuten) / Arrival delay (minutes) Geplante Abfahrtszeit / Planned departure - Verspätung (Minuten) / Delay (minutes) - Verspätungsgründe / Delay Reasons + Verspätung der Abfahrt (Minuten) / Depature delay (minutes)
Verspätungsgründe / Delay Reasons Bahnsteig / Platform {% for leg in departures %} - {{ leg.train }}
({{leg.trainNumber}}) - {{ leg.destination }} - {{ leg.via | join(', ') }} - {{ leg.scheduledDeparture }} - {{ leg.delayDeparture }} - -