Wiki source code of User Directory

Version 7.1 by Guillaume Lerouge on 2010/03/12 16:23

Hide last authors
JeromeVelociter 1.1 1 {{velocity}}
Guillaume Lerouge 7.1 2 #set($blacklistedSpaces = [])
JeromeVelociter 1.1 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 })
JeromeVelociter 2.1 10 #set($options = { "className" : "XWiki.XWikiUsers",
JeromeVelociter 1.1 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}}
15
16