📄 admin_adminmodify.asp
字号:
<!--#include file="function.asp"-->
<%CheckAdmin3%>
<!--#include file="conn.asp"-->
<!--#include file="const.asp"-->
<%
founderr=false
id=request.QueryString("id")
set rs=server.createobject("adodb.recordset")
sql="select * from admin where id="&id
rs.open sql,conn,1,1
if rs.eof then
errmsg=errmsg+"<br>"+"<li>服务器出错!请联系管理员-k666软件园 收集 http://www.vv66.net"
founderr=true
else
Username=rs("Username")
Password=rs("Password")
oskey=rs("oskey")
rs.close
end if
if founderr=true then
call error()
else
%>
<!--#include file="top1.asp"-->
<br><br><div align="center">
<center>
<table border="0" width="750" cellspacing="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111">
<tr>
<td width=5 valign=top background="images/line_bg02.gif">
<img border="0" src="images/line_bg02.gif"></td>
<td width=171 valign=top><!--#include file="admin_left.asp"--></td>
<td width=5 valign=top background="images/line_bg02.gif"> </td>
<td align=center valign=top width="557">
<table border="1" width="100%" cellspacing="0" cellpadding="0" class="TableLine">
<form method="POST" action="admin_AdminSave.asp?id=<%=id%>" id=form2 name=form2>
<tr>
<td width="100%" height="20" colspan=2 align=center><b>修 改 管 理 员 资 料</b></td>
</tr>
<tr>
<td width="30%" align="right" height="30">用户名:</td>
<td width="70%">
<input type="text" name="username" value="<%=Username%>" size="20"></td>
</tr>
<tr>
<td width="30%" align="right" valign="top" height="20">密码:</td>
<td width="70%">
<input type="password" name="password" value="<%=Password%>" size="20"></td>
</tr>
<tr>
<td width="30%" align="right" height="30">权限:</td>
<td width="70%" height="30">
<select name="oskey" style="font-size:9pt">
<option value=super<%if oskey="super" then%> selected<%end if%>>
高级管理员</option>
<option value=check<%if oskey="check" then%> selected<%end if%>>
中级管理员</option>
<option value=input<%if oskey="input" then%> selected<%end if%>>
初级管理员</option>
</select>
</td>
</tr>
<tr align="center">
<td colspan=2>
<input type="hidden" value="edit" name="act">
<input type="submit" value=" 修 改 " name="cmdok2">
<input type="reset" value=" 清 除 " name="cmdcance2l">
</td>
</tr>
</form>
</table>
</td>
<td align=center valign=top width="5" background="images/line_bg02.gif">
<img border="0" src="images/line_bg02.gif"></td>
</tr>
<tr>
<td width=750 valign=top colspan="5" background="images/line_bg01.gif">
<img border="0" src="images/line_bg01.gif"></td>
</tr>
</table>
</center>
</div><br><br>
<%end if%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -