Allgemeine Aktionen:
Anmelden
Wiki
▼
:
Dokumentenindex
»
Space:
Main
▼
:
Dokumentenverzeichnis
»
Seite:
Dashboard
Suche
Aktionen:
Exportieren
▼
:
Als PDF exportieren
Als RTF exportieren
Als HTML exportieren
Weitere Aktionen
▼
:
Druckvorschau
Zeige den Quellcode
Willkommen in den metamagix Wikis!
»
Dashboard
Wiki-Quellcode von
Dashboard
Zuletzt geändert von
Administrator
am 2009/09/09 02:00
Inhalt
·
Kommentare
(0)
·
Anmerkungen
(0)
·
Anhänge
(0)
·
Historie
·
Information
Zeilennummern anzeigen
{{velocity wiki="true"}} ## ## XWiki Dashboard ## ## This dashboard can be used for both wikis (Main.WebHome) ## and spaces (*.WebHome). ## $xwiki.ssx.use('Main.Dashboard')## #set ($isSpaceDashboard = false) #if ($doc.space != "Main") #set ($isSpaceDashboard = true) #end (% class="dashboard" %) ((( (% class="dashboardleft" %) ((( ## ## Left column. ## (% class="dashboardleftcontent" %) ((( #if (!$isSpaceDashboard) ## ## Wiki spaces and tags ## = $msg.get("xe.dashboard.wiki.spaces") = {{include document="Main.Spaces"/}} = $msg.get("xe.dashboard.wiki.tagcloud") = {{include document="XWiki.TagCloud"/}} #else ## ## Space documents and tags ## = $msg.get("xe.dashboard.space.documents", [$doc.space]) = #set ($docNames = $xwiki.getSpaceDocsName($doc.space)) {{html}} #displayDocumentList($docNames false []) ## Note: we pass an empty blacklistedSpaces list since we are used as a space dashboard, not a global dashboard {{/html}} = $msg.get("xe.dashboard.wiki.tagcloud") = #set ($tagCloudSpace = $doc.space) {{include document="XWiki.TagCloud"/}} #end ))) ))) (% class="dashboardright" %) ((( ## ## Right column ## (% class="dashboardrightcontent" %) ((( ## ## Recent changes ## #if (!$isSpaceDashboard) = $msg.get("xe.dashboard.wiki.recentchanges") = #else = $msg.get("xe.dashboard.space.recentchanges", [$doc.space]) = ## Set variables to limit recent changes to the current space and 15 items. #set ($rcSpace = [$doc.space]) #set ($rcChangesNb = 15) #end {{include document="Main.RecentChanges"/}} ))) ))) (% class="dashboardspacer" %) (((~ ))) ))) {{/velocity}}