📄 viewprofile.ftl
字号:
<#-- * Copyright (C) 2006 Open Source Strategies, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA--><#-- Copyright (c) 2005-2006 Open Source Strategies, Inc. --><#-- This page is for viewing certain profile details pertinent to users of the system. It is not to be confused with contactmech/viewprofile.ftl. --><div class="sectionHeader"><div class="sectionHeaderTitle">${uiLabelMap.PartyTheProfileOf} ${person.personalTitle?if_exists} ${person.firstName?if_exists} ${person.middleName?if_exists} ${person.lastName?if_exists} ${person.suffix?if_exists}</div></div><!-- personal information block --><div class="subSectionBlock"> <div class="subSectionHeader"> <div class="subSectionTitle">${uiLabelMap.PartyPersonalInformation}</div> <div class="subMenuBar"><a href="<@ofbizUrl>updateMyProfileForm</@ofbizUrl>" class="subMenuButton">${uiLabelMap.CommonEdit}</a></div> </div> <div class="form"> <div class="formRow"> <span class="formLabel">${uiLabelMap.PartyName}</span> <span class="formInputSpan"> ${person.personalTitle?if_exists} ${person.firstName?if_exists} ${person.middleName?if_exists} ${person.lastName?if_exists} ${person.suffix?if_exists} </span> </div> <div class="spacer"> </div> </div></div><!-- login and password management --><div class="subSectionBlock"> <div class="subSectionHeader"> <div class="subSectionTitle">${uiLabelMap.CommonUsername} & ${uiLabelMap.CommonPassword}</div> <div class="subMenuBar"><a href="<@ofbizUrl>changePasswordForm</@ofbizUrl>" class="subMenuButton">${uiLabelMap.CrmChangePassword}</a></div> </div> <div class="form"> <div class="formRow"> <span class="formLabel">${uiLabelMap.CommonUsername}</span> <span class="formInputSpan">${userLogin.userLoginId}</span> </div> <div class="spacer"> </div> </div></div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -