General Actions:
Log-in
Register
Wiki:
games
▼
:
Document Index
»
Space:
XWiki
▼
:
Document Index
»
Page:
AdminElementsSheet
Search
en
Page Actions:
Export
▼
:
Export as PDF
Export as RTF
Export as HTML
More actions
▼
:
Print preview
View Source
Wiki Home
»
XWiki Space
»
XWiki Preferences
»
AdminSheet
»
AdminElementsSheet
Wiki source code of
AdminElementsSheet
Last modified by
Administrator
on 2011/11/06 20:09
Content
·
Comments
(0)
·
Annotations
(0)
·
Attachments
(0)
·
History
·
Information
Hide line numbers
1: {{velocity output="false"}} 2: ### Choose the page elements to display, globally and at space level. 3: #if ("$!editor" == 'globaladmin') 4: #set ($legend = ['header', 'panels', 'docextra', 'footer']) 5: #else 6: #set ($legend = ['header', 'panels', 'docextra']) 7: #end 8: #set ($params = $util.hashMap) 9: #set ($params.header = ['title', 'meta']) 10: #set ($params.panels = ['showLeftPanels', 'leftPanels', 'showRightPanels', 'rightPanels']) 11: #set ($params.docextra = ['showannotations', 'showcomments', 'showattachments', 'showhistory', 'showinformation']) 12: #if ("$!editor" == 'globaladmin') 13: #set ($params.footer = ['webcopyright', 'version']) 14: #end 15: {{/velocity}} 16: 17: {{include document="XWiki.AdminFieldsDisplaySheet" /}}