📄 sysuser.asp
字号:
<td bgcolor=#f5f5f5>
<table cellspacing=0 cellpadding=0 width="80%" align=center border=0>
<tbody>
<tr>
<td width="100%" background="../images/line_3.gif" height=1></td>
</tr>
</tbody>
</table></td>
</tr>
<tr valign=center align=middle bgcolor=#ffffff>
<td bgcolor=#f5f5f5 height=25><div align="center"></div></td>
</tr>
<tr>
<td bgcolor=#f5f5f5>
<table cellspacing=0 cellpadding=0 width="80%" align=center border=0>
<tbody>
<tr>
<td width="100%" background="../images/line_3.gif" height=1></td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table></td>
<td valign=top style="border-left:1px #000000 dotted">
<table cellspacing=0 cellpadding=0 width=596 border=0>
<tbody>
<tr>
<td valign=top>
<table cellspacing=0 cellpadding=0 width="96%" align=center border=0>
<tbody>
<tr>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td width="500">
<table width="540" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td bgcolor="#F6F6F6">::::::::::::::::::::::::::::::::::
超级用户管理
::::::::::::::::::::::::::::::::::</td>
</tr>
</table>
<table width="540" border="0" cellspacing="6" cellpadding="0" align="center">
<tr valign="top">
<td>
<table width="100%" cellspacing="0" cellpadding="0" height="100%" border="0">
<tr>
<td height="351" valign="top"> <font color="#FF0000"><B>
<% =operate_sta %>
</b></font>
<form name="addsysuser" method="post" action="sysuser.asp?operate=add">
<table width="96%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td height="24" width="21%"><b>添加超级用户</b> </td>
<td height="24" width="79%">用 户 名:
<input type="text" size=25 name="addusername" maxlength="30" class="button1">
</td>
</tr>
<tr>
<td height="24" width="21%"> </td>
<td height="24" width="79%">密 码:
<input type="password" size=25 name="addpassword" maxlength="30" class="button1">
</td>
</tr>
<tr>
<td height="24" width="21%"> </td>
<td height="24" width="79%">确认密码:
<input type="password" size=25 name="conaddpassword" maxlength="30" class="button1">
</td>
</tr>
<tr>
<td height="28" width="21%"> </td>
<td height="28" width="79%">
<input type="hidden" name="addsysuser" value="ok">
<input type="submit" name="Submit2" value=" 提 交 " class="button2">
<input type="reset" name="Submit222" value=" 重 写 " class="button2">
</td>
</tr>
</table>
</form>
<form name="modsysuser" method="post" action="sysuser.asp?operate=mod">
<table width="96%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td height="24" width="21%"><b>用户密码修改</b> </td>
<td height="24" width="79%">用 户 名:
<input type="text" size=25 name="modusername" maxlength="30" class="button1">
</td>
</tr>
<tr>
<td height="24" width="21%"> </td>
<td height="24" width="79%">原 密 码:
<input type="password" size=25 name="modpassword" maxlength="30" class="button1">
</td>
</tr>
<tr>
<td height="24" width="21%"> </td>
<td height="24" width="79%">新 密 码:
<input type="password" size=25 name="newpassword" maxlength="30" class="button1">
</td>
</tr>
<tr>
<td height="24" width="21%"> </td>
<td height="24" width="79%">确认新密码:
<input type="password" size=25 name="connewpassword" maxlength="30" class="button1">
</td>
</tr>
<tr>
<td height="28" width="21%"> </td>
<td height="28" width="79%">
<input type="hidden" name="modsysuser" value="ok">
<input type="submit" name="Submit" value=" 提 交 " class="button2">
<input type="reset" name="Submit22" value=" 重 写 " class="button2">
</td>
</tr>
</table>
</form>
<table width="96%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td width="21%" valign="top"><b>超级用户管理</b></td>
<td width="79%" valign="top">
<%
sql="Select * From admin"
Set rs=Server.CreateObject("adodb.recordset")
rs.open sql,conn,1,3
num=rs.recordcount
%>
<table border="0" width="100%" cellpadding="0" align="center" cellspacing="0">
<tr>
<td colspan="5">
<div align="left">共有<font color="#FF0033"><%=num%></font>位超级用户</div></td>
</tr>
<%
do while not rs.eof
%>
<tr align="center">
<td width="76">
<div align="center">
<input onClick=checkdel("<%=trim(rs("user"))%>") type=button class="button2" value=" 删 除 " name="button">
</div></td>
<td align="left" colspan="4" height=24 width="260">
<input type="text" size=25 name="viewsysuser" value="<%=trim(rs("user"))%>" maxlength="30" readonly class="button1">
</td>
</tr>
<%
rs.movenext
loop
%>
</table>
<%
set rs=nothing
%>
</td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table cellspacing=0 cellpadding=0 width="100%" border=0>
<tbody>
<tr>
<td bgcolor=#9ac7cf height=1></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table width="777" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td align=middle bgcolor=#FFFFFF height=30>
<!--webbot bot="HTMLMarkup" startspan --><script language=javascript src="../foot.js"></script></center><!--webbot
bot="HTMLMarkup" endspan -->
</td>
</tr>
</table>
</body>
</html>
<%
Else
response.redirect "default.asp"
End if
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -