layout vereinfacht
All checks were successful
Deploy to NAS / deploy (push) Successful in 2m9s

This commit is contained in:
Christoph K.
2026-04-09 22:05:21 +02:00
parent 213e015790
commit 735419662c
4 changed files with 23 additions and 54 deletions

View File

@@ -9,15 +9,11 @@
<a href="/logout">[ Ausloggen ]</a>
</span>
</div>
<form method="get" action="/days/redirect">
<fieldset role="group">
<input type="date" name="date" id="nav-date" required>
<button type="submit">Tag öffnen</button>
</fieldset>
<form method="get" action="/days/redirect" class="gps-row">
<input type="date" name="date" id="nav-date" required>
<button type="submit">Tag öffnen</button>
</form>
<h2>Reisetage</h2>
<figure>
<table>
<thead><tr><th>Datum</th><th>Punkte</th><th>Von</th><th>Bis</th></tr></thead>
<tbody>
@@ -33,7 +29,6 @@
{{end}}
</tbody>
</table>
</figure>
</main>
{{end}}