Dashboard
Log-in
|
Main
:
Welcome to your wiki
>
Dashboard
Top Menu
Show
:
Comments
Attachments
History
Information
Stampa
:
Stampa
Anteprima di stampa
Esporta come PDF
Esporta in formato RTF
Esporta come HTML
Esporta in formato XAR
Wiki source code of
Dashboard
Show line numbers
## ## XWiki Dashboard ## ## This dashboard can be used for both wikis (Main.WebHome) ## and spaces (*.WebHome). ## #set($isSpaceDashboard = false) #if($doc.space != "Main") #set($isSpaceDashboard = true) #end 1.1 $msg.get("xe.dashboard.wiki") <div> <div id="dashboardleft" style="float:left; width: 44.9%;"> ## ## Left column. ## <div style="padding-right:20px;"> #if(!$isSpaceDashboard) ## ## Wiki spaces and tags ## <h3>$msg.get("xe.dashboard.wiki.spaces")</h3> #includeInContext("Main.Spaces") <h3>$msg.get("xe.dashboard.wiki.tagcloud")</h3> #includeInContext("XWiki.TagCloud") #else ## ## Space documents and tags ## <h3>$msg.get("xe.dashboard.space.documents", [$doc.space])</h3> #set($docNames = $xwiki.getSpaceDocsName($doc.space)) #displayDocumentList($docNames false $blacklistedSpaces) <h3>$msg.get("xe.dashboard.wiki.tagcloud")</h3> #set($tagCloudSpace = $doc.space) #includeInContext("XWiki.TagCloud") #end </div> </div> <div id="dashboardright" style="float:left; width: 55.1%;"> ## ## Right column ## <div style="padding-left: 20px;"> ## ## Recent changes ## #if(!$isSpaceDashboard) <h3>$msg.get("xe.dashboard.wiki.recentchanges")</h3> #else <h3>$msg.get("xe.dashboard.space.recentchanges", [$doc.space])</h3> ## Set variables to limit recent changes to the current space and 15 items. #set($rcSpace = [$doc.space]) #set($rcChangesNb = 15) #end #includeInContext("Main.RecentChanges") </div> </div> <div style="clear:both; margin-bottom: 40px;"><!-- --></div> </div>
Search
Quick Links
Wiki Dashboard
Document Index
Blog
Sandbox
My Recent Modifications
dany
|
marco