📄 adduser.asp
字号:
<!--''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
''''版权:野马原创 ''''
''''联系:ctplr@163.com ''''
''''说明:需要新功能联系我 ''''
''''QQ:214297587 ''''
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-->
<title>考勤评分系统后台 by 野马</title>
<!--#include file="check.asp"-->
<!--#include file="conn.asp"-->
<link href=../css.css rel=stylesheet>
<body background="../back.gif" style='cursor:url("Mouse.ani")'>
<!--#include file="config.asp"-->
<%
quexi=int(quexi)
%>
<%
if session("qx")>4 then
response.write "对不起,您没有操作权限!"
else
%><center>
增加人员信息<br></center>
<form action='useradmin_do.asp?action=add' method=post><center>
<table width="84%" height="132" border="1" bordercolor=#3399ff bgcolor=#ffeeee>
<tr>
<td width="16%" height="29" align="center" bgcolor="#eeeeee">姓名
<input type="text" name="name" size="10"><br>
</td>
<td width="18%" align="center">已发送短信
<input type="text" name="dxnum" size="8" value=0></td>
<td width="16%" align="center">本月文章
<input type="text" name="wznum" size="8" value=0></td>
<td width="16%" align="center">缺席情况
<input type="text" name="latter" size="8" value=0></td>
<td width="34%" align="center">初始状态 <input name="lock" type="radio" value=3 >
锁定
<input name="lock" type="radio" value="0" checked>
正常</td>
</tr>
<tr>
<td height="29" align="center">一般的短信
<input type="text" name="plaindxfen" size=8 value=0></td>
<td align="center">好的短信
<input type="text" name="betterdxfen" size="8" value=0></td>
<td align="center"> 非常好的短信
<input type="text" name="bestdxfen" size="8" value=0></td>
<td align="center">短信加分
<input type="text" name="dxaddfenall" size=8 value=0></td>
<td align="center">被推荐短信
<input type="text" name="tuijiannews" size="8" value=0></td>
</tr>
<tr>
<td height="22" align="center">任务完成计分
<input type="text" name="taskplainfen" size=8 value=0></td>
<td align="center">任务加分 <input type="text" name="taskaddfen" size=8 value=0></td>
<td colspan="3" align="right">班级:<font color=#3399ff><input type=text name=classb ></font>|联系方式:<font color=#3399cc><input type=text name=phone >
</td>
</tr>
<tr>
<td colspan="2"><font color="#FF0000">::被锁定原因::</font><br>
<textarea name="lockback" rows=10 cols="30"></textarea>
<br>
</td>
<td colspan="3" align="center" bordercolor="#FF9900">任务分配:(请在下面输入任务内容)<br>
<textarea name="task" rows=10 cols="60"></textarea></td>
</tr>
<tr>
<td colspan="5" align="center"><input name="" type="submit" value="确定增加" class="bbox"> <input name="" type="reset" class="bbox"></td>
</tr>
</table>
</form><table align=center>
<tr><td><font color=red>注意:</font><br>1、默认值为零的请输入数据,系统会自动计算总分.</tr></td>
<tr><td>2、为快速添加人员,新增加人员密码一律为<font color="#FF0000">123456</font></tr></td>
<tr><td>3、新增加人员状态一律为<font color="#FF0000">通过审核</font>。前台自助注册进来的人员需要通过审核,请到<font color="#FF0000">审核人员资料</font>进行操作</tr></td>
<tr><td>3、人员加入后需要删除的请找<font color="#FF0000">超级管理员。(普通管理员也不能删除)</font></td></tr></table>
</center>
<%end if%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -