?? 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 + -