Changes for page Users

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

Summary

Details

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