📄 add_class.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<%const need_purview=2%>
<!--#include file="../localhost.asp"-->
<!--#include file="show_error.asp"-->
<!--#include file="../purview.asp"-->
<%
response.expires=0
if session("purview")>2 then
call error("对不起,该系统目前该功能只对教师开放,如有需要,请自建一个教师帐号!--><a href='control/admin_main.asp' target='_parent'>返回管理首页</a>")
call Iserror()
response.end
end if
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>埃里克在线作业系统</title>
<link href="file:///D|/homework_system/main/eric.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style3 {color: #FFFFFF; font-weight: bold; font-size: 14px; }
-->
</style>
</head>
<body>
<form name="form1" method="post" action="admin_check.asp?action=add_class">
<table width="600" border="0" align="center" cellpadding="4" cellspacing="1" id="table_01">
<tr>
<td width="181" class="white_bold_blue">添加班级:</td>
<td width="226" class="white_bold_blue"> </td>
<td width="165" class="white_bold_blue">说明:</td>
</tr>
<tr>
<td>添加你教的班级:</td>
<td><input name="class_er" type="text" class="input_text_01" id="class_er" size="20" maxlength="20"></td>
<td>如:机械023班</td>
</tr>
<tr>
<td colspan="3"><span class="red_bold_14pt_font">注意:</span>
<table width="500" border="0" align="center" cellpadding="4" cellspacing="1" id="table_02">
<tr>
<td width="16" height="16" align="center" valign="middle" bgcolor="#0099CC" class="style3">1</td>
<td width="464" class="red_12pt_font"> 在添加完成该操作后,系统会创建以此命名的文件夹,请不要随意改动(如更名,会大来大量的数据操作!),或者删除,学生的作业都将提交到该文件夹下面,一旦删除,则所有该班级的作业都将删除,无法恢复,请慎重! </td>
</tr>
<tr>
<td width="16" height="16" align="center" valign="middle" bgcolor="#0099CC" class="style3">2</td>
<td>如果你教授多个班级,请一个添加完成后,继续添加</td>
</tr>
<tr>
<td height="16" align="center" valign="middle" bgcolor="#0099CC" class="style3">3</td>
<td>只用添加了班级才能布置作业给相应的班级</td>
</tr>
<tr>
<td height="16" align="center" valign="middle" bgcolor="#0099CC" class="style3">4</td>
<td>还有什么疑问,可以问系统管理员.</td>
</tr>
<tr>
<td height="16" align="center" valign="middle" bgcolor="#0099CC" class="style3">5</td>
<td class="red_12pt_font">当前系统班级文件夹建立后,不允许改名,下一版支持</td>
</tr>
</table>
<br></td>
</tr>
<tr>
<td colspan="3" class="center"><input type="submit" name="Submit" value="提交">
<input type="reset" name="Submit2" value="重置"></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -