📄 userinf1.asp
字号:
<!--''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
''''版权:野马原创 ''''
''''联系:ctplr@163.com ''''
''''说明:需要新功能联系我 ''''
''''QQ:214297587 ''''
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-->
<!--#include file="check.inc"-->
<!--#include file="config.asp"-->
<!--#include file="conn.asp"-->
<link href=css.css rel=stylesheet>
<body background="back.gif" style='cursor:url("admin/Mouse.ani")'>
<%
quexi=int(quexi)
%>
<%
aid=session("id")
sql="select * from scunews where id="&aid
rs.open sql,cn,1,1
uname=rs("username")
dxnum=rs("dxnum")
wxnum=rs("wznum")
task1=trim(rs("task"))
tuijiannews=rs("tuijiannews")
bestdxfen=rs("bestdxfen")
btdxfen=rs("betterdxfen")
pdxfen=rs("plaindxfen")
latter=rs("latter")
taskpfen=rs("taskplainfen")
lock1=rs("lock")
dxadd=rs("dxaddfenall")
taskaddfen=rs("taskaddfen")
lockback=rs("lockback")
dfenall=rs("dxfenall")
taskfenall=rs("taskfenall")
classb=rs("class")
phone=rs("phone")
shenhe=rs("noshenhe")
%><center>
我的信息
<%if shenhe=1 then %>
<table width="100%" height="132" border="1" bordercolor="#3399ff" bgcolor="#ffeeee">
<tr>
<td height="29" align="center" bgcolor="#eeeeee">姓名<br>
<font color=red><%=uname%></font> <br>
</td>
<td align="center">已发送短信 <br>
<font color=red><%=dxnum%></font></td>
<td align="center">本月文章 <br>
<font color=red><%=wxnum%> </font></td>
<td align="center">例会缺席次数<br>
<font color=red><%=latter%> </font></td>
<td align="center">锁定状态: <br>
<% if lock1=-1 then
response.write "<font color=red>锁定</font>"
else
response.write "<font color=bule>正常</font>"
end if%>
</td>
</tr>
<tr>
<td height="29" align="center">一般的短信<br>
<font color=red><%=pdxfen%> </font></td>
<td align="center">好的短信<br>
<font color=red><%=btdxfen%></font ></td>
<td align="center"> 非常好的短信<br>
<font color=red><%=bestdxfen%> </font></td>
<td align="center">短信加分 <font color=red><br>
<%=dxadd%> </font></td>
<td align="center">被推荐短信 <br>
<font color=red><%=tuijiannews%> </font></td>
</tr>
<tr>
<td height="22" align="center">任务完成总分 <br>
<font color=red><%=taskfenall%> </font > </td>
<td align="center">任务总加分 <br>
<font color=red><%=taskaddfen%> </font> </td>
<td colspan="3" align="center"><%if trim(classb)="" or trim(phone)="" then%>您的详细资料还没有填写完整<%else%> 班级:<font color=#3399ff><%=classb%></font>| 联系方式:<font color=#3399cc><%=phone%></font><%end if%></td>
</tr>
<tr>
<td colspan="2">
<font color="#FF0000">::被锁定原因::</font><br><br>
<% if lock1=-1 then %>
<textarea name="lockback" rows=10 cols="30" disabled> <%if lockback=empty then%>缺席次数超过<%=quexi%>次,系统自动锁定。请联系管理员!<%else%><%=lockback%><%end if%> </textarea>
<%else%>
<center>您没有被锁定!</center>
<%end if%>
</td>
<td colspan="3" valign=top bordercolor="#FF9900">我的任务分配:<br>
<font color=33399><% if task1="" then%>没有分配任务<%else%><center><%=task1%></center></font><%end if%></td>
</tr>
<tr>
</tr>
</table>
<%else%>
<p align=center><br><br><font color=red size=5>您还没有通过审核!<br><br>如果您非本系统人员,<br><br>您的账号将被删除!<br><br></font></p>
<%end if%>
</center>
</center>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -