General Actions:
Log-in
Register
Wiki:
games
▼
:
Document Index
»
Space:
XWiki
▼
:
Document Index
»
Page:
Tableview
Search
default
Page Actions:
Export
▼
:
Export as PDF
Export as RTF
Export as HTML
More actions
▼
:
Print preview
View Source
Wiki Home
»
Documents on this Wiki
»
Index
Wiki source code of
Index
Last modified by
Administrator
on 2011/11/06 20:09
Content
·
Comments
(0)
·
Annotations
(0)
·
Attachments
(0)
·
History
·
Information
Hide line numbers
1: {{velocity}} 2: #set($collist = ['doc.name', 'doc.space', 'doc.date', 'doc.author']) 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: }) 9: #set($options = { 10: '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: }) 14: #if(!$isGuest) 15: #set($discard = $collist.add('_actions')) 16: #set($discard = $colprops.put('_actions', { 'actions' : ['copy', 'delete', 'rename', 'rights'] })) 17: #end 18: #livetable('alldocs' $collist $colprops $options) 19: {{/velocity}}