v_adminpwd_edit.jsp
资源名称:shihua.rar [点击查看]
上传用户:zghglow
上传日期:2022-08-09
资源大小:27227k
文件大小:2k
源码类别:
WEB源码(ASP,PHP,...)
开发平台:
JavaScript
- <%@ page contentType="text/html;charset=gb2312"%>
- <%@include file="../include/checkadmin.jsp"%>
- <html>
- <head>
- <title>::::Minolta China有限公司::::</title>
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- <link rel="stylesheet" href="../include/main.css" type="text/css">
- <script language="javascript" src="../include/validator.js"></script>
- </head>
- <%@include file="../include/header.jsp"%>
- <body bgcolor="#FFFFFF" text="#000000">
- <br>
- <form name="form1" method="post" action="v_adminpwd_edit_ok.jsp" onsubmit="javascript:return checkedtadminpwd();">
- <input type="hidden" name="operation" value="save">
- <table style="font-size:14px;" width="80%" border="0" cellspacing="1" cellpadding="1" align="center" bgcolor="#f0f0f0">
- <tr bgcolor="#f0f0f0" align="left">
- <td height="26" colspan="2" bgcolor="#f0f0f0"> <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>
- </tr>
- <tr bgcolor="#FFFFFF">
- <td width="38%" height="36" align="right"> 用 户 名 </td>
- <td>
- <input type="text" size="40" name="account" readonly="yes" value="<%=session.getValue("admin_username")%>" style="width:220px;height:23px;">
- </td>
- </tr>
- <tr bgcolor="#FFFFFF">
- <td height="36" align="right">新 密 码 </td>
- <td>
- <input type="password" size="40" name="password" style="width:220px;height:23px;">
- </td>
- </tr>
- <tr bgcolor="#FFFFFF" align="center">
- <td colspan="2" height="36">
- <input type="submit" name="Submit2" value=" 更改 " class=s02 style="width:60px;height:22px">
-
- <input type="reset" name="close2" value=" 取消 " class=s02 style="width:60px;height:22px">
- </td>
- </tr>
- <tr bgcolor="#f0f0f0">
- <td colspan="2" height="10"></td>
- </tr>
- </table>
- </form>
- <br>
- <%@include file="../include/bottom.jsp"%>
- </body>
- </html>