Changes for page User Directory

Last modified by Ecaterina Valica on 2016/11/17 15:21

From version 13.1
edited by JeromeVelociter
on 2011/03/25 11:50
Change comment: Imported from XAR
To version 6.1
edited by Guillaume Lerouge
on 2010/03/12 16:23
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -$msg.get("xe.userdirectory.title")
1 +User Directory
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.JeromeVelociter
1 +xwiki:XWiki.GuillaumeLerouge
Content
... ... @@ -1,2 +1,16 @@
1 -{{include document="XWiki.XWikiGroupSheet"}}
1 +{{velocity}}
2 +#set($blacklistedSpaces = "[]")
3 +#set($collist = ["_avatar", "first_name","last_name", "doc.creationDate"])
4 +#set($colprops = {
5 + "_avatar" : { "type" : "text" , "size" : 30, "link" : "view"},
6 + "first_name" : { "type" : "text", "link" : "view"},
7 + "last_name" : { "type" : "text", "link" : "view"},
8 + "doc.creationDate" : { "type" : "text", "link" : "none"}
9 + })
10 +#set($options = { "className" : "XWiki.XWikiUsers",
11 + "rowCount": 15,
12 + "description": "This table lists all the documents found on this wiki. The columns can be sorted and some can be filtered." })
13 +#livetable("alldocs" $collist $colprops $options)
14 +{{/velocity}}
2 2  
16 +