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
Show line numbers
{{velocity}} #set ($discard = $xwiki.jsx.use('XWiki.AllAttachments')) ## #set ($collist = ['filename', 'doc.name', 'doc.space', 'date', 'author', 'type']) #set ($colprops = { 'filename' : { 'type' : 'text', 'size' : 10 }, 'doc.name' : { 'type' : 'text', 'size' : 10 }, 'doc.space' : { 'type' : 'text', 'size' : 10 }, 'date' : { 'type' : 'date', 'size' : 10, 'filterable' : false }, 'author' : { 'type' : 'text', 'size' : 10 }, 'type' : { 'sortable' : false } }) #set($options = { 'url' : $xwiki.getURL('XWiki.AllAttachmentsResults', 'get', 'xpage=plain&outputSyntax=plain'), 'callback' : 'XWiki.index.displayAttachmentEntry', 'translationPrefix' : 'xe.index.attachments.' }) #livetable('allattachments' $collist $colprops $options) (% id="inaccessibleDocsMessage" class="hidden" %) ((( {{info}}$msg.get('rightsmanager.documentrequireviewrights'){{/info}} ))) {{/velocity}}