📄 modifypsw.asp
字号:
<%
if session("admin")<>"on" then
Response.Redirect"login.asp"
end if
%>
<!--#include file="config.asp" -->
<script>
function check(){
if (document.input.pass.value!=document.input.pass1.value)
{alert('两次输入密码不一致,请重新输入!');
document.input.pass.value.focus;
return false
}
}
</script>
<html>
<head>
<title>管理中心</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="INDEX.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.xzy {border: <%=xcolor%> solid; border-width: 0px 1px 1px}
-->
</style>
</head>
<body bgcolor="<%=bgcolor%>" text="#000000">
<!--#include file="top.asp" -->
<table width="778" border="0" cellspacing="0" cellpadding="5" align="center" bgcolor="#FFFFFF">
<tr>
<td height="5"></td>
</tr>
<tr>
<td height="50" valign="top"><table width="766" border="0" cellspacing="0" cellpadding="5" align="center">
<tr>
<td>管理选项:<a href="admin.asp">管理首页</a> | <a href="addfile.asp">添加文件</a> | <a href="adminfile.asp">管理文件</a> |
<a href="setup.asp">系统设置</a> | <a href="ly.asp">留言管理</a> |
<a href="modifypsw.ASP">修改密码</a> | <a href="loginout.asp">退出管理</a></td>
</tr>
</table></td>
</tr>
<form name="form" method="post" action="zoom.asp?action=editpass">
<tr>
<td height="50"> 用户名:<input type="text" name="username" class="cp" size="50" maxlength="50" >
(输入您想要的用户名,不更改请填写原用户名) </td>
</tr>
<tr>
<td height="50"> 原密码:<input type="password" name="oldpass" class="cp" size="50" maxlength="50" >
</td>
</tr>
<tr>
<td height="50"> 新密码:<input type="password" name="pass" class="cp" size="50" maxlength="50" >
</td>
</tr>
<tr>
<td height="50"> 新密码:<input type="password" name="pass1" class="cp" size="50" maxlength="50" ></td>
</tr>
</table>
<table width="778" border="0" cellspacing="0" cellpadding="5" align="center" height="100">
<tr>
<td height="50" bgcolor="#FFFFFF">
<input type="submit" value="提交" name="B1"> <input type="reset" value="重置" name="B2"></p>
<p>密码已使用MD5加密,请紧记你的密码,一旦丢失将无法找回!</td>
</tr>
</table>
<table width="778" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td height="41" valign="top"><table width="766" height="29" border="0" align="center" cellpadding="3" cellspacing="0" background="IMAGES/T_15.jpg">
<tr>
<td width="766" height="35" align="center" bgcolor=""><%=cy%> </td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -