From aff4790d22728d89e7e2dac8af262c92087b5b39 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Sat, 11 Sep 2021 12:27:59 +0200 Subject: Piece evry last week changes together in a big rewrite of the webui --- internal/webui/html/specificStop.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 internal/webui/html/specificStop.html (limited to 'internal/webui/html/specificStop.html') diff --git a/internal/webui/html/specificStop.html b/internal/webui/html/specificStop.html new file mode 100644 index 0000000..5916927 --- /dev/null +++ b/internal/webui/html/specificStop.html @@ -0,0 +1,16 @@ +{{ define "title"}}Horaires des prochains trains à {{ .Stop }}{{ end }} +{{ template "base" . }} + +{{ define "main" }} +

Horaires des prochains trains à {{ .Stop }}

+ + + + + + {{ range $i, $elt := .Departures }} + + {{ end }} + +
Arrivée en gareDirection
{{ .Arrival }}{{ .Direction }}
+{{ end }} -- cgit v1.2.3