Wiki Spaces
Log-in
|
Main
:
Wiki Spaces
Top Menu
Show
:
Comments
Attachments
History
Information
Print
:
Print
Print preview
Export as PDF
Export as RTF
Export as HTML
Export as XAR
Wiki code for
Wiki Spaces
Hide Line numbers
1: <div align="center"> 2: #if($request.space) 3: #if($request.confirm=="1") 4: #foreach($item in $xwiki.getSpaceDocsName($request.space)) 5: * Deleting $item $xwiki.getDocument("${request.space}.${item}").delete() 6: #end 7: #else 8: [Confirm delete space ${request.space}>$doc.fullName?space=${request.space}&confirm=1] 9: 1.1 List of docs that will be deleted 10: #foreach($item in $xwiki.getSpaceDocsName($request.space)) 11: * $item 12: #end 13: #end 14: #else 15: {table} 16: Space | List of Pages 17: #foreach($space in $xwiki.spaces) 18: #if ($space != ’XWiki’ and $space != ’Panels’ and $space != ’Scheduler’ and $space != ’Stats’ and $space != ’Photos’) 19: [$space>${space}.WebHome] | <div align="center">[List>Main.SpaceIndex?space=${space}]</div> 20: #end 21: #end 22: {table} 23: #end 24: </div>
Search
Quick Links
Home
Wiki Spaces
This Space Pages
Public Calendar
Blog
What's New
Help