⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 admin_xiugai.asp

📁 一个考勤评分系统
💻 ASP
字号:
<!--''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
''''版权:野马原创                    ''''
''''联系:ctplr@163.com          ''''
''''说明:需要新功能联系我      ''''
''''QQ:214297587                    ''''
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-->
<title>考勤评分系统--  by 野马</title>
<link href=../css.css rel=stylesheet>
<!--#include file="conn.asp"-->
<body background="../back.gif" style='cursor:url("Mouse.ani")'>
<%if qx>2 then 
response.write "<script>alert('您的权限不够!')</script>"
response.write "<script>history.back()</script>"
else
%>
<%
name=request("name")
sql="select * from adminboss  where username='"&name&"'"
rs.open sql,cn,1,1
password=rs("password")
back=rs("jl")
qx=rs("qx")
if session("king")<>1  then 
if name=session("name") then 
response.write "您不可以在这里进行对自己的操作!<input type=button value='返回' onclick='history.back()' class=ibox>"
else
 if qx<=session("qx") then 
response.write "您不可以在这里对高于自己级别或与自己级别相同的管理员进行操作!<input type=button value='返回' onclick='history.back()' class=ibox>"
else

%>
<p align=center>您要修改的是<font color=red><%=name%></font>的信息,详细资料如下:<br>密码不改请留空</p>
<form action=admin_do.asp?action=adminxiugai method=post>
<%

%>
<table border="1" bordercolor=#3399ff  bgcolor=#ffeeee><tr><td align=center bgcolor=eeeeee>账号</td><td align=center bgcolor=eeeeee>密码</td><td align=center bgcolor=#eeeeee>备注</td> <td align=center bgcolor=eeeeee>权限</td></tr>
<tr><td align=center   ><input type=hidden name=zh value=<%=request("name")%>   >
<input type=hidden name=aid value=<%=request("id")%>   ><%=request("name")%></td><td align=center  ><input type=text name=mm onmouseover=this.select() value=""></td><td align=center  ><textarea rows=3 cols=25 name=beizhu><%=back%></textarea></td><td align=center  >  
<select name=qx>
<option value=1  <%if qx=1 then%>selected<%end if%>>超级管理员</option>
<option value=2  <%if qx=2 then%>selected<%end if%>>管理员</option>
<option  value=3  <%if qx=3 then%>selected<%end if%>>登记员</option>

</select>
</td></tr>
<tr><td colspan=4 align=center bgcolor=#eeeeee><input type=submit value="提交" class="ibox">:::<input type=reset class="ibox">:::<input type=button value="返回" onclick='history.back()' class="ibox"></td></tr></table>
 <%
end if
end if


else%>
<p align=center><%=session("name")%>至尊!您是系统创建者。您要修改的是<font color=red><%=name%></font>的信息,详细资料如下:<br>密码不改请留空</p>
<form action=admin_do.asp?action=adminxiugai method=post>
<%

%>
<table border="1" bordercolor=#3399ff  bgcolor=#ffeeee><tr><td align=center bgcolor=eeeeee>账号</td><td align=center bgcolor=eeeeee>密码</td><td align=center bgcolor=#eeeeee>备注</td> <td align=center bgcolor=eeeeee>权限</td></tr>
<tr><td align=center   ><input type=text name="zh" value=<%=request("name")%>    ><input type=hidden name=aid value=<%=request("id")%>   ></td><td align=center  ><input type=text name="mm" onmouseover=this.select() value=""></td><td align=center  ><textarea rows=3 cols=25 name="beizhu"><%=back%></textarea></td><td align=center  >  
<select name="qx">
<option value=1  <%if qx=1 then%>selected<%end if%>>超级管理员</option>
<option value=2  <%if qx=2 then%>selected<%end if%>>管理员</option>
<option  value=3  <%if qx=3 then%>selected<%end if%>>登记员</option>

</select>
</td></tr>
<tr><td colspan=4 align=center bgcolor=#eeeeee><input type=submit value="提交" class="ibox">:::<input type=reset class="ibox">:::<input type=button value="返回" onclick='history.back()' class="ibox"></td></tr></table>

<%   

end if
end if%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -