Wiki Home » Panels » Spaces

Spaces

Last modified by Administrator on 2006/12/15 10:10
Name
Spaces
Panel type
view
Category
Navigation
Description

Displays the spaces available in the wiki.

Content

#panelheader("Spaces")
#set($spaces = $xwiki.spaces)
#set($first = true)
#foreach($space in $spaces)
#if($first)
#set($first = false)
#else
<span class="pitemseparator">|</span>
#end
#if($space == $doc.web)
<span class="panelitem currentspace">[$space>${space}.WebHome]</span>
#else
<span class="panelitem">[$space>${space}.WebHome]</span>
#end
#end
#panelfooter()

Tags:
Created by Administrator on 2006/07/22 12:52

Copyright 2004-2025 XWiki
4.0-milestone-1