Wiki source code of User Directory

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

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