General Actions:
Log-in
Register
Wiki:
Main wiki
▼
:
Document Index
»
Space:
XWiki
▼
:
Document Index
»
Page:
ExternalLinks
Search
en
Page Actions:
Export
▼
:
Export as PDF
Export as RTF
Export as HTML
More actions
▼
:
Print preview
View Source
Main wiki
»
Documents on this Wiki
»
External Links
Wiki source code of
External Links
Last modified by
Administrator
on 2012/03/21 17:40
Content
·
Comments
(0)
·
Annotations
(0)
·
Attachments
(0)
·
History
·
Information
Hide line numbers
1: {{velocity}} 2: #set($columns = [ 'link', 'page', 'code', 'date']) 3: #set($columnsProperties = { 4: 'link' : { 'type' : 'text' }, 5: 'page' : { 'type' : 'text' }, 6: 'code' : { 'type' : 'text' }, 7: 'date' : { 'type' : 'text' } 8: }) 9: #set($options = { 10: 'resultPage': 'XWiki.ExternalLinksJSON', 11: 'translationPrefix' : 'platform.linkchecker.livetable.', 12: 'rowCount' : 15, 13: 'description' : 'This table lists the states of all external links found on this wiki. The columns can be sorted.' 14: }) 15: #livetable('links' $columns $columnsProperties $options) 16: {{/velocity}}