📄 userinf1.asp
字号:
<!--
菜菜考勤评分系统V1.0
www.pcicai.cn
fireflymano@163.com
还望多指教!
菜菜网CMSV1.0发布正在筹备中,请关注 www.pcicai.cn
小飞@蝙蝠 QQ 285305740
-->
<!--#include file="check.inc"-->
<!--#include file="config.asp"-->
<!--#include file="conn.asp"-->
<link href=css.css rel=stylesheet>
<body background="back.gif">
<%
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")
%><center>
我的信息
<table width="100%" height="132" cellpadding="0" cellspacing="0">
<tr>
<td height="29" align="center" bgcolor="#FFFFFF">姓名<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">班级:<font color=#3399ff><%=classb%></font>|联系方式:<font color=#3399cc><%=phone%></font></td>
</tr>
<tr>
<td colspan="2">
<font>::被锁定原因::</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" align="center">我的任务分配:<br>
<font color=33399><%=task1%></font></td>
</tr>
<tr>
</tr>
</table>
</center>
</center>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -