📄 fenset.asp
字号:
<!--
菜菜考勤评分系统V1.0
www.pcicai.cn
fireflymano@163.com
还望多指教!
菜菜网CMSV1.0发布正在筹备中,请关注 www.pcicai.cn
小飞@蝙蝠 QQ 285305740
-->
<!--#include file="check.asp"-->
<!--#include file="conn.asp"-->
<!--#include file="config.asp"-->
<link href=../css.css rel=stylesheet>
<body background="../back.gif">
<div align="center"><form name="form1" method="post" action="fenset_do.asp">
<table width="97%" border="1" cellpadding="3" cellspacing="3" bordercolor="#00CCFF" bordercolordark="#999900" bordercolorlight="#999900">
<tr>
<td height="51" colspan="4" align="center" valign="middle"><font color="#0099FF" size="7"><br>
积分参数设置<br>
</font></td>
</tr>
<tr>
<td height="11" colspan="4"> </td>
</tr>
<tr>
<td height="26" colspan="2">每月上交文章数:
<input name="wenzhangnum" type="text" value=<%=wenzhang%> size="12">
</td>
<td colspan="2">缺席自动锁定次数:
<input name="quexi" type="text" value=<%=quexi%> size="12"></td>
</tr>
<tr>
<td width="24%" height="26">发短信计分(单条):
<input type="text" name="plainfen" size=4 value=<%=plainfen%>></td>
<td width="22%">好短信计分(单条):
<input type="text" name="betterfen" size=4 value=<%=betterfen%>></td>
<td width="29%">优秀短信计分(单条):
<input type="text" name="bestfen" size=4 value=<%=bestfen%>></td>
<td width="25%">推荐短信计分(单条):
<input type="text" name="tuijianfen" size=4 value=<%=tuijianfen%>></td>
</tr><tr align="center" valign="middle"><td height="11" colspan="4"><input type="submit" name="Submit" value="提交" class=bbox>-<input type="reset" class=bbox name="Submit" value="重置"></td></tr>
</table></form>
</div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -