Änderungen von Dokument 5.5. Schulungen

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

Von Version 167.1
bearbeitet von Timo Schmid
am 25.03.2024 10:37
Änderungskommentar: Es gibt keinen Kommentar für diese Version
Auf Version 170.2
bearbeitet von Timo Schmid
am 25.03.2024 10:46
Änderungskommentar: Es gibt keinen Kommentar für diese Version

Zusammenfassung

Details

Seiteneigenschaften
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}}
... ... @@ -73,13 +73,19 @@
73 73  {{velocity}}
74 74  #set ($title = 'selbst sicher Gefährdungen beurteilen')
75 75  #if ($curwiki != $null)
82 +#set ($vidtoshow = $null)
76 76  #foreach ($child in $doc.getChildren())
77 77  #if ($child.toString().contains($title))
78 -[[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
85 +#set ($vidtoshow = $child)
79 79  #break
80 80  #end
81 81  #end
89 +#if ($vidtoshow == $null || $xwiki.getDocument($vidtoshow).getContent().contains('video url') == false)
90 +**$title**
82 82  #else
92 +[[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
93 +#end
94 +#else
83 83  **$title**
84 84  #end
85 85  {{/velocity}}
... ... @@ -111,13 +111,19 @@
111 111  {{velocity}}
112 112  #set ($title = 'Risiken richtig unterweisen')
113 113  #if ($curwiki != $null)
126 +#set ($vidtoshow = $null)
114 114  #foreach ($child in $doc.getChildren())
115 115  #if ($child.toString().contains($title))
116 -[[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
129 +#set ($vidtoshow = $child)
117 117  #break
118 118  #end
119 119  #end
133 +#if ($vidtoshow == $null || $xwiki.getDocument($vidtoshow).getContent().contains('video url') == false)
134 +**$title**
120 120  #else
136 +[[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
137 +#end
138 +#else
121 121  **$title**
122 122  #end
123 123  {{/velocity}}
... ... @@ -162,13 +162,19 @@
162 162  {{velocity}}
163 163  #set ($title = 'ANWANDER für Anwender – Einführung in das ANWANDER-Wiki')
164 164  #if ($curwiki != $null)
183 +#set ($vidtoshow = $null)
165 165  #foreach ($child in $doc.getChildren())
166 166  #if ($child.toString().contains($title))
167 -[[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
186 +#set ($vidtoshow = $child)
168 168  #break
169 169  #end
170 170  #end
190 +#if ($vidtoshow == $null || $xwiki.getDocument($vidtoshow).getContent().contains('video url') == false)
191 +**$title**
171 171  #else
193 +[[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
194 +#end
195 +#else
172 172  **$title**
173 173  #end
174 174  {{/velocity}}
... ... @@ -197,13 +197,19 @@
197 197  {{velocity}}
198 198  #set ($title = 'Gesund führen - sich und andere')
199 199  #if ($curwiki != $null)
224 +#set ($vidtoshow = $null)
200 200  #foreach ($child in $doc.getChildren())
201 201  #if ($child.toString().contains($title))
202 -[[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
227 +#set ($vidtoshow = $child)
203 203  #break
204 204  #end
205 205  #end
231 +#if ($vidtoshow == $null || $xwiki.getDocument($vidtoshow).getContent().contains('video url') == false)
232 +**$title**
206 206  #else
234 +[[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
235 +#end
236 +#else
207 207  **$title**
208 208  #end
209 209  {{/velocity}}
... ... @@ -232,13 +232,19 @@
232 232  {{velocity}}
233 233  #set ($title = 'Ausbildung zum Sicherheitsbeauftragten')
234 234  #if ($curwiki != $null)
265 +#set ($vidtoshow = $null)
235 235  #foreach ($child in $doc.getChildren())
236 236  #if ($child.toString().contains($title))
237 -[[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
268 +#set ($vidtoshow = $child)
238 238  #break
239 239  #end
240 240  #end
272 +#if ($vidtoshow == $null || $xwiki.getDocument($vidtoshow).getContent().contains('video url') == false)
273 +**$title**
241 241  #else
275 +[[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
276 +#end
277 +#else
242 242  **$title**
243 243  #end
244 244  {{/velocity}}
... ... @@ -293,13 +293,19 @@
293 293  {{velocity}}
294 294  #set ($title = 'Ausbildung zum Brandschutzhelfer')
295 295  #if ($curwiki != $null)
332 +#set ($vidtoshow = $null)
296 296  #foreach ($child in $doc.getChildren())
297 297  #if ($child.toString().contains($title))
298 -[[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
335 +#set ($vidtoshow = $child)
299 299  #break
300 300  #end
301 301  #end
339 +#if ($vidtoshow == $null || $xwiki.getDocument($vidtoshow).getContent().contains('video url') == false)
340 +**$title**
302 302  #else
342 +[[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
343 +#end
344 +#else
303 303  **$title**
304 304  #end
305 305  {{/velocity}}