📄 getpwdsetp3_sub.jsp
字号:
<%@page contentType="text/html;charset=GBK" %>
<jsp:useBean id="searchPwdForm" class="com.keyshop.shop.user.controller.SearchPasswordForm" scope="request"/>
<%
User user = (User)request.getAttribute("User");
%>
<script>
function submitForm() {
searchPasswordForm.submit();
}
</script>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="10" height="10"><img src="<%=CONTEXT%>/img/QQ/i01.gif" width="10" height="10"></td>
<td background="<%=CONTEXT%>/img/QQ/i03.gif"></td>
<td width="10" height="10"><img src="<%=CONTEXT%>/img/QQ/i02.gif" width="10" height="10"></td>
</tr>
<tr>
<td background="<%=CONTEXT%>/img/QQ/i04.gif"> </td>
<td>
<!--内容填写处-->
<table width="565" border="0" align="center" cellspacing="0" cellpadding="0">
<tr>
<td valign="top">
<table width="565" border="0" cellpadding="0" cellspacing="0" class="Process10_product_navimg01">
<tr>
<td align="center" class="Process10_product_navtext">找回密码</td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="Process10_product_navimg02">
<tr>
<td align="center" valign="top">
<table width="100%" border="1" cellspacing="0" cellpadding="0" bordercolorlight="#D4D4D4" bordercolordark="white">
<tr>
<td width="100%" align="center" valign="top" class="Process10_product_bgcolor01"><p><br>
您的密码/用户名已经发到邮箱里了,请尽快查看您在 <%=viewConfig.getSys_name()%>上注册的邮箱!</p>
<p> </p>
<p>
<input type="button" onclick="javascript:window.location='<%=CONTEXT%>/index.jsp'" value="返回商城首页">
<br>
<br>
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table width="565" border="0" cellpadding="0" cellspacing="0" class="Process10_product_navimg03">
<tr>
<td></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td background="<%=CONTEXT%>/img/QQ/i05.gif"></td>
</tr>
<tr>
<td width="10" height="10"><img src="<%=CONTEXT%>/img/QQ/i06.gif" width="10" height="10"></td>
<td background="<%=CONTEXT%>/img/QQ/i08.gif"></td>
<td width="10" height="10"><img src="<%=CONTEXT%>/img/QQ/i07.gif" width="10" height="10"></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -