Changes for page Users

From version 15.1
edited by Andrea Omicini
on 22/10/2021 18:21
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'])
... ... @@ -58,8 +58,9 @@
58 58  
59 59  >{{stringEngIta eng="Gone" ita="Passati"/}}
60 60  
61 -#foreach ($tipolosco in $goneList)
62 +#foreach($tipolosco in $goneList)
62 62  #set($xwikiUserName = "XWiki." + $tipolosco)#set( $xwikiUserDoc = $xwiki.getDocument($xwikiUserName) )
63 63  #set($xwikiUserName = "XWiki." + $tipolosco)#set( $xwikiUserDoc = $xwiki.getDocument($xwikiUserName) )
64 64  * [[$xwikiUserDoc.display('first_name') **$xwikiUserDoc.display('last_name')**>>$xwikiUserName]]
66 +#end
65 65  {{/velocity}}