Änderungen von Dokument 5.5. Schulungen

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

Von Version 170.2
bearbeitet von Timo Schmid
am 25.03.2024 10:46
Änderungskommentar: Es gibt keinen Kommentar für diese Version
Auf Version 167.3
bearbeitet von Timo Schmid
am 25.03.2024 10:39
Ä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 || $xwiki.getDocument($vidtoshow).getContent().contains('video url') == false)
30 -**$title**
29 +#if ($vidtoshow != $null)
30 +[[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
31 31  #else
32 -[[$title>>||queryString="doctoshow=$escapetool.url($vidtoshow)"]]
32 +**$title**
33 33  #end
34 34  #else
35 35  **$title**
... ... @@ -79,19 +79,13 @@
79 79  {{velocity}}
80 80  #set ($title = 'selbst sicher Gefährdungen beurteilen')
81 81  #if ($curwiki != $null)
82 -#set ($vidtoshow = $null)
83 83  #foreach ($child in $doc.getChildren())
84 84  #if ($child.toString().contains($title))
85 -#set ($vidtoshow = $child)
84 +[[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
86 86  #break
87 87  #end
88 88  #end
89 -#if ($vidtoshow == $null || $xwiki.getDocument($vidtoshow).getContent().contains('video url') == false)
90 -**$title**
91 91  #else
92 -[[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
93 -#end
94 -#else
95 95  **$title**
96 96  #end
97 97  {{/velocity}}
... ... @@ -123,19 +123,13 @@
123 123  {{velocity}}
124 124  #set ($title = 'Risiken richtig unterweisen')
125 125  #if ($curwiki != $null)
126 -#set ($vidtoshow = $null)
127 127  #foreach ($child in $doc.getChildren())
128 128  #if ($child.toString().contains($title))
129 -#set ($vidtoshow = $child)
122 +[[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
130 130  #break
131 131  #end
132 132  #end
133 -#if ($vidtoshow == $null || $xwiki.getDocument($vidtoshow).getContent().contains('video url') == false)
134 -**$title**
135 135  #else
136 -[[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
137 -#end
138 -#else
139 139  **$title**
140 140  #end
141 141  {{/velocity}}
... ... @@ -180,19 +180,13 @@
180 180  {{velocity}}
181 181  #set ($title = 'ANWANDER für Anwender – Einführung in das ANWANDER-Wiki')
182 182  #if ($curwiki != $null)
183 -#set ($vidtoshow = $null)
184 184  #foreach ($child in $doc.getChildren())
185 185  #if ($child.toString().contains($title))
186 -#set ($vidtoshow = $child)
173 +[[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
187 187  #break
188 188  #end
189 189  #end
190 -#if ($vidtoshow == $null || $xwiki.getDocument($vidtoshow).getContent().contains('video url') == false)
191 -**$title**
192 192  #else
193 -[[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
194 -#end
195 -#else
196 196  **$title**
197 197  #end
198 198  {{/velocity}}
... ... @@ -221,19 +221,13 @@
221 221  {{velocity}}
222 222  #set ($title = 'Gesund führen - sich und andere')
223 223  #if ($curwiki != $null)
224 -#set ($vidtoshow = $null)
225 225  #foreach ($child in $doc.getChildren())
226 226  #if ($child.toString().contains($title))
227 -#set ($vidtoshow = $child)
208 +[[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
228 228  #break
229 229  #end
230 230  #end
231 -#if ($vidtoshow == $null || $xwiki.getDocument($vidtoshow).getContent().contains('video url') == false)
232 -**$title**
233 233  #else
234 -[[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
235 -#end
236 -#else
237 237  **$title**
238 238  #end
239 239  {{/velocity}}
... ... @@ -262,19 +262,13 @@
262 262  {{velocity}}
263 263  #set ($title = 'Ausbildung zum Sicherheitsbeauftragten')
264 264  #if ($curwiki != $null)
265 -#set ($vidtoshow = $null)
266 266  #foreach ($child in $doc.getChildren())
267 267  #if ($child.toString().contains($title))
268 -#set ($vidtoshow = $child)
243 +[[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
269 269  #break
270 270  #end
271 271  #end
272 -#if ($vidtoshow == $null || $xwiki.getDocument($vidtoshow).getContent().contains('video url') == false)
273 -**$title**
274 274  #else
275 -[[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
276 -#end
277 -#else
278 278  **$title**
279 279  #end
280 280  {{/velocity}}
... ... @@ -336,10 +336,10 @@
336 336  #break
337 337  #end
338 338  #end
339 -#if ($vidtoshow == $null || $xwiki.getDocument($vidtoshow).getContent().contains('video url') == false)
340 -**$title**
341 -#else
309 +#if ($vidtoshow != $null)
342 342  [[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
311 +#else
312 +**$title**
343 343  #end
344 344  #else
345 345  **$title**