📄 lock.asp
字号:
<!--''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
''''版权:野马原创 ''''
''''联系:ctplr@163.com ''''
''''说明:需要新功能联系我 ''''
''''QQ:214297587 ''''
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-->
<!--#include file="check.asp"-->
<!--#include file="conn.asp"-->
<!--#include file="config.asp"-->
<%
quexi=int(quexi)
%>
<link href=../css.css rel=stylesheet>
<body background=../back.gif><center>
<p align=center>锁定人员
<p>
<%
sql="select * from scunews where lock='3'"
rs.open sql,cn,1,1
if rs.eof then
response.write"没有记录"
else
response.write"<table border=1 bordercolor=#3399ff width='600' bgcolor=#ffeeee>"
response.write "<tr><td align=center bgcolor=#eeeeee width=50>姓名</td><td align=center bgcolor=#eeeeee > 锁定原因</td><td bgcolor=#eeeeee align=center width=50>缺席次数</td><td bgcolor=#eeeeee align=center width=80>解锁</td> </tr>"
do while not rs.eof
name=rs("username")
latter=rs("latter")
lockstaut=rs("lock")
back=rs("lockback")
id=rs("id")
%>
<tr>
<td align=center> <font color=#aaaaaa title="被锁定"><%=name %> </td>
<td align=center>
<% if back=empty then
if lock<3 then
response.write"<font color=red >未知原因</font>"
if lock=quexi then
response.write"<font color=red >缺席次数达到3次,系统自动锁定</font>"
end if
end if
else %>
<textarea rows=2 cols=30 >
<%=back%></textarea>
<%end if%>
</td>
<td align=center><%=latter %> </td>
<td align=center><a href=unlock.asp?id=<%=id%> onclick="{if(confirm('确认解锁?')){return true;}return false;}">解锁</a> </td>
</tr>
<% rs.movenext
loop
response.write"</table>"
end if
rs.close
set rs=nothing
%>
<p align=center><color color=#999999>评分系统<font color=red>beta1</font></p>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -