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
Show line numbers
{{velocity}} #set($collist = ['doc.name', 'doc.space', 'doc.date', 'doc.author']) #set($colprops = { 'doc.name' : { 'type' : 'text' , 'size' : 30, 'link' : 'view' }, 'doc.space' : { 'type' : 'text', 'link' : 'space' }, 'doc.date' : { 'type' : 'date' }, 'doc.author' : { 'type' : 'text', 'link' : 'author' } }) #set($options = { 'translationPrefix' : 'xe.index.', 'rowCount' : 15, 'description' : 'This table lists all the documents found on this wiki. The columns can be sorted and some can be filtered.' }) #if(!$isGuest) #set($discard = $collist.add('_actions')) #set($discard = $colprops.put('_actions', { 'actions' : ['copy', 'delete', 'rename', 'rights'] })) #end #livetable('alldocs' $collist $colprops $options) {{/velocity}}