Kontakt
Kontakt-Icon

Kontakt

Schreib uns eine E-Mail mit Fragen, Kommentaren oder Feedback.

Freibad Mönsheim - unsere Heimat

Nr Titel Ort Beginn Ende Plätze Aktion
` } }) $table_DlrgSeminarPublicSeminarList1393990.closest('form').on('keydown', function (event) { if (event.key !== 'Enter') { return; } const target = event.target; const isAbschickKnopf = target.type === 'submit' || target.type === 'button'; const isAuswahl = target.type === 'checkbox' || target.type === 'radio'; if (target.tagName === 'INPUT' && !isAbschickKnopf && !isAuswahl) { event.preventDefault(); } }); } function listeDeleteItem_DlrgSeminarPublicSeminarList1393990(row) { $table_DlrgSeminarPublicSeminarList1393990.bootstrapTable('removeByUniqueId', row); } function refreshtable_DlrgSeminarPublicSeminarList1393990() { $table_DlrgSeminarPublicSeminarList1393990.bootstrapTable('refresh') } function queryParams_DlrgSeminarPublicSeminarList1393990(params) { return { } } function buildUrlWithId(baseURL, id) { var idPlaceholder = "{ID}"; var result; if (baseURL.match(idPlaceholder)) { result = baseURL.replaceAll(idPlaceholder, id) } else { result = baseURL + id; } return result; } function listApiActionFormatter_DlrgSeminarPublicSeminarList1393990(value, row) { return [ '', ].join(''); } function callURL(baseUrl, id) { window.location.href = buildUrlWithId(baseUrl, id); } function listApiCheckFormatter(value) { if (value == 1 || value == true) { return 'ja'; } if (value == 0 || value == false) { return 'nein'; } return '-'; } function listApiDateFromValueConverter(value) { let date = (value !== null && value !== undefined && typeof value.date == "string") ? value.date : value; if (date !== null && typeof date !== "number" && typeof date !== "string") { return [null, "FEHLER: Datumsangabe weder \"number\" noch \"string\"!"]; } if (typeof date === "number") { date = date * 1000; } if (date === null || (typeof date == "string" && date === '') || (typeof date == "string" && date.includes('0000-00-00')) || (typeof date == "string" && date.includes('0001'))) { return [null, "-"]; } return [date, null]; } function listApiDateFormatter(value, row, index, field, showUhrzeit = false, showWeekday = false, allDayMinus1 = false, withSeconds = false) { let convResult = listApiDateFromValueConverter(value); if (convResult[1] != null) { return convResult[1]; } let date = convResult[0]; let dateOptions = {day: "2-digit", month: "2-digit", year: "numeric"}; let dateTimeOptions = { day: "2-digit", month: "2-digit", year: "numeric", hour: "2-digit", minute: "2-digit" }; if (showUhrzeit && withSeconds) { dateTimeOptions.second = "2-digit"; } let options = (showUhrzeit && !row.allDay) ? dateTimeOptions : dateOptions; if (typeof date === "string" && date.length <= 10) { options = dateOptions; } if (showWeekday) { options.weekday = 'short'; } if (typeof date == "string") { date = date.replace(' ', 'T') } date = new Date(date); if (allDayMinus1 && row.allDay) { date.setDate(date.getDate() - 1); } let dateString = (new Intl.DateTimeFormat('de-DE', options)).format(date); dateString = dateString.replace(", ", " - "); dateString += row.allDay ? " - ganztägig" : ""; return dateString.replace('. -', '.'); } function listApiDateFormatterWithWeekday(value, row, index, field) { return listApiDateFormatter(value, row, index, field, false, true) } function listApiDateTimeFormatter(value, row, index, field) { return listApiDateFormatter(value, row, index, field, true) } function listApiDateTimeFormatterSeconds(value, row, index, field) { return listApiDateFormatter(value, row, index, field, true, false, false, true) } function listApiDateTimeFormatterWithWeekday(value, row, index, field) { return listApiDateFormatter(value, row, index, field, true, true) } function listApiDateTimeAllDayMinus1Formatter(value, row, index, field) { return listApiDateFormatter(value, row, index, field, true, false, true); } function listApiTimeFormatter(value, row) { // z.B.: 15:30:00 return value.substring(0, 5) } function listApiAlterFormatter(value, row, index, field) { let convResult = listApiDateFromValueConverter(value); return convResult[1] != null ? convResult[1] : bestimmeAlter(convResult[0]); } function listApiAlterKurzFormatter(value, row, index, field) { let convResult = listApiDateFromValueConverter(value); return convResult[1] != null ? convResult[1] : bestimmeAlter(convResult[0], false, false); } function listApiAlterMitMonatenFormatter(value, row, index, field) { let convResult = listApiDateFromValueConverter(value); return convResult[1] != null ? convResult[1] : bestimmeAlter(convResult[0], true); } function listApiBetragFormatter(value) { if (value == null) return '-'; return new Intl.NumberFormat('de-DE', { minimumFractionDigits: 2, maximumFractionDigits: 2 }).format(value) + " €"; } function listApiTextIsBackgroundColorFormatter(value, row) { return { css: { "background": row.color, "color": row.fontColor, "cursor": "pointer", } }; } function listApiSecretFormatter(value) { let text = value.substring(0, 4) + "***" if (String(value).length > 12) { text += value.substring(String(value).length - 4); } return text; } function listApiWeekdayFormatter(value) { let weekdays = ["Sonntag", "Montag", "Dienstag", "Mittwoch", "Donnerstag", "Freitag", "Samstag"] if (typeof value == "number") { return weekdays[value % 7] } return value ?? "-" } function listApiStatusFormatter(value) { if (value == 1) { return 'aktiv'; } return 'gesperrt'; } function listApiArrayToListFormatter(value) { if (value === null || value === undefined) { return ''; } let valueAsArray = typeof value === 'object' ? Object.values(value) : value; let list = document.createElement('ul'); list.setAttribute('class', 'mb-0 pl-3'); for (let i = 0; i < valueAsArray.length; i++) { let item = document.createElement('li'); item.innerHTML = valueAsArray[i] + '
'; list.appendChild(item); } return list.outerHTML; } function listApiCustomRowStyleDlrgSeminarPublicSeminarList1393990(row, index) { var style = cellStyle(row, index);; return style; } function listApiCellStylec2554f1eef6ef227c895faa409852e49DlrgSeminarPublicSeminarList1393990(value, row) { var style = {}; if (style.css === undefined) { style.css = {"cursor": "pointer"}; } return style; } function listApiCellStyle18a8022569d6ced829f833aa855530ceDlrgSeminarPublicSeminarList1393990(value, row) { var style = {}; if (style.css === undefined) { style.css = {"cursor": "pointer"}; } return style; } function listApiCellStyle473390974397014edf78846c8f0e93b3DlrgSeminarPublicSeminarList1393990(value, row) { var style = {}; if (style.css === undefined) { style.css = {"cursor": "pointer"}; } return style; } function listApiCellStyled19acb7d7bd9ab32b81b55359ec35984DlrgSeminarPublicSeminarList1393990(value, row) { var style = {}; if (style.css === undefined) { style.css = {"cursor": "pointer"}; } return style; } function listApiCellStyle37958de49a6922465be7cb2a71a8ee13DlrgSeminarPublicSeminarList1393990(value, row) { var style = {}; if (style.css === undefined) { style.css = {"cursor": "pointer"}; } return style; } function listApiCellStyle10ea6cc278346e585921ac8dde7a8a2cDlrgSeminarPublicSeminarList1393990(value, row) { var style = {}; if (style.css === undefined) { style.css = {"cursor": "pointer"}; } return style; } function customFormatter10ea6cc278346e585921ac8dde7a8a2cDlrgSeminarPublicSeminarList1393990 (value, row, index, field) { return publicListStatusFormatter(row) } function customFooterCellStyleDlrgSeminarPublicSeminarList1393990(column) { }

Einsatztagebuch

Image
Di, 30.06.2026

Bewusstlosigkeit

...

Mehr erfahren
Image
Do, 25.06.2026

Kollaps/Synkope

...

Mehr erfahren
Image
Fr, 19.06.2026

Trauma nach Sturz

Patient in eigener Wohnung gestürzt...

Mehr erfahren

Neues aus dem Bundesverband

Diese Website benutzt Cookies.

Diese Webseite nutzt Tracking-Technologie, um die Zahl der Besucher zu ermitteln und um unser Angebot stetig verbessern zu können.

Wesentlich

Statistik

Marketing

Die Auswahl (auch die Ablehnung) wird dauerhaft gespeichert. Über die Datenschutzseite lässt sich die Auswahl zurücksetzen.