Änderungen von Dokument 5.5. Schulungen

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

Von Version 166.2
bearbeitet von Timo Schmid
am 25.03.2024 10:28
Ä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
... ... @@ -19,13 +19,21 @@
19 19  {{velocity}}
20 20  #set ($title = 'vorbildlich führen - Arbeitsschutz für Führungskräfte')
21 21  #if ($curwiki != $null)
22 -#set ($link = $doc.toString.replaceAll('.WebHome',$title) + '.WebHome')
23 -
24 -$link
25 -
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 +#if ($vidtoshow != $null)
30 +[[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
26 26  #else
27 27  **$title**
28 28  #end
34 +#else
35 +**$title**
36 +#end
29 29  {{/velocity}}
30 30  
31 31  
... ... @@ -68,7 +68,19 @@
68 68  )))
69 69  )))
70 70  |(% style="width:72px" %)2|(% style="width:166px" %)(((
71 -**selbst sicher Gefährdungen beurteilen**
79 +{{velocity}}
80 +#set ($title = 'selbst sicher Gefährdungen beurteilen')
81 +#if ($curwiki != $null)
82 +#foreach ($child in $doc.getChildren())
83 +#if ($child.toString().contains($title))
84 +[[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
85 +#break
86 +#end
87 +#end
88 +#else
89 +**$title**
90 +#end
91 +{{/velocity}}
72 72  
73 73  Online-Schulung
74 74  )))|(% style="width:711px" %)(((
... ... @@ -94,7 +94,19 @@
94 94  )))
95 95  )))
96 96  |(% style="width:72px" %)3|(% style="width:166px" %)(((
97 -**Risiken richtig unterweisen**
117 +{{velocity}}
118 +#set ($title = 'Risiken richtig unterweisen')
119 +#if ($curwiki != $null)
120 +#foreach ($child in $doc.getChildren())
121 +#if ($child.toString().contains($title))
122 +[[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
123 +#break
124 +#end
125 +#end
126 +#else
127 +**$title**
128 +#end
129 +{{/velocity}}
98 98  
99 99  Online-Schulung
100 100  )))|(% style="width:711px" %)(((
... ... @@ -133,7 +133,19 @@
133 133  [[**~[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]]
134 134  )))
135 135  |(% style="width:72px" %)4|(% style="width:166px" %)(((
136 -**ANWANDER für Anwender** – **Einführung in das ANWANDER-Wiki**
168 +{{velocity}}
169 +#set ($title = 'ANWANDER für Anwender – Einführung in das ANWANDER-Wiki')
170 +#if ($curwiki != $null)
171 +#foreach ($child in $doc.getChildren())
172 +#if ($child.toString().contains($title))
173 +[[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
174 +#break
175 +#end
176 +#end
177 +#else
178 +**$title**
179 +#end
180 +{{/velocity}}
137 137  
138 138  Online-Schulung
139 139  )))|(% style="width:711px" %)(((
... ... @@ -156,7 +156,19 @@
156 156  
157 157  )))|(% 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]]
158 158  |(% style="width:72px" %)5|(% style="width:166px" %)(((
159 -(% style="color:#171717" %)**Gesund führen - sich und andere**
203 +{{velocity}}
204 +#set ($title = 'Gesund führen - sich und andere')
205 +#if ($curwiki != $null)
206 +#foreach ($child in $doc.getChildren())
207 +#if ($child.toString().contains($title))
208 +[[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
209 +#break
210 +#end
211 +#end
212 +#else
213 +**$title**
214 +#end
215 +{{/velocity}}
160 160  
161 161  Präsenz-Schulung
162 162  )))|(% style="width:711px" %)(((
... ... @@ -179,7 +179,19 @@
179 179  [[**~[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]]
180 180  )))
181 181  |(% style="width:72px" %)6|(% style="width:166px" %)(((
182 -(% style="font-size:14px" %)**Ausbildung zum Sicherheitsbeauftragten**
238 +{{velocity}}
239 +#set ($title = 'Ausbildung zum Sicherheitsbeauftragten')
240 +#if ($curwiki != $null)
241 +#foreach ($child in $doc.getChildren())
242 +#if ($child.toString().contains($title))
243 +[[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
244 +#break
245 +#end
246 +#end
247 +#else
248 +**$title**
249 +#end
250 +{{/velocity}}
183 183  
184 184  Präsenz-Schulung
185 185  )))|(% style="width:711px" %)(((
... ... @@ -228,7 +228,25 @@
228 228  [[**~[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]]
229 229  )))
230 230  |(% style="width:72px" %)7|(% style="width:166px" %)(((
231 -**Ausbildung zum Brandschutzhelfer**
299 +{{velocity}}
300 +#set ($title = 'Ausbildung zum Brandschutzhelfer')
301 +#if ($curwiki != $null)
302 +#set ($vidtoshow = $null)
303 +#foreach ($child in $doc.getChildren())
304 +#if ($child.toString().contains($title))
305 +#set ($vidtoshow = $child)
306 +#break
307 +#end
308 +#end
309 +#if ($vidtoshow != $null)
310 +[[$title>>||queryString="doctoshow=$escapetool.url($child)"]]
311 +#else
312 +**$title**
313 +#end
314 +#else
315 +**$title**
316 +#end
317 +{{/velocity}}
232 232  
233 233  Präsenz-Schulung
234 234  )))|(% style="width:711px" %)(((