integrieren dienstplan csv und neue index
This commit is contained in:
parent
1eba2946df
commit
bc0f8874cc
BIN
bilder/geraetehaus.png
Normal file
BIN
bilder/geraetehaus.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 490 KiB |
BIN
bilder/geraetehaus.webp
Normal file
BIN
bilder/geraetehaus.webp
Normal file
Binary file not shown.
24
dienstplan/dienst.html
Normal file
24
dienstplan/dienst.html
Normal 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>
|
||||||
4
dienstplan/dienstplan.csv
Normal file
4
dienstplan/dienstplan.csv
Normal 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
|
||||||
|
500 Internal Server Error
Gitea Version: 1.23.7 |