📄 userindex.asp
字号:
<!--''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
''''版权:野马原创 ''''
''''联系:ctplr@163.com ''''
''''说明:需要新功能联系我 ''''
''''QQ:214297587 ''''
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-->
<!--#include file="check.asp"-->
<!--#include file="conn.asp"-->
<link href=../css.css rel=stylesheet>
<!--#include file="config.asp"-->
<body background="../back.gif"><center>
<p align=center>报社人员信息
<p>
<%
quexi=int(quexicishu)%>
<%
sql="select * from scunews "
rs.open sql,cn,1,1
if rs.eof then
response.write"没有记录"
else
response.write"<table>"
response.write "<tr><td bgcolor=#ffaa00 align=center>姓名</td><td bgcolor=#6699aa align=center width=25% > 本月文章</td><td bgcolor=#99aaaa align=center>状态</td><td bgcolor=#99aabb align=center>短信总分</td><td bgcolor=#99aacc align=center>任务总分</td><td bgcolor=#ffaa88 align=center>操作</td></tr>"
do while not rs.eof
lock=rs("lock")
name=rs("username")
wznum=rs("wznum")
taskfenall=rs("taskfenall")
dxfenall=rs("dxfenall")
id=rs("id")
%>
<%
if lock=3 then
lockcn="<font color=red>锁定!"
else
lockcn="正常"
end if
%>
<tr><td bgcolor=#ffaa00 align=center><%=name %></td> <td bgcolor=#6699aa align=center><% if (wznum>1) then %><font color=blue>完成</font><%else%><font color=red><%=wznum%><%end if%></td><td bgcolor=#99aaaa align=center> <%=lockcn%></td><td bgcolor=#99aabb align=center><%=dxfenall%></td><td bgcolor=#99aacc align=center><%=taskfenall%></td><td bgcolor=#ffaa88 align=center><a href=user_xiugai.asp?id=<%=id%>&action=xiugai>修改</a><% if session("qx")=1 then %>/<a href=user_xiugai.asp?action=del&id=<%=id%>&name=<%=name%> onclick="{if(confirm('想清楚了吗?\n\n真的删除吗?')){return true;}return false;}">删除</a><%end if%></td></tr>
<% rs.movenext
loop
response.write"</table>"
end if
rs.close
set rs=nothing
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -