General Actions:
Log-in
Register
Wiki:
Main wiki
▼
:
Document Index
»
Space:
WorkspaceManager
▼
:
Document Index
»
Page:
WebHome
Search
en
Page Actions:
Export
▼
:
Export as PDF
Export as RTF
Export as HTML
More actions
▼
:
Print preview
View Source
Main wiki
»
Browse Workspaces
Wiki source code of
Browse Workspaces
Last modified by
Administrator
on 2012/03/21 17:40
Content
·
Comments
(0)
·
Annotations
(0)
·
Attachments
(0)
·
History
·
Information
Show line numbers
{{velocity}} #set($columns = ['wikiprettyname', 'description', 'owner', 'membershipType']) #set($columnsProperties = { 'wikiprettyname' : { 'type' : 'text', 'link' : 'field' }, 'description' : { 'type' : 'text' , 'size' : 50 }, 'owner' : { 'type' : 'text', 'link' : 'field' }, 'membershipType' : { 'type' : 'text', 'class' : 'WorkspaceManager.WorkspaceClass'} }) #set($options = { 'className' : 'XWiki.XWikiServerClass', 'rowCount' : 10, 'resultPage' : 'WorkspaceManager.BrowseWorkspacesLiveTableResults', 'translationPrefix' : 'workspacemanager.browse.' }) #if(!$isGuest) #set($discard = $columns.add('_actions')) #set($discard = $columnsProperties.put('_actions', { 'actions' : ['join', 'requestJoin', 'cancelJoinRequest', 'viewInvitation', 'leave', 'delete'] })) #end [[Create a new Workspace>>CreateNewWorkspace]] #livetable('workspaces', $columns, $columnsProperties, $options) {{/velocity}}