Modifications pour le document Documentation publique
Modifié par Antoine Lombard le 2023/06/23 09:28
Depuis la version 1.1
modifié par Florent Charton
sur 2023/01/12 09:54
sur 2023/01/12 09:54
Commentaire de modification :
Il n'y a aucun commentaire pour cette version
À la version 1.4
modifié par Florent Charton
sur 2023/01/12 10:09
sur 2023/01/12 10:09
Commentaire de modification :
Ajout d'objet
Résumé
-
Objets (1 modifications, 0 ajouts, 1 suppressions)
Détails
- 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 +{{spaceindex/}} - position
-
... ... @@ -1,1 +1,1 @@ 1 - 1,21 +2, 1 - title
-
... ... @@ -1,1 +1,1 @@ 1 -$services.localization.render(' platform.dashboard.space.tagcloud', [$doc.plainTitle])1 +$services.localization.render('rendering.macro.spaceindex.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