v_adminpwd_edit.jsp
上传用户:zghglow
上传日期:2022-08-09
资源大小:27227k
文件大小:2k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

JavaScript

  1. <%@ page contentType="text/html;charset=gb2312"%> 
  2. <%@include file="../include/checkadmin.jsp"%>
  3. <html>
  4. <head>
  5. <title>::::Minolta China有限公司::::</title>
  6. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  7. <link rel="stylesheet" href="../include/main.css" type="text/css">
  8. <script language="javascript" src="../include/validator.js"></script>
  9. </head>
  10. <%@include file="../include/header.jsp"%>
  11. <body bgcolor="#FFFFFF" text="#000000">
  12. <br>
  13. <form name="form1" method="post" action="v_adminpwd_edit_ok.jsp" onsubmit="javascript:return checkedtadminpwd();">
  14. <input type="hidden" name="operation" value="save">
  15. <table style="font-size:14px;" width="80%" border="0" cellspacing="1" cellpadding="1" align="center" bgcolor="#f0f0f0">
  16.   <tr bgcolor="#f0f0f0" align="left"> 
  17.     <td height="26" colspan="2" bgcolor="#f0f0f0">&nbsp;&nbsp;<font face="webdings" color="#666666">8</font><a href="v_customer_list.jsp">回主菜单</a> <img src="../images/pixel.gif" width="185" height="1"><span style="FONT-SIZE: 14px"><b><font color="#000000">更改系统管理员密码</font></b></span></td>
  18.   </tr>
  19.   <tr bgcolor="#FFFFFF"> 
  20.     <td width="38%" height="36" align="right"> 用 户 名 &nbsp; </td>
  21.     <td>
  22.       <input type="text" size="40" name="account" readonly="yes" value="<%=session.getValue("admin_username")%>" style="width:220px;height:23px;">
  23.     </td>
  24.   </tr>
  25.   <tr bgcolor="#FFFFFF"> 
  26.     <td height="36" align="right">新 密 码  &nbsp; </td>
  27.     <td> 
  28.       <input type="password" size="40" name="password" style="width:220px;height:23px;">
  29.     </td>
  30.   </tr>
  31.   <tr bgcolor="#FFFFFF" align="center"> 
  32.     <td colspan="2" height="36"> 
  33.       <input type="submit" name="Submit2" value="  更改  " class=s02 style="width:60px;height:22px">
  34.       &nbsp;&nbsp;&nbsp;&nbsp; 
  35.       <input type="reset" name="close2" value="  取消  " class=s02 style="width:60px;height:22px">
  36.     </td>
  37.   </tr>
  38.   <tr bgcolor="#f0f0f0"> 
  39.     <td colspan="2" height="10"></td>
  40.   </tr>
  41. </table>
  42. </form>
  43. <br>
  44. <%@include file="../include/bottom.jsp"%>
  45. </body>
  46. </html>