📄 admin_adminuser_edit.asp
字号:
<!--#include file =conn.asp-->
<%if session("pass")<>"ok" then
Response.Redirect "index.asp"
Response.End
end if
%>
<html>
<title>修改管理员</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="style.css" type="text/css">
<style>
<!--
#fps0 {cursor: hand}
#fps1 {color:#ffffff;}
.style1 {color: #FF0000}
.style2 {
color: #000000;
font-weight: bold;
}
-->
</style>
</head>
<body topmargin="0" leftmargin="0" oncontextmenu=self.event.returnValue=false>
<table width="100%"border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="20"></td>
</tr>
</table>
<table width="600" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="600" align="center">
<form method="POST" action="admin_adminuser_save.asp" onSubmit="return isok(this)">
<table width="600" height="66" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="600" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="1" class="TableBorder">
<tr bgcolor="#FFFFCC">
<td height="30" colspan="2" align="center" bgcolor="#799AE1" class="TableTitle1"><strong>修改管理员</strong></td>
</tr>
<tr >
<td width="31%" height="30" align="center" class="TableRow2">用户名称:</td>
<td width="69%" height="30" class="TableRow2">
<input name="admin_name" type="text" class="wu" size="18">
</td>
</tr>
<tr >
<td height="30" colspan="2" align="center" class="TableRow2"><span class="style1"><b>请填写注册用户中已有的用户名,否则无法管理!</b></span></td>
</tr>
</table></td>
</tr> <tr >
<td colspan="2" align="center"><br>
<input name="B1" type="submit" class="button2" value="提 交">
<input name="B2" type="reset" class="TableRow2" value="重 写"></td>
</tr>
</table>
</form></td>
</tr>
</table>
<!--#include file="copyright.asp" -->
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -