Wiki source code of Index

Last modified by Administrator on 2010/03/20 15:46

Show last authors
1 {{velocity}}
2 #set($collist = ["doc.name", "doc.space","doc.date", "doc.author", "_actions"])
3 #set($colprops = {
4 "doc.name" : { "type" : "text" , "size" : 30, "link" : "view"},
5 "doc.space" : { "type" : "text", "link" : "space"},
6 "doc.date" : { "type" : "date" },
7 "doc.author" : { "type" : "text", "link" : "author"},
8 "_actions" : {"actions": ["copy","delete","rename","rights"]}
9 })
10 #set($options = { "translationPrefix" : "xe.index.",
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}}