Änderungen von Dokument 5.5. Schulungen

Zuletzt geändert von Jenny Feneberg am 17.04.2025 11:44

Von Version 166.12
bearbeitet von Timo Schmid
am 25.03.2024 10:35
Änderungskommentar: Es gibt keinen Kommentar für diese Version
Auf Version 172.1
bearbeitet von Jenny Feneberg
am 10.09.2024 16:42
Änderungskommentar: Es gibt keinen Kommentar für diese Version

Zusammenfassung

Details

Seiteneigenschaften
Dokument-Autor
... ... @@ -1,1 +1,1 @@
1 -XWiki.TimoSchmid
1 +XWiki.JennyFeneberg
Inhalt
... ... @@ -19,13 +19,19 @@
19 19  {{velocity}}
20 20  #set ($title = 'vorbildlich führen - Arbeitsschutz für Führungskräfte')
21 21  #if ($curwiki != $null)
22 +#set ($vidtoshow = $null)
22 22  #foreach ($child in $doc.getChildren())
23 23  #if ($child.toString().contains($title))
24 -[[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
25 +#set ($vidtoshow = $child)
25 25  #break
26 26  #end
27 27  #end
29 +#if ($vidtoshow == $null || $xwiki.getDocument($vidtoshow).getContent().contains('video url') == false)
30 +**$title**
28 28  #else
32 +[[$title>>||queryString="doctoshow=$escapetool.url($vidtoshow)"]]
33 +#end
34 +#else
29 29  **$title**
30 30  #end
31 31  {{/velocity}}
... ... @@ -70,7 +70,25 @@
70 70  )))
71 71  )))
72 72  |(% style="width:72px" %)2|(% style="width:166px" %)(((
73 -**selbst sicher Gefährdungen beurteilen**
79 +{{velocity}}
80 +#set ($title = 'selbst sicher Gefährdungen beurteilen')
81 +#if ($curwiki != $null)
82 +#set ($vidtoshow = $null)
83 +#foreach ($child in $doc.getChildren())
84 +#if ($child.toString().contains($title))
85 +#set ($vidtoshow = $child)
86 +#break
87 +#end
88 +#end
89 +#if ($vidtoshow == $null || $xwiki.getDocument($vidtoshow).getContent().contains('video url') == false)
90 +**$title**
91 +#else
92 +[[$title>>||queryString="doctoshow=$escapetool.url($vidtoshow)"]]
93 +#end
94 +#else
95 +**$title**
96 +#end
97 +{{/velocity}}
74 74  
75 75  Online-Schulung
76 76  )))|(% style="width:711px" %)(((
... ... @@ -96,7 +96,25 @@
96 96  )))
97 97  )))
98 98  |(% style="width:72px" %)3|(% style="width:166px" %)(((
99 -**Risiken richtig unterweisen**
123 +{{velocity}}
124 +#set ($title = 'Risiken richtig unterweisen')
125 +#if ($curwiki != $null)
126 +#set ($vidtoshow = $null)
127 +#foreach ($child in $doc.getChildren())
128 +#if ($child.toString().contains($title))
129 +#set ($vidtoshow = $child)
130 +#break
131 +#end
132 +#end
133 +#if ($vidtoshow == $null || $xwiki.getDocument($vidtoshow).getContent().contains('video url') == false)
134 +**$title**
135 +#else
136 +[[$title>>||queryString="doctoshow=$escapetool.url($vidtoshow)"]]
137 +#end
138 +#else
139 +**$title**
140 +#end
141 +{{/velocity}}
100 100  
101 101  Online-Schulung
102 102  )))|(% style="width:711px" %)(((
... ... @@ -135,7 +135,25 @@
135 135  [[**~[Anfrage~]**>>mailto:[email protected]?subject=Buchungsanfrage&body=Schulung%3A%20%22Risiken%20richtig%20unterweisen%22%0AOrt%3A%20Inhouse%0AWunschtermin%3A%0ATeilnehmeranzahl%3A%20%0ARechnungsempf%C3%A4nger%3A]]
136 136  )))
137 137  |(% style="width:72px" %)4|(% style="width:166px" %)(((
138 -**ANWANDER für Anwender** – **Einführung in das ANWANDER-Wiki**
180 +{{velocity}}
181 +#set ($title = 'ANWANDER für Anwender – Einführung in das ANWANDER-Wiki')
182 +#if ($curwiki != $null)
183 +#set ($vidtoshow = $null)
184 +#foreach ($child in $doc.getChildren())
185 +#if ($child.toString().contains($title))
186 +#set ($vidtoshow = $child)
187 +#break
188 +#end
189 +#end
190 +#if ($vidtoshow == $null || $xwiki.getDocument($vidtoshow).getContent().contains('video url') == false)
191 +**$title**
192 +#else
193 +[[$title>>||queryString="doctoshow=$escapetool.url($vidtoshow)"]]
194 +#end
195 +#else
196 +**$title**
197 +#end
198 +{{/velocity}}
139 139  
140 140  Online-Schulung
141 141  )))|(% style="width:711px" %)(((
... ... @@ -158,7 +158,25 @@
158 158  
159 159  )))|(% rowspan="1" style="text-align:center; width:102px" %)[[**~[Anfrage~]**>>mailto:[email protected]?subject=Buchungsanfrage&body=Schulung%3A%20%22ANWANDER%20f%C3%BCr%20Anwender%20-%20Einf%C3%BChrung%20in%20das%20ANWANDER-Wiki%22%0AOrt%3A%20Inhouse%0AWunschtermin%3A%0ATeilnehmeranzahl%3A%20%0ARechnungsempf%C3%A4nger%3A]]
160 160  |(% style="width:72px" %)5|(% style="width:166px" %)(((
161 -(% style="color:#171717" %)**Gesund führen - sich und andere**
221 +{{velocity}}
222 +#set ($title = 'Gesund führen - sich und andere')
223 +#if ($curwiki != $null)
224 +#set ($vidtoshow = $null)
225 +#foreach ($child in $doc.getChildren())
226 +#if ($child.toString().contains($title))
227 +#set ($vidtoshow = $child)
228 +#break
229 +#end
230 +#end
231 +#if ($vidtoshow == $null || $xwiki.getDocument($vidtoshow).getContent().contains('video url') == false)
232 +**$title**
233 +#else
234 +[[$title>>||queryString="doctoshow=$escapetool.url($vidtoshow)"]]
235 +#end
236 +#else
237 +**$title**
238 +#end
239 +{{/velocity}}
162 162  
163 163  Präsenz-Schulung
164 164  )))|(% style="width:711px" %)(((
... ... @@ -181,7 +181,25 @@
181 181  [[**~[Anfrage~]**>>mailto:[email protected]?subject=Buchungsanfrage&body=Schulung%3A%20%22Gesund%20f%C3%BChren%20-%20sich%20und%20andere%22%0AOrt%3A%20Inhouse%0AWunschtermin%3A%0ATeilnehmeranzahl%3A%20%0ARechnungsempf%C3%A4nger%3A]]
182 182  )))
183 183  |(% style="width:72px" %)6|(% style="width:166px" %)(((
184 -(% style="font-size:14px" %)**Ausbildung zum Sicherheitsbeauftragten**
262 +{{velocity}}
263 +#set ($title = 'Ausbildung zum Sicherheitsbeauftragten')
264 +#if ($curwiki != $null)
265 +#set ($vidtoshow = $null)
266 +#foreach ($child in $doc.getChildren())
267 +#if ($child.toString().contains($title))
268 +#set ($vidtoshow = $child)
269 +#break
270 +#end
271 +#end
272 +#if ($vidtoshow == $null || $xwiki.getDocument($vidtoshow).getContent().contains('video url') == false)
273 +**$title**
274 +#else
275 +[[$title>>||queryString="doctoshow=$escapetool.url($vidtoshow)"]]
276 +#end
277 +#else
278 +**$title**
279 +#end
280 +{{/velocity}}
185 185  
186 186  Präsenz-Schulung
187 187  )))|(% style="width:711px" %)(((
... ... @@ -201,36 +201,37 @@
201 201  Abschluss mit Teilnehmerzertifikat.
202 202  )))|(% style="text-align:center; width:75px" %)2 Tage|(% style="text-align:center; width:79px" %)Frank/Reuß|(% style="width:139px" %)(((
203 203  (% style="text-align: center;" %)
204 -16. & 24.04.2024
300 +
205 205  
206 206  (% style="text-align: center;" %)
207 -09. & 17.07.2024
208 -
209 -(% style="text-align: center;" %)
210 -01. & 09.10.2024
211 -
212 -(% style="text-align: center;" %)
213 -(Start jeweils um 08:30 Uhr)
214 -
215 -(% style="text-align: center;" %)
216 216  
217 217  )))|(% style="width:102px" %)(((
218 -(((
219 219  (% style="text-align: center;" %)
220 -[[**~[Anfrage~]**>>mailto:[email protected]?subject=Buchungsanfrage&body=Schulung%3A%20%22Ausbildung%20zum%20Sicherheitsbeauftragten%22%20%0ATermin%3A%2016.%20%26%2024.04.2024%0ATeilnehmer*innen%3A%20%0ARechnungsempf%C3%A4nger%3A]]
221 -
222 -(% style="text-align: center;" %)
223 -[[**~[Anfrage~]**>>mailto:[email protected]?subject=Buchungsanfrage&body=Schulung%3A%20%22Ausbildung%20zum%20Sicherheitsbeauftragten%22%20%0ATermin%3A%2009.%20%26%2017.07.2024%0ATeilnehmer*innen%3A%20%0ARechnungsempf%C3%A4nger%3A]]
224 -
225 -(% style="text-align: center;" %)
226 -[[**~[Anfrage~]**>>mailto:[email protected]?subject=Buchungsanfrage&body=Schulung%3A%20%22Ausbildung%20zum%20Sicherheitsbeauftragten%22%20%0ATermin%3A%2001.%20%26%2009.10.2024%0ATeilnehmer*innen%3A%20%0ARechnungsempf%C3%A4nger%3A]]
227 -)))
306 +
228 228  )))|(% style="width:102px" %)(((
229 229  (% style="text-align: center;" %)
230 230  [[**~[Anfrage~]**>>mailto:[email protected]?subject=Buchungsanfrage&body=Schulung%3A%20%22Ausbildung%20zum%20Sicherheitsbeauftragten%22%0AOrt%3A%20Inhouse%0AWunschtermin%3A%0ATeilnehmeranzahl%3A%20%0ARechnungsempf%C3%A4nger%3A]]
231 231  )))
232 232  |(% style="width:72px" %)7|(% style="width:166px" %)(((
233 -**Ausbildung zum Brandschutzhelfer**
312 +{{velocity}}
313 +#set ($title = 'Ausbildung zum Brandschutzhelfer')
314 +#if ($curwiki != $null)
315 +#set ($vidtoshow = $null)
316 +#foreach ($child in $doc.getChildren())
317 +#if ($child.toString().contains($title))
318 +#set ($vidtoshow = $child)
319 +#break
320 +#end
321 +#end
322 +#if ($vidtoshow == $null || $xwiki.getDocument($vidtoshow).getContent().contains('video url') == false)
323 +**$title**
324 +#else
325 +[[$title>>||queryString="doctoshow=$escapetool.url($vidtoshow)"]]
326 +#end
327 +#else
328 +**$title**
329 +#end
330 +{{/velocity}}
234 234  
235 235  Präsenz-Schulung
236 236  )))|(% style="width:711px" %)(((
... ... @@ -247,23 +247,8 @@
247 247  Abschluss mit Teilnehmerzertifikat.
248 248  )))|(% style="text-align:center; width:75px" %)4 h|(% style="text-align:center; width:79px" %)Bühler|(% style="width:139px" %)(((
249 249  (% style="text-align: center;" %)
250 -Donnerstag,
251 -der 04.07.2024
252 -(Start um 13:00 Uhr)
253 -)))|(% style="width:102px" %)(((
254 -[[**~[Anfrage~]**>>mailto:[email protected]?subject=Buchungsanfrage&body=Schulung%3A%20%22Ausbildung%20zum%20Brandschutzhelfer%22%0ATermin%3A%2004.07.2024%0ATeilnehmer*innen%3A%20%0ARechnungsempf%C3%A4nger%3A]]
255 -
256 -(((
257 257  
258 -
259 -(((
348 +)))|(% style="width:102px" %) |(% style="width:102px" %)(((
260 260  (% style="text-align: center;" %)
261 -
262 -)))
263 -
264 -
265 -)))
266 -)))|(% style="width:102px" %)(((
267 -(% style="text-align: center;" %)
268 268  [[**~[Anfrage~]**>>mailto:[email protected]?subject=Buchungsanfrage&body=Schulung%3A%20%22Ausbildung%20zum%20Brandschutzhelfer%22%0AOrt%3A%20Inhouse%0AWunschtermin%3A%0ATeilnehmeranzahl%3A%20%0ARechnungsempf%C3%A4nger%3A]]
269 269  )))