General Actions:
Log-in
Wiki:
L3D's Wiki
▼
:
Document Index
»
Space:
XWiki
▼
:
Document Index
»
Page:
XWikiUserPreferencesSheet
Search
Page Actions:
Export
▼
:
Export as PDF
Export as RTF
Export as HTML
More actions
▼
:
Print preview
View Source
XWikiUsers
»
XWikiUserSheet
»
XWikiUserPreferencesSheet
Wiki source code of
XWikiUserPreferencesSheet
Last modified by
Administrator
on 2011/03/02 17:34
Content
·
Comments
(0)
·
Attachments
(0)
·
History
·
Information
Show line numbers
{{velocity}} #set($obj = $doc.getObject("XWiki.XWikiUsers")) #if(!$obj) {{info}}$msg.get('xe.admin.users.applyonusers'){{/info}}## #else $doc.use($obj) $xwiki.ssx.use('XWiki.XWikiUserSheet')## {{html wiki="true"}} <div class="#if($context.action == 'view')half #{else}full #{end}column"> <div class="userPreferences"> #if($xcontext.action == 'view' && $hasEdit) <div class="editProfileCategory"><a href="$doc.getURL('inline', 'category=preferences')"><span class="hidden">$msg.get('platform.core.profile.category.preferences.edit')</span></a></div> #end <h1>$msg.get('platform.core.profile.section.displayPreferences')</h1> <dl> <dt class="label"><label>$msg.get('platform.core.profile.enableAccessibility')</label></dt> <dd>$doc.display('accessibility')</dd> </dl> <h1>$msg.get('platform.core.profile.section.editorPreferences')</h1> <dl> <dt class="label"><label>$msg.get('platform.core.profile.editor')</label></dt> <dd>$doc.display('editor')</dd> <dt class="label"><label>$msg.get('platform.core.profile.userType')</label></dt> <dd>$doc.display('usertype')</dd> </dl> </div> </div> #set($isMyProfile = ($xwiki.getDocument($xcontext.user).prefixedFullName == $doc.prefixedFullName)) #if(($isMyProfile || $hasAdmin) && !$doc.getObject('XWiki.LDAPProfileClass') && $xcontext.action == 'view') <div class="half column"> <div class="passwordManagement"> <h1>$msg.get('platform.core.profile.section.security')</h1> <span class="buttonwrapper"><a id="changePassword" href="$doc.getURL("view", "xpage=passwd")">$msg.get("platform.core.profile.changePassword")</a></span> </div> </div> #end <div class="clearfloats"> </div> {{/html}}## #end {{/velocity}}
Quick Links
L3D Calendar
Wiki Dashboard
Document Index
Blog
Sandbox