一般动作
登录
Wiki:
BROPEN
▼
:
Document Index
»
Space:
Dashboard
▼
:
Document Index
»
Page:
WebHome
搜索
default
页面动作
导出
▼
:
以PDF格式导出
以RTF格式导出
以HTML格式导出
更多动作
▼
:
打印预览
察看源码
欢迎进入Wiki
»
Dashboard
Wiki源代码
Dashboard
在2013-11-20 16:23上被
Administrator
修改
内容
·
评论
(0)
·
附件
(0)
·
记录
·
信息
显示行号
{{velocity}} #set($displayDashboard = true) #if ($xcontext.user != 'XWiki.XWikiGuest') ## get the preferences of the current user #set($userDbPrefs = $xwiki.getDocument($xcontext.user).getObject('Dashboard.UserDashboardPreferencesClass')) #if ($userDbPrefs) ## if the object exists, use the object value #set($prefValue = $userDbPrefs.getProperty('displayOnMainPage').value) #else ## if the object does not exist, use the default value of the property in the class #set($userPrefClass = $xwiki.getClass('Dashboard.UserDashboardPreferencesClass')) #set($displayOnMainPageProp = $userPrefClass.get('displayOnMainPage')) #set($prefValue = $displayOnMainPageProp.getProperty('defaultValue').value) #end #if ($prefValue && $prefValue > 0) #set($dashboardObjects = $xwiki.getDocument($xcontext.user).getObjects('XWiki.GadgetClass')) #if ($dashboardObjects.size() > 0) {{dashboard source = "$xcontext.user" /}} #set($displayDashboard = false) #else #set($editDashboardLabel = $services.localization.render('platform.dashboard.wiki.personal.empty.edit')) #set($editDashboardUrl = $xwiki.getURL($xcontext.user, 'inline', 'category=dashboard')) {{info}}{{html}}$services.localization.render('platform.dashboard.wiki.personal.empty', ["<a href='${editDashboardUrl}'>$editDashboardLabel</a>"]){{/html}}{{/info}} #set($displayDashboard = true) #end #end #end #if($displayDashboard) {{dashboard/}} #end {{/velocity}}
快速链接
首页
新闻动态
FAQ