📄 setpasswordcontent.jspf
字号:
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %>
<%@ taglib uri="/sslexplorer/taglibs/explorer" prefix="explorer" %>
<%@ taglib uri="/sslexplorer/taglibs/security" prefix="security" %>
<%@ taglib uri="/sslexplorer/taglibs/table" prefix="table" %>
<security:checkUserDatabaseSupport requiresAccountCreation="false"
requiresPasswordChange="true">
<explorer:form autocomplete="OFF" method="post" action="/setPassword.do" focus="newPassword">
<div id="page_change_password">
<div class="dialog_content">
<div class="dialog_border">
<input type="hidden" name="action" value="commit" />
<html:hidden name="setPasswordForm" property="referer" />
<html:hidden name="setPasswordForm" property="_charset_"/>
<table class="dialog_form_table">
<tbody>
<tr class="formPassword">
<td class="label">
<div class="required">
<bean:message key="setPassword.newPassword.text" bundle="security" />
</div>
</td>
<td class="value">
<tiles:insert page="/WEB-INF/jsp/tiles/passwordEntry.jspf" flush="false">
<tiles:put name="textFieldSize" value="15"/>
<tiles:put name="textFieldId" value="newPassword"/>
<tiles:put name="textFieldNumeric" value="false"/>
<tiles:put name="width" value="180"/>
</tiles:insert>
</td>
</tr>
<tr class="formPassword">
<td class="label">
<div class="required">
<bean:message key="setPassword.confirmPassword.text" bundle="security" />
</div>
</td>
<td class="value">
<tiles:insert page="/WEB-INF/jsp/tiles/passwordEntry.jspf" flush="false">
<tiles:put name="textFieldSize" value="15"/>
<tiles:put name="textFieldId" value="confirmPassword"/>
<tiles:put name="textFieldNumeric" value="false"/>
<tiles:put name="width" value="180"/>
</tiles:insert>
</td>
</tr>
<tr>
<td class="value" colspan=2"><input
type="checkbox" name="forceChangePasswordAtLogon" /> <bean:message
key="setPassword.forceChangePasswordAtLogon" bundle="security" />
</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="2">
<div class="button_bar">
<div class="formButton">
<input class="save" type="submit" onclick="populatePasswordFields(); return true" value="<bean:message key='setPassword.save' bundle='security'/>" />
</div>
<logic:notEmpty name="setPasswordForm" property="referer">
<div class="formButton">
<input class="cancel" type="button" onclick="javascript: self.location = '<bean:write name="setPasswordForm" property="referer"/>'"
value="<bean:message key='setPassword.cancel' bundle='security' />" />
</div>
</logic:notEmpty>
</div>
</td>
</tr>
</tfoot>
</table>
</div>
</div>
</div>
</explorer:form>
</security:checkUserDatabaseSupport>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -