@leuffen/themejs1 9.0.8 → 9.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -58,24 +58,24 @@
|
|
|
58
58
|
"from": {
|
|
59
59
|
"type": "string",
|
|
60
60
|
"format": "date-time",
|
|
61
|
-
"description": "Start date and time of the vacation, e.g. '2022-01-01
|
|
61
|
+
"description": "Start date and time of the vacation, e.g. '2022-01-01'"
|
|
62
62
|
},
|
|
63
63
|
"till": {
|
|
64
64
|
"type": "string",
|
|
65
65
|
"format": "date-time",
|
|
66
|
-
"description": "End date and time of the vacation, e.g. '2022-01-01
|
|
66
|
+
"description": "End date and time of the vacation, e.g. '2022-01-01'"
|
|
67
67
|
},
|
|
68
68
|
"short_text": {
|
|
69
69
|
"type": "string",
|
|
70
|
-
"description": "Short text description, e.g. '
|
|
70
|
+
"description": "Short text description, e.g. 'Urlaub vom 01.01. bis 01.01.2022'"
|
|
71
71
|
},
|
|
72
72
|
"text": {
|
|
73
73
|
"type": "string",
|
|
74
|
-
"description": "Long text description, e.g. '
|
|
74
|
+
"description": "Long text description, e.g. 'Vertretung übernimmt...'"
|
|
75
75
|
},
|
|
76
76
|
"title": {
|
|
77
77
|
"type": "string",
|
|
78
|
-
"description": "Title, e.g. '
|
|
78
|
+
"description": "Title, e.g. 'Urlaub vom 01.01. bis 01.01.2022'"
|
|
79
79
|
}
|
|
80
80
|
},
|
|
81
81
|
"required": ["from", "till", "short_text", "text", "title"]
|
|
@@ -11,11 +11,11 @@ type TableJson = {
|
|
|
11
11
|
status: "" // Reserved for future use
|
|
12
12
|
}
|
|
13
13
|
type Vacation = {
|
|
14
|
-
from: string, // Date Time string e.g. 2022-01-01
|
|
15
|
-
till: string, // Date Time string e.g.
|
|
14
|
+
from: string, // Date Time string e.g. 2022-01-01 - leave empty if no data
|
|
15
|
+
till: string, // Date Time string e.g. 2029-01-01
|
|
16
16
|
short_text: string, // e.g. "New Year's Day"
|
|
17
|
-
text: string, // e.g. "
|
|
18
|
-
title: string, // e.g. "
|
|
17
|
+
text: string, // e.g. "Vertretung durch ..."
|
|
18
|
+
title: string, // e.g. "Urlaub vom 01.01. bis 01.01.2022"
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
/**
|
|
@@ -105,6 +105,18 @@ Auch online immer für Sie da: Ohne Wartezeit, bequem und schnell:
|
|
|
105
105
|
{% include el/openhours.html %}
|
|
106
106
|
|
|
107
107
|
|
|
108
|
+
## Jobs & Bewerbung
|
|
109
|
+
{: layout="use: #sec-card-2col; cols:8"}
|
|
110
|
+
|
|
111
|
+
> Werden Sie Teil unseres Teams
|
|
112
|
+
|
|
113
|
+

|
|
114
|
+
|
|
115
|
+
Wir suchen neue Mitarbeiter für unser Team. Werden Sie Teil unseres Teams und unterstützen Sie uns bei der medizinischen Versorgung unserer Patienten. Wir freuen uns auf Ihre Bewerbung.
|
|
116
|
+
|
|
117
|
+
[Offene Stellen & Bewerbung](/karriere){: .btn .btn-primary .btn-lg .mb-3}
|
|
118
|
+
|
|
119
|
+
|
|
108
120
|
---
|
|
109
121
|
{: layout="use: #subheader" .section-h2}
|
|
110
122
|
|