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
Hide line numbers
1: ## 2: ## XWiki Dashboard 3: ## 4: ## This dashboard can be used for both wikis (Main.WebHome) 5: ## and spaces (*.WebHome). 6: ## 7: #set($isSpaceDashboard = false) 8: #if($doc.space != "Main") 9: #set($isSpaceDashboard = true) 10: #end 11: 1.1 $msg.get("xe.dashboard.wiki") 12: 13: <div> 14: <div id="dashboardleft" style="float:left; width: 44.9%;"> 15: ## 16: ## Left column. 17: ## 18: <div style="padding-right:20px;"> 19: #if(!$isSpaceDashboard) 20: ## 21: ## Wiki spaces and tags 22: ## 23: <h3>$msg.get("xe.dashboard.wiki.spaces")</h3> 24: #includeInContext("Main.Spaces") 25: <h3>$msg.get("xe.dashboard.wiki.tagcloud")</h3> 26: #includeInContext("XWiki.TagCloud") 27: #else 28: ## 29: ## Space documents and tags 30: ## 31: <h3>$msg.get("xe.dashboard.space.documents", [$doc.space])</h3> 32: #set($docNames = $xwiki.getSpaceDocsName($doc.space)) 33: #displayDocumentList($docNames false $blacklistedSpaces) 34: <h3>$msg.get("xe.dashboard.wiki.tagcloud")</h3> 35: #set($tagCloudSpace = $doc.space) 36: #includeInContext("XWiki.TagCloud") 37: #end 38: </div> 39: </div> 40: <div id="dashboardright" style="float:left; width: 55.1%;"> 41: ## 42: ## Right column 43: ## 44: <div style="padding-left: 20px;"> 45: ## 46: ## Recent changes 47: ## 48: #if(!$isSpaceDashboard) 49: <h3>$msg.get("xe.dashboard.wiki.recentchanges")</h3> 50: #else 51: <h3>$msg.get("xe.dashboard.space.recentchanges", [$doc.space])</h3> 52: ## Set variables to limit recent changes to the current space and 15 items. 53: #set($rcSpace = [$doc.space]) 54: #set($rcChangesNb = 15) 55: #end 56: #includeInContext("Main.RecentChanges") 57: </div> 58: </div> 59: <div style="clear:both; margin-bottom: 40px;"><!-- --></div> 60: </div>
Search
Quick Links
Wiki Dashboard
Document Index
Blog
Sandbox
My Recent Modifications
dany
|
marco