From version 1.1 >
edited by etvc developer
on 2019/09/23 15:26
To version < 8.2 >
edited by etvc developer
on 2019/09/23 15:59
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,1 +1,9 @@
1 +{{velocity}}
2 +#if($doc.fullName!="AGACode._codePublic.PublicDashboard")
3 + #set($displayDocExtra = false)
4 + #set($displayShortcuts = false)
5 + $xwiki.ssx.use('AGACode._codePublic.PublicWebPagesStyleSheet')
6 +#end
7 +{{/velocity}}
8 +
1 1  {{dashboard/}}
XWiki.GadgetClass[0]
content
... ... @@ -1,9 +1,1 @@
1 -{{velocity}}
2 -#set ($extraParams = '')
3 -#if ($doc.space != 'Main')
4 - #set ($escapedDocumentReference = $services.rendering.escape($services.model.serialize($doc.documentReference,
5 - 'default'), 'xwiki/2.1'))
6 - #set ($extraParams = "root='document:$escapedDocumentReference'")
7 -#end
8 -{{documentTree showTranslations="false" showAttachments="false" $extraParams /}}
9 -{{/velocity}}
1 +{{include reference="AGACode._codePublic.PublicWebHome" context="NEW"/}}
position
... ... @@ -1,1 +1,1 @@
1 -1,1
1 +1, 1
title
... ... @@ -1,1 +1,1 @@
1 -#if ($doc.space == 'Main')$services.localization.render('platform.dashboard.wiki.pages')#{else}$services.localization.render('platform.dashboard.space.documents', [$doc.plainTitle])#end
1 +$services.localization.render('rendering.macro.include.name')
XWiki.GadgetClass[1]
content
... ... @@ -1,8 +1,1 @@
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}}
1 +{{include reference="Blog.WebHome" context="NEW"/}}
position
... ... @@ -1,1 +1,1 @@
1 -1,2
1 +2, 1
title
... ... @@ -1,1 +1,1 @@
1 -$services.localization.render('platform.dashboard.space.tagcloud', [$doc.plainTitle])
1 +$services.localization.render('rendering.macro.include.name')
XWiki.GadgetClass[2]
content
... ... @@ -1,8 +1,0 @@
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,1 +1,0 @@
1 -2,1
title
... ... @@ -1,1 +1,0 @@
1 -#if ($doc.space != 'Main')$services.localization.render('platform.dashboard.space.activity', [$doc.plainTitle])#{else}$services.localization.render('platform.dashboard.wiki.activity')#end