Änderungen von Dokument 5.5. Schulungen

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

Von Version 167.3
bearbeitet von Timo Schmid
am 25.03.2024 10:39
Änderungskommentar: Es gibt keinen Kommentar für diese Version
Auf Version 170.1
bearbeitet von Timo Schmid
am 25.03.2024 10:45
Änderungskommentar: Es gibt keinen Kommentar für diese Version

Zusammenfassung

Details

Seiteneigenschaften
Inhalt
... ... @@ -26,10 +26,10 @@
26 26  #break
27 27  #end
28 28  #end
29 -#if ($vidtoshow != $null)
30 -[[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
31 -#else
29 +#if ($vidtoshow == $null || $xwiki.getDocument($vidtoshow).getContent().contains('video url') == false)
32 32  **$title**
31 +#else
32 +[[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
33 33  #end
34 34  #else
35 35  **$title**
... ... @@ -79,13 +79,19 @@
79 79  {{velocity}}
80 80  #set ($title = 'selbst sicher Gefährdungen beurteilen')
81 81  #if ($curwiki != $null)
82 +#set ($vidtoshow = $null)
82 82  #foreach ($child in $doc.getChildren())
83 83  #if ($child.toString().contains($title))
84 -[[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
85 +#set ($vidtoshow = $child)
85 85  #break
86 86  #end
87 87  #end
89 +#if ($vidtoshow == $null || $xwiki.getDocument($vidtoshow).getContent().contains('video url') == false)
90 +**$title**
88 88  #else
92 +[[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
93 +#end
94 +#else
89 89  **$title**
90 90  #end
91 91  {{/velocity}}
... ... @@ -117,13 +117,19 @@
117 117  {{velocity}}
118 118  #set ($title = 'Risiken richtig unterweisen')
119 119  #if ($curwiki != $null)
126 +#set ($vidtoshow = $null)
120 120  #foreach ($child in $doc.getChildren())
121 121  #if ($child.toString().contains($title))
122 -[[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
129 +#set ($vidtoshow = $child)
123 123  #break
124 124  #end
125 125  #end
133 +#if ($vidtoshow == $null || $xwiki.getDocument($vidtoshow).getContent().contains('video url') == false)
134 +**$title**
126 126  #else
136 +[[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
137 +#end
138 +#else
127 127  **$title**
128 128  #end
129 129  {{/velocity}}
... ... @@ -168,13 +168,19 @@
168 168  {{velocity}}
169 169  #set ($title = 'ANWANDER für Anwender – Einführung in das ANWANDER-Wiki')
170 170  #if ($curwiki != $null)
183 +#set ($vidtoshow = $null)
171 171  #foreach ($child in $doc.getChildren())
172 172  #if ($child.toString().contains($title))
173 -[[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
186 +#set ($vidtoshow = $child)
174 174  #break
175 175  #end
176 176  #end
190 +#if ($vidtoshow == $null || $xwiki.getDocument($vidtoshow).getContent().contains('video url') == false)
191 +**$title**
177 177  #else
193 +[[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
194 +#end
195 +#else
178 178  **$title**
179 179  #end
180 180  {{/velocity}}
... ... @@ -203,13 +203,19 @@
203 203  {{velocity}}
204 204  #set ($title = 'Gesund führen - sich und andere')
205 205  #if ($curwiki != $null)
224 +#set ($vidtoshow = $null)
206 206  #foreach ($child in $doc.getChildren())
207 207  #if ($child.toString().contains($title))
208 -[[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
227 +#set ($vidtoshow = $child)
209 209  #break
210 210  #end
211 211  #end
231 +#if ($vidtoshow == $null || $xwiki.getDocument($vidtoshow).getContent().contains('video url') == false)
232 +**$title**
212 212  #else
234 +[[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
235 +#end
236 +#else
213 213  **$title**
214 214  #end
215 215  {{/velocity}}
... ... @@ -238,13 +238,19 @@
238 238  {{velocity}}
239 239  #set ($title = 'Ausbildung zum Sicherheitsbeauftragten')
240 240  #if ($curwiki != $null)
265 +#set ($vidtoshow = $null)
241 241  #foreach ($child in $doc.getChildren())
242 242  #if ($child.toString().contains($title))
243 -[[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
268 +#set ($vidtoshow = $child)
244 244  #break
245 245  #end
246 246  #end
272 +#if ($vidtoshow == $null || $xwiki.getDocument($vidtoshow).getContent().contains('video url') == false)
273 +**$title**
247 247  #else
275 +[[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
276 +#end
277 +#else
248 248  **$title**
249 249  #end
250 250  {{/velocity}}
... ... @@ -306,10 +306,10 @@
306 306  #break
307 307  #end
308 308  #end
309 -#if ($vidtoshow != $null)
310 -[[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
311 -#else
339 +#if ($vidtoshow == $null || $xwiki.getDocument($vidtoshow).getContent().contains('video url') == false)
312 312  **$title**
341 +#else
342 +[[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
313 313  #end
314 314  #else
315 315  **$title**