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
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 ## <h3>$msg.get("xe.dashboard.space.documents", [$doc.space])</h3> #set($docNames = $xwiki.getSpaceDocsName($doc.space)) #displayDocumentList($docNames false $blacklistedSpaces) #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
L3D Calendar
Wiki Dashboard
Document Index
Blog
Sandbox
Recently Modified
XWiki Scheduler Job Class
|
XWiki Preferences
|
XWikiAllGroup