Changes for page Users

From version 17.1
edited by Andrea Omicini
on 12/11/2021 11:40
Change comment: There is no comment for this version
To version 14.1
edited by Andrea Omicini
on 22/10/2021 18:20
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,0 +1,1 @@
1 +#set($title='Users')#if($xcontext.language=='it')#set($title='Utenti')#end$title
Content
... ... @@ -1,4 +2,3 @@
1 -={{stringIta string="Utenti di "/}}{{apice/}}{{stringEng string=" Users"/}}=
2 2  {{velocity}}
3 3  #### Set Users Lists
4 4  #set($almamaterList = ['AntonioNatali'])
... ... @@ -55,13 +55,12 @@
55 55  #set($xwikiUserName = "XWiki." + $tipolosco)#set( $xwikiUserDoc = $xwiki.getDocument($xwikiUserName) )
56 56  * [[$xwikiUserDoc.display('first_name') **$xwikiUserDoc.display('last_name')**>>$xwikiUserName]]
57 57  #end
58 -#end
59 59  
60 60  >{{stringEngIta eng="Gone" ita="Passati"/}}
61 61  
62 -#foreach($tipolosco in $goneList)
60 +#foreach ($tipolosco in $goneList)
63 63  #set($xwikiUserName = "XWiki." + $tipolosco)#set( $xwikiUserDoc = $xwiki.getDocument($xwikiUserName) )
64 64  #set($xwikiUserName = "XWiki." + $tipolosco)#set( $xwikiUserDoc = $xwiki.getDocument($xwikiUserName) )
65 65  * [[$xwikiUserDoc.display('first_name') **$xwikiUserDoc.display('last_name')**>>$xwikiUserName]]
66 -#end
64 +
67 67  {{/velocity}}