Changes for page Academy
Last modified by Erik Bakker on 2024/09/24 16:12
To version 1.1
edited by Erik Bakker
on 2022/04/21 13:45
on 2022/04/21 13:45
Change comment:
There is no comment for this version
Summary
-
Objects (2 modified, 1 added, 0 removed)
Details
- XWiki.GadgetClass[0]
-
- content
-
... ... @@ -5,5 +5,5 @@ 5 5 'default'), 'xwiki/2.1')) 6 6 #set ($extraParams = "root='document:$escapedDocumentReference'") 7 7 #end 8 -{{documentTree showTranslations="false" showAttachments="false" compact="true"/}}8 +{{documentTree showTranslations="false" showAttachments="false" $extraParams /}} 9 9 {{/velocity}}
- XWiki.GadgetClass[1]
-
- content
-
... ... @@ -1,1 +1,8 @@ 1 -{{documentTree showTranslations="false" showAttachments="false" compact="true" root="document:xwiki:Main.eMagiz%20Academy"/}} 1 +{{velocity}} 2 +#set($tagSpace = $NULL) 3 +#if ($doc.space != "Main") 4 + #set($tagSpace = $services.rendering.escape($doc.space, 'xwiki/2.1')) 5 +#end 6 + 7 +{{tagcloud space="$!tagSpace" /}} 8 +{{/velocity}} - position
-
... ... @@ -1,1 +1,1 @@ 1 -1, 1 +1,2 - title
-
... ... @@ -1,1 +1,1 @@ 1 -$services.localization.render('r endering.macro.documentTree.name')1 +$services.localization.render('platform.dashboard.space.tagcloud', [$doc.plainTitle])
- XWiki.GadgetClass[2]
-
- content
-
... ... @@ -1,0 +1,8 @@ 1 +{{velocity}} 2 +#set($aSpace = $NULL) 3 +#if ($doc.space != "Main") 4 + #set ($aSpace = $services.rendering.escape($doc.space, 'xwiki/2.1')) 5 +#end 6 + 7 +{{notifications spaces="$!aSpace" useUserPreferences="false" displayOwnEvents="true" /}} 8 +{{/velocity}} - position
-
... ... @@ -1,0 +1,1 @@ 1 +2,1 - title
-
... ... @@ -1,0 +1,1 @@ 1 +#if ($doc.space != 'Main')$services.localization.render('platform.dashboard.space.activity', [$doc.plainTitle])#{else}$services.localization.render('platform.dashboard.wiki.activity')#end