integrieren dienstplan csv und neue index

This commit is contained in:
Pascal 2026-01-02 10:37:39 +01:00
parent 1eba2946df
commit bc0f8874cc
8 changed files with 329 additions and 60 deletions

BIN
bilder/geraetehaus.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 490 KiB

BIN
bilder/geraetehaus.webp Normal file

Binary file not shown.

24
dienstplan/dienst.html Normal file
View File

@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<title>Nächster Feuerwehr-Dienst</title>
<style>
.dienst {
border: 2px solid #c00;
padding: 1rem;
max-width: 400px;
font-family: Arial, sans-serif;
}
</style>
</head>
<body>
<h2>Nächster Dienst</h2>
<div id="nextDienst" class="dienst">
Wird geladen…
</div>
<script src="dienstplan.js"></script>
</body>
</html>

View File

@ -0,0 +1,4 @@
datum,tag,zeit,ort,art,beschreibung
2026-01-02,Fr,19:00,Stadt Wehlen,Theorie,Arbeitsschutz
2026-01-10,Sa,16:30,SW/Pö,Fest,Weihnachtsbaumverbrennen
2026-01-12,Mo,19:00,SW/Pö,Gemeinsamer Dienst,Maschinisten-Dienst
Internal Server Error - Gitea: Git with a cup of tea
500 Internal Server Error

Gitea Version: 1.23.7