Änderungen von Dokument 5.5. Schulungen

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

Von Version 166.1
bearbeitet von Timo Schmid
am 25.03.2024 10:17
Änderungskommentar: Es gibt keinen Kommentar für diese Version
Auf Version 168.3
bearbeitet von Timo Schmid
am 25.03.2024 10:43
Änderungskommentar: Es gibt keinen Kommentar für diese Version

Zusammenfassung

Details

Seiteneigenschaften
Inhalt
... ... @@ -19,11 +19,22 @@
19 19  {{velocity}}
20 20  #set ($title = 'vorbildlich führen - Arbeitsschutz für Führungskräfte')
21 21  #if ($curwiki != $null)
22 -#set ($link = $curwiki + ":" + $doc.toString.replaceAll('.WebHome',$title) + '.WebHome')
23 -[[$title>>$link]]
22 +#set ($vidtoshow = $null)
23 +#foreach ($child in $doc.getChildren())
24 +#if ($child.toString().contains($title))
25 +#set ($vidtoshow = $child)
26 +#break
27 +#end
28 +#end
29 +$xwiki.getDocument($vidtoshow).getContent().contains('video url')
30 +#if ($vidtoshow != $null)
31 +[[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
24 24  #else
25 25  **$title**
26 26  #end
35 +#else
36 +**$title**
37 +#end
27 27  {{/velocity}}
28 28  
29 29  
... ... @@ -66,7 +66,25 @@
66 66  )))
67 67  )))
68 68  |(% style="width:72px" %)2|(% style="width:166px" %)(((
69 -**selbst sicher Gefährdungen beurteilen**
80 +{{velocity}}
81 +#set ($title = 'selbst sicher Gefährdungen beurteilen')
82 +#if ($curwiki != $null)
83 +#set ($vidtoshow = $null)
84 +#foreach ($child in $doc.getChildren())
85 +#if ($child.toString().contains($title))
86 +#set ($vidtoshow = $child)
87 +#break
88 +#end
89 +#end
90 +#if ($vidtoshow != $null)
91 +[[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
92 +#else
93 +**$title**
94 +#end
95 +#else
96 +**$title**
97 +#end
98 +{{/velocity}}
70 70  
71 71  Online-Schulung
72 72  )))|(% style="width:711px" %)(((
... ... @@ -92,7 +92,25 @@
92 92  )))
93 93  )))
94 94  |(% style="width:72px" %)3|(% style="width:166px" %)(((
95 -**Risiken richtig unterweisen**
124 +{{velocity}}
125 +#set ($title = 'Risiken richtig unterweisen')
126 +#if ($curwiki != $null)
127 +#set ($vidtoshow = $null)
128 +#foreach ($child in $doc.getChildren())
129 +#if ($child.toString().contains($title))
130 +#set ($vidtoshow = $child)
131 +#break
132 +#end
133 +#end
134 +#if ($vidtoshow != $null)
135 +[[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
136 +#else
137 +**$title**
138 +#end
139 +#else
140 +**$title**
141 +#end
142 +{{/velocity}}
96 96  
97 97  Online-Schulung
98 98  )))|(% style="width:711px" %)(((
... ... @@ -131,7 +131,25 @@
131 131  [[**~[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]]
132 132  )))
133 133  |(% style="width:72px" %)4|(% style="width:166px" %)(((
134 -**ANWANDER für Anwender** – **Einführung in das ANWANDER-Wiki**
181 +{{velocity}}
182 +#set ($title = 'ANWANDER für Anwender – Einführung in das ANWANDER-Wiki')
183 +#if ($curwiki != $null)
184 +#set ($vidtoshow = $null)
185 +#foreach ($child in $doc.getChildren())
186 +#if ($child.toString().contains($title))
187 +#set ($vidtoshow = $child)
188 +#break
189 +#end
190 +#end
191 +#if ($vidtoshow != $null)
192 +[[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
193 +#else
194 +**$title**
195 +#end
196 +#else
197 +**$title**
198 +#end
199 +{{/velocity}}
135 135  
136 136  Online-Schulung
137 137  )))|(% style="width:711px" %)(((
... ... @@ -154,7 +154,25 @@
154 154  
155 155  )))|(% 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]]
156 156  |(% style="width:72px" %)5|(% style="width:166px" %)(((
157 -(% style="color:#171717" %)**Gesund führen - sich und andere**
222 +{{velocity}}
223 +#set ($title = 'Gesund führen - sich und andere')
224 +#if ($curwiki != $null)
225 +#set ($vidtoshow = $null)
226 +#foreach ($child in $doc.getChildren())
227 +#if ($child.toString().contains($title))
228 +#set ($vidtoshow = $child)
229 +#break
230 +#end
231 +#end
232 +#if ($vidtoshow != $null)
233 +[[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
234 +#else
235 +**$title**
236 +#end
237 +#else
238 +**$title**
239 +#end
240 +{{/velocity}}
158 158  
159 159  Präsenz-Schulung
160 160  )))|(% style="width:711px" %)(((
... ... @@ -177,7 +177,25 @@
177 177  [[**~[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]]
178 178  )))
179 179  |(% style="width:72px" %)6|(% style="width:166px" %)(((
180 -(% style="font-size:14px" %)**Ausbildung zum Sicherheitsbeauftragten**
263 +{{velocity}}
264 +#set ($title = 'Ausbildung zum Sicherheitsbeauftragten')
265 +#if ($curwiki != $null)
266 +#set ($vidtoshow = $null)
267 +#foreach ($child in $doc.getChildren())
268 +#if ($child.toString().contains($title))
269 +#set ($vidtoshow = $child)
270 +#break
271 +#end
272 +#end
273 +#if ($vidtoshow != $null)
274 +[[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
275 +#else
276 +**$title**
277 +#end
278 +#else
279 +**$title**
280 +#end
281 +{{/velocity}}
181 181  
182 182  Präsenz-Schulung
183 183  )))|(% style="width:711px" %)(((
... ... @@ -226,7 +226,25 @@
226 226  [[**~[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]]
227 227  )))
228 228  |(% style="width:72px" %)7|(% style="width:166px" %)(((
229 -**Ausbildung zum Brandschutzhelfer**
330 +{{velocity}}
331 +#set ($title = 'Ausbildung zum Brandschutzhelfer')
332 +#if ($curwiki != $null)
333 +#set ($vidtoshow = $null)
334 +#foreach ($child in $doc.getChildren())
335 +#if ($child.toString().contains($title))
336 +#set ($vidtoshow = $child)
337 +#break
338 +#end
339 +#end
340 +#if ($vidtoshow != $null)
341 +[[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
342 +#else
343 +**$title**
344 +#end
345 +#else
346 +**$title**
347 +#end
348 +{{/velocity}}
230 230  
231 231  Präsenz-Schulung
232 232  )))|(% style="width:711px" %)(((