General Actions:
Log-in
Wiki:
L3D's Wiki
▼
:
Document Index
»
Space:
Main
▼
:
Document Index
»
Page:
Dashboard
Search
Page Actions:
Export
▼
:
Export as PDF
Export as RTF
Export as HTML
More actions
▼
:
Print preview
View Source
Welcome to your wiki
»
Dashboard
Wiki source code of
Dashboard
Last modified by
Administrator
on 2009/01/30 07:13
Content
·
Comments
(0)
·
Attachments
(0)
·
History
·
Information
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 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: #end 35: </div> 36: </div> 37: <div id="dashboardright" style="float:left; width: 55.1%;"> 38: ## 39: ## Right column 40: ## 41: <div style="padding-left: 20px;"> 42: ## 43: ## Recent changes 44: ## 45: #if(!$isSpaceDashboard) 46: <h3>$msg.get("xe.dashboard.wiki.recentchanges")</h3> 47: #else 48: <h3>$msg.get("xe.dashboard.space.recentchanges", [$doc.space])</h3> 49: ## Set variables to limit recent changes to the current space and 15 items. 50: #set($rcSpace = [$doc.space]) 51: #set($rcChangesNb = 15) 52: #end 53: #includeInContext("Main.RecentChanges") 54: </div> 55: </div> 56: <div style="clear:both; margin-bottom: 40px;"><!-- --></div> 57: </div>
Search
Quick Links
L3D Calendar
Wiki Dashboard
Document Index
Blog
Sandbox
Recently Modified
XWiki Scheduler Job Class
|
XWiki Preferences
|
XWikiAllGroup