General Actions:
Log-in
Register
Home
▼
:
Wiki Index
Document Index
User Index
»
Space:
WikiManager
▼
:
Document Index
»
Page:
WebHome
Search
Page Actions:
Export
▼
:
Export as PDF
Export as RTF
Export as HTML
More actions
▼
:
Print preview
View Source
Welcome to the CB-NL Wiki
»
Browse Wikis
Wiki source code of
Browse Wikis
Last modified by
Administrator
on 2013/12/17 21:44
Content
·
Comments
(0)
·
Attachments
(0)
·
History
·
Information
Show line numbers
{{velocity}} ## Load the User Picker style for the wiki owner column. #set($discard = $xwiki.ssfx.use('uicomponents/widgets/userpicker/userPicker.css')) #set($columns = ['wikiprettyname', 'description', 'owner', 'membershipType']) #set($columnsProperties = { 'wikiprettyname' : { 'type' : 'text', 'link' : 'field' }, 'description' : { 'type' : 'text' , 'size' : 50, 'html' : 'true' }, 'owner' : { 'type' : 'text', 'size' : 10, 'html' : 'true' }, 'membershipType' : { 'sortable': false, 'filterable': false} }) #set($options = { 'className' : 'XWiki.XWikiServerClass', 'rowCount' : 10, 'resultPage' : 'WikiManager.WikisLiveTableResults', 'translationPrefix' : 'platform.wiki.browse.' }) #if(!$isGuest) #set($discard = $columns.add('_actions')) #set($discard = $columnsProperties.put('_actions', { 'actions' : ['join', 'requestJoin', 'cancelJoinRequest', 'viewInvitation', 'leave', 'edit', 'delete'] })) #end #livetable('wikis', $columns, $columnsProperties, $options) {{/velocity}}