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

📄 editpass.jsp

📁 一个完整的物流系统
💻 JSP
字号:
<%@ page language="java" import="java.util.*" pageEncoding="GB18030"%>
<jsp:directive.page import="jp.com.cost.pojo.Account"/>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <base href="<%=basePath%>">
    <title>密码修改页面</title>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<link href="css/content.css" rel="stylesheet" type="text/css">
<link href="css/main_content.css" rel="stylesheet" type="text/css">
<link href="css/button.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
body {
	margin-bottom: 20%;
}
-->
</style>
<%
    Account form = (Account)session.getAttribute("account");
 %>
  </head >
  
  <body style="margin:0px;" background="images/WelcomePage.jpg"><center><br>
    <form name="EditPassForm" method="post" action="EditPassE0S.do" onClick="">
<table width="90%" height="95%" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td colspan="2" class="tr_title4" ><div align="center">
    <input name="aid" type="hidden" value="<%=form.getAid() %>" />
    <input name="password" type="hidden" value="<%=form.getApass() %>" />
    </div></td>
  </tr>
  <tr >
  	<td colspan="2" align="center">
	<br><br><br><br><br><br>
	<div><font size="6" color="#003366" >修改密码页面</font></div>
<table width="85%" height="60%"  border="0" align="center" cellpadding="4" cellspacing="1" class="title_box_line">
  <tr >
    <td colspan="4" height="4">
    </td>
  </tr>
  <tr align="center">
    <td height="40" width="100%" align="center" class="tr_title4" colspan="4" ><font size="3.5" color="#CC00FF" ></font></td>
  </tr>
  <tr>
    <td width="20%" align="right" class="title_tr"><font style="font-weight: bold" size="4">旧密码:</font></td>
    <td colspan="3" class="content_tr"><label for="textfield"></label>
      <input type="password" class="word_blue" name="oldpass" id="aid" maxlength="30" size="27" value="">
      <font color="red"> * </font> <font color="#003366" size="4">请输入原始密码</font> </td>
  </tr>
   <tr>
    <td align="right" class="title_tr"><font style="font-weight: bold" size="4">请输入新密码:</font></td>
    <td colspan="3" class="content_tr"><label for="label"></label>
      <input type="password" class="word_blue" name="newpass1" id="label" maxlength="25" size="27">
      <font color="red"> * </font><font color="#003366" size="4">请输入新密码,长度为6-25字符之间</font> </td>
  </tr>
  <tr>
    <td align="right" class="title_tr"><font style="font-weight: bold" size="4">请确认新密码: </font></td>
    <td  colspan="3" class="content_tr"><label for="label2"></label>
      <input type="password" class="word_blue" name="newpass2" id="label2" maxlength="25" size="27">
      <font color="red"> * </font>  <font color="#003366" size="4">请确认新密码</font> </td>
  </tr>

</table><br>	</td>
  <tr>
    <td colspan="2" class="content_tr">
        <div align="center">
          <input name="Submit1" type="submit" class="title_tr" id="Submit16" title="SAVE" value="保存">
          <input name="reset1" type="reset" class="title_tr" id="reset15" title="Reset" value="重置">
          <input name="button" type="button" class="title_tr" id="Submit1" title="SAVE" value="返回" onClick="history.back();">
        </div></td>
  </tr>
  <tr>
    <td colspan="2" class="tr_title4">&nbsp;</td>
  </tr>
</table>
</form>
  </center></body>
</html>
<script language="javascript">

</script>

⌨️ 快捷键说明

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