⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 findpassword.jsp

📁 本代码是一个权限管理系统源代码
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312"language="java"%>
<%@ page import="java.util.List"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>WebPageTools找回密码</title>
<link href="../resources/css/style.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #FF9900;
	text-decoration: none;
}
.STYLE1 {color: #FF0000}
.STYLE2 {color: #666666}
.STYLE3 {
    font-size:12px;
	font-weight:bold
}
.STYLE4 {
    font-size:12px;}
.STYLE5 {
    font-size:12px;
	color: #FF0000
}

-->
</style></head>

<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="top_re">
  <tr>
    <td rowspan="2" width="350" align="left" style="padding-top:15px"><img src="../resources/images/logo_re.gif" width="348" height="31" /></td>
    <td align="right" height="30" style="padding-right:25px"><a href="index.html" style="color:#666666">WPT首页</a> | <a href="http://www.seavision.com.cn" style="color:#666666">海恒首页</a></td>
  </tr>
  <tr>
    <td align="left" height="50" style="padding-left:20px">  成为Web Page Tools注册用户,具有动态新闻、在线咨询、评论、在线调查等的访问权限;可以参加WPT组织的各种活动。</td>
  </tr>
</table>
<table width="800" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="11" valign="top"><img src="../resources/images/page_l2.gif" width="11" height="574" /></td>
    <td class="kuang_tb3_td" valign="top"><table width="80%" border="0" cellspacing="0" cellpadding="0">
  <tr>
	<td height="50" align="left" valign="bottom"><div style="float:left; width:20px; padding:5px"><img src="../resources/images/anniu2.gif"  align="absmiddle"width="16" height="16" /></div>
	<div style="float:left; width:200px; height:24px; padding-top:4px; font-size:14px; font-weight:bold">找回密码</div></td>
  </tr>
  <tr>
    <td height="3" align="left" bgcolor="#55BBFF"></td>
  </tr>
  <tr>
    <td align="center" valign="top" style="padding:50px 0px">
	<table width="50%" border="0" cellspacing="0" cellpadding="0">
	<form id="form1" name="form1" method="post" action="FindPasswordByMail.do">
<%	String message = "";
	String messagesuccess = "";
	message = (String)request.getAttribute("message");
	messagesuccess = (String)request.getAttribute("messagesuccess");
									 
	List list = (List)request.getAttribute("list");
	if(message != null){
%>
  <tr>
	<td colspan="2" class="STYLE5" ><%=message%></td>
  </tr>
<%	}
	if(messagesuccess != null){
%>
  <tr>
	<td colspan="2" class="STYLE5"><%=messagesuccess%></td>
  </tr>
<%
	}
	if(list != null){
		for(int i = 0; i < list.size(); i ++){
			String messageList = (String)list.get(i);
			
%>
  <tr>
	<td colspan="2" class="STYLE5"><%=messageList%></td>
  </tr>
<%
		}
	}
%>
  <tr>
  <td colspan="2" height="40" align="center" class="STYLE3">请您你输入用户名和注册E-mail取得密码!</td>
  </tr>
  <tr>
    <td width="40%" height="40" align="right" class="STYLE4"><span class="STYLE1">*</span>用 户 名:</td>
    <td width="60%" align="left"><input name=userName type=text class="box" id="userName" value="" size="15" height="20" maxlength="20" alt="登录名:4-16/怪字符/全数字/无内容/下划线/有全角/有空格/有大写/有汉字"></td>
  </tr>
  <tr>
    <td align="right" height="40" class="STYLE4"><span class="STYLE1">*</span>注册E-mail:</td>
    <td align="left"><input name="email" type="text" size="20" height="20"/></td>
  </tr>
  <tr>
    <td colspan="2" height="40" align="center" style="padding-left:50px"><input name="提交" type="submit" value="提交" /></td>
    </tr>
	</form>
</table></td>
  </tr>
  <tr>
    <td height="3" align="left" bgcolor="#55BBFF"></td>
  </tr>
</table></td>
    <td width="6" valign="top"><img src="../resources/images/page_r2.gif" width="6" height="574" /></td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="line2">
  <tr>
    <td align="center"><a href="#">联系我们</a> | <a href="#" onClick="window.external.AddFavorite(parent.location.href, document.title);">加入收藏</a> | <a href="http://www.xafans.cn" onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.xafans.cn');return(false);" style="behavior: url(#default#homepage)">设为首页</a></td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="bottom">
  <tr>
    <td align="center">Copyright By seavision.com.cn Inc. All rights reserved<br />
    海恒达远 版权所有 陕ICP备05004526号</td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -