General Actions:
Log-in
Register
Wiki:
games
▼
:
Document Index
»
Space:
XWiki
▼
:
Document Index
»
Page:
AllAttachments
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
»
Attachments
Wiki source code of
Attachments
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 ($discard = $xwiki.jsx.use('XWiki.AllAttachments')) 3: ## 4: #set ($collist = ['filename', 'doc.name', 'doc.space', 'date', 'author', 'type']) 5: #set ($colprops = { 6: 'filename' : { 'type' : 'text', 'size' : 10 }, 7: 'doc.name' : { 'type' : 'text', 'size' : 10 }, 8: 'doc.space' : { 'type' : 'text', 'size' : 10 }, 9: 'date' : { 'type' : 'date', 'size' : 10, 'filterable' : false }, 10: 'author' : { 'type' : 'text', 'size' : 10 }, 11: 'type' : { 'sortable' : false } 12: }) 13: #set($options = { 'url' : $xwiki.getURL('XWiki.AllAttachmentsResults', 'get', 'xpage=plain&outputSyntax=plain'), 14: 'callback' : 'XWiki.index.displayAttachmentEntry', 15: 'translationPrefix' : 'xe.index.attachments.' }) 16: #livetable('allattachments' $collist $colprops $options) 17: 18: (% id="inaccessibleDocsMessage" class="hidden" %) 19: ((( 20: {{info}}$msg.get('rightsmanager.documentrequireviewrights'){{/info}} 21: ))) 22: {{/velocity}}