Wiki source code of User Directory

Version 10.1 by Guillaume Lerouge on 2010/03/12 16:24

Show last authors
1 {{velocity}}
2 #foreach($item in $blacklistedSpaces)
3 $item
4 #end
5 #set($collist = ["_avatar", "first_name","last_name", "doc.creationDate"])
6 #set($colprops = {
7 "_avatar" : { "type" : "text" , "size" : 30, "link" : "view"},
8 "first_name" : { "type" : "text", "link" : "view"},
9 "last_name" : { "type" : "text", "link" : "view"},
10 "doc.creationDate" : { "type" : "text", "link" : "none"}
11 })
12 #set($options = { "className" : "XWiki.XWikiUsers",
13 "rowCount": 15,
14 "description": "This table lists all the documents found on this wiki. The columns can be sorted and some can be filtered." })
15 #livetable("alldocs" $collist $colprops $options)
16 {{/velocity}}