Ä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
am 25.03.2024 10:17
Änderungskommentar:
Es gibt keinen Kommentar für diese Version
Auf Version 171.1
bearbeitet von Jenny Feneberg
am 08.04.2024 15:55
am 08.04.2024 15:55
Änderungskommentar:
Es gibt keinen Kommentar für diese Version
Zusammenfassung
-
Seiteneigenschaften (2 geändert, 0 hinzugefügt, 0 gelöscht)
Details
- Seiteneigenschaften
-
- Dokument-Autor
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. TimoSchmid1 +XWiki.JennyFeneberg - Inhalt
-
... ... @@ -19,9 +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 ($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 +#if ($vidtoshow == $null || $xwiki.getDocument($vidtoshow).getContent().contains('video url') == false) 30 +**$title** 24 24 #else 32 +[[$title>>||queryString="doctoshow=$escapetool.url($vidtoshow)"]] 33 +#end 34 +#else 25 25 **$title** 26 26 #end 27 27 {{/velocity}} ... ... @@ -66,7 +66,25 @@ 66 66 ))) 67 67 ))) 68 68 |(% style="width:72px" %)2|(% style="width:166px" %)((( 69 -**selbst sicher Gefährdungen beurteilen** 79 +{{velocity}} 80 +#set ($title = 'selbst sicher Gefährdungen beurteilen') 81 +#if ($curwiki != $null) 82 +#set ($vidtoshow = $null) 83 +#foreach ($child in $doc.getChildren()) 84 +#if ($child.toString().contains($title)) 85 +#set ($vidtoshow = $child) 86 +#break 87 +#end 88 +#end 89 +#if ($vidtoshow == $null || $xwiki.getDocument($vidtoshow).getContent().contains('video url') == false) 90 +**$title** 91 +#else 92 +[[$title>>||queryString="doctoshow=$escapetool.url($vidtoshow)"]] 93 +#end 94 +#else 95 +**$title** 96 +#end 97 +{{/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** 123 +{{velocity}} 124 +#set ($title = 'Risiken richtig unterweisen') 125 +#if ($curwiki != $null) 126 +#set ($vidtoshow = $null) 127 +#foreach ($child in $doc.getChildren()) 128 +#if ($child.toString().contains($title)) 129 +#set ($vidtoshow = $child) 130 +#break 131 +#end 132 +#end 133 +#if ($vidtoshow == $null || $xwiki.getDocument($vidtoshow).getContent().contains('video url') == false) 134 +**$title** 135 +#else 136 +[[$title>>||queryString="doctoshow=$escapetool.url($vidtoshow)"]] 137 +#end 138 +#else 139 +**$title** 140 +#end 141 +{{/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** 180 +{{velocity}} 181 +#set ($title = 'ANWANDER für Anwender – Einführung in das ANWANDER-Wiki') 182 +#if ($curwiki != $null) 183 +#set ($vidtoshow = $null) 184 +#foreach ($child in $doc.getChildren()) 185 +#if ($child.toString().contains($title)) 186 +#set ($vidtoshow = $child) 187 +#break 188 +#end 189 +#end 190 +#if ($vidtoshow == $null || $xwiki.getDocument($vidtoshow).getContent().contains('video url') == false) 191 +**$title** 192 +#else 193 +[[$title>>||queryString="doctoshow=$escapetool.url($vidtoshow)"]] 194 +#end 195 +#else 196 +**$title** 197 +#end 198 +{{/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** 221 +{{velocity}} 222 +#set ($title = 'Gesund führen - sich und andere') 223 +#if ($curwiki != $null) 224 +#set ($vidtoshow = $null) 225 +#foreach ($child in $doc.getChildren()) 226 +#if ($child.toString().contains($title)) 227 +#set ($vidtoshow = $child) 228 +#break 229 +#end 230 +#end 231 +#if ($vidtoshow == $null || $xwiki.getDocument($vidtoshow).getContent().contains('video url') == false) 232 +**$title** 233 +#else 234 +[[$title>>||queryString="doctoshow=$escapetool.url($vidtoshow)"]] 235 +#end 236 +#else 237 +**$title** 238 +#end 239 +{{/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** 262 +{{velocity}} 263 +#set ($title = 'Ausbildung zum Sicherheitsbeauftragten') 264 +#if ($curwiki != $null) 265 +#set ($vidtoshow = $null) 266 +#foreach ($child in $doc.getChildren()) 267 +#if ($child.toString().contains($title)) 268 +#set ($vidtoshow = $child) 269 +#break 270 +#end 271 +#end 272 +#if ($vidtoshow == $null || $xwiki.getDocument($vidtoshow).getContent().contains('video url') == false) 273 +**$title** 274 +#else 275 +[[$title>>||queryString="doctoshow=$escapetool.url($vidtoshow)"]] 276 +#end 277 +#else 278 +**$title** 279 +#end 280 +{{/velocity}} 181 181 182 182 Präsenz-Schulung 183 183 )))|(% style="width:711px" %)((( ... ... @@ -197,9 +197,6 @@ 197 197 Abschluss mit Teilnehmerzertifikat. 198 198 )))|(% style="text-align:center; width:75px" %)2 Tage|(% style="text-align:center; width:79px" %)Frank/Reuß|(% style="width:139px" %)((( 199 199 (% style="text-align: center;" %) 200 -16. & 24.04.2024 201 - 202 -(% style="text-align: center;" %) 203 203 09. & 17.07.2024 204 204 205 205 (% style="text-align: center;" %) ... ... @@ -211,22 +211,35 @@ 211 211 (% style="text-align: center;" %) 212 212 213 213 )))|(% style="width:102px" %)((( 214 -((( 215 215 (% style="text-align: center;" %) 216 -[[**~[Anfrage~]**>>mailto:[email protected]?subject=Buchungsanfrage&body=Schulung%3A%20%22Ausbildung%20zum%20Sicherheitsbeauftragten%22%20%0ATermin%3A%2016.%20%26%2024.04.2024%0ATeilnehmer*innen%3A%20%0ARechnungsempf%C3%A4nger%3A]] 217 - 218 -(% style="text-align: center;" %) 219 219 [[**~[Anfrage~]**>>mailto:[email protected]?subject=Buchungsanfrage&body=Schulung%3A%20%22Ausbildung%20zum%20Sicherheitsbeauftragten%22%20%0ATermin%3A%2009.%20%26%2017.07.2024%0ATeilnehmer*innen%3A%20%0ARechnungsempf%C3%A4nger%3A]] 220 220 221 221 (% style="text-align: center;" %) 222 222 [[**~[Anfrage~]**>>mailto:[email protected]?subject=Buchungsanfrage&body=Schulung%3A%20%22Ausbildung%20zum%20Sicherheitsbeauftragten%22%20%0ATermin%3A%2001.%20%26%2009.10.2024%0ATeilnehmer*innen%3A%20%0ARechnungsempf%C3%A4nger%3A]] 223 -))) 224 224 )))|(% style="width:102px" %)((( 225 225 (% style="text-align: center;" %) 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** 321 +{{velocity}} 322 +#set ($title = 'Ausbildung zum Brandschutzhelfer') 323 +#if ($curwiki != $null) 324 +#set ($vidtoshow = $null) 325 +#foreach ($child in $doc.getChildren()) 326 +#if ($child.toString().contains($title)) 327 +#set ($vidtoshow = $child) 328 +#break 329 +#end 330 +#end 331 +#if ($vidtoshow == $null || $xwiki.getDocument($vidtoshow).getContent().contains('video url') == false) 332 +**$title** 333 +#else 334 +[[$title>>||queryString="doctoshow=$escapetool.url($vidtoshow)"]] 335 +#end 336 +#else 337 +**$title** 338 +#end 339 +{{/velocity}} 230 230 231 231 Präsenz-Schulung 232 232 )))|(% style="width:711px" %)(((