Familienangebote im August: Unterschied zwischen den Versionen
Aus Bündnis für Familie Tübingen.
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 121: | Zeile 121: | ||
<div class="toolbar"> | <div class="toolbar"> | ||
<button onclick="exportData()">Export JSON</button> | |||
<button onclick="exportPDF()">Export PDF</button> | |||
<button onclick="exportExcel()">Export Excel</button> | |||
<input type="file" id="importFile" onchange="importData(event)"> | |||
</div> | </div> | ||
| Zeile 397: | Zeile 401: | ||
] | ] | ||
}; | }; | ||
let selectedDay = null; | let selectedDay = null; | ||
function saveData() { | const weekdays = ["Mo","Di","Mi","Do","Fr","Sa","So"]; | ||
function saveData(){ | |||
renderCalendar(); | renderCalendar(); | ||
} | } | ||
function renderCalendar(){ | function renderCalendar(){ | ||
Version vom 10. Juni 2026, 09:47 Uhr