<
Depuis la version < 2.1 >
modifié par Quentin / Zèbre STURER
sur 2021/12/09 19:31
À la version < 1.3 >
modifié par Quentin / Zèbre STURER
sur 2021/12/09 19:31
>
Commentaire de modification : Objet supprimé

Résumé

Détails

Icon XWiki.GadgetClass[3]
content
... ... @@ -1,4 +1,4 @@
1 -{{menu type="vertical"}}
1 +{{menu}}
2 2  branches
3 3  contact
4 4  test
Icon XWiki.GadgetClass[1]
content
... ... @@ -1,0 +1,8 @@
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,0 +1,1 @@
1 +1,2
title
... ... @@ -1,0 +1,1 @@
1 +$services.localization.render('platform.dashboard.space.tagcloud', [$doc.plainTitle])
Icon 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
This wiki is licensed under a Creative Commons 2.0 license
XWiki 13.10 - Documentation - Conditions