From 9692cb1d555e4966fb785b87184850bde30f823b Mon Sep 17 00:00:00 2001 From: Rsclub2 2 Date: Tue, 17 Oct 2023 18:51:54 +0200 Subject: [PATCH] =?UTF-8?q?Ganz=20viel=20Verp=C3=A4tungsbegr=C3=BCndung=20?= =?UTF-8?q?und=20zeuch....?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/index.html | 143 +++++++++++++++++++++++++++++++------------ 1 file changed, 103 insertions(+), 40 deletions(-) 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 }} - -