⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 addmycourse.asp

📁 一套完整的学生课程管理系统
💻 ASP
字号:
<!-- #include file="utility/checkTeacher.asp" -->
<%
	'****************************************
	'目的:			添加课程表单
	'开始时间:		2005-6-5 9:19
	'最后修改时间:	2005-6-5 9:19
	'编写人:		某某某
	'****************************************
%>
<html>

<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>添加课程</title>
<link rel="stylesheet" type="text/css" href="images/link.css">

</head>
<body>

<div align="center">
	<table border="1" width="700" id="table2" cellspacing="0" cellpadding="0" style="border-collapse: collapse" height="22">
		<tr>
			<td>&nbsp;当前操作:&nbsp; 添加新课程</td>
		</tr>
	</table>
	<br>
	<table border="1" width="700" id="table1" cellspacing="0" cellpadding="0" style="border-collapse: collapse" height="114" bordercolor="#CCCCCC">
		<form action="manageMyCourse.asp?actionType=add" method=post>
		<tr>
			<td width="70" height="28" align="right" bgcolor="#F2F2F2">课程名:</td>
			<td height="28" width="258">&nbsp;&nbsp;<input type="text" name="cName" size="20" class="inputText"></td>
			<td height="28" align="right" width="90" bgcolor="#F2F2F2">学分:</td>
			<td height="28" width="279">&nbsp;&nbsp;<input type="text" name="cCredit" size="20" class="inputText"></td>
		</tr>
		<tr>
			<td width="70" align="right" height="28" bgcolor="#F2F2F2">开课时间:</td>
			<td height="28" width="258">&nbsp;&nbsp;<input type="text" name="cStartTime" size="20" class="inputText">(yyyy-mm-dd)</td>
			<td height="28" align="right" width="90" bgcolor="#F2F2F2">结课时间:</td>
			<td height="28" width="279">&nbsp;&nbsp;<input type="text" name="cEndTime" size="20" class="inputText">(yyyy-mm-dd)</td>
		</tr>
		<tr>
			<td width="70" align="right" height="28" bgcolor="#F2F2F2">上课时间:</td>
			<td height="28" width="258">&nbsp;&nbsp;<input type="text" name="cTime" size="20" class="inputText"></td>
			<td height="28" align="right" width="90" bgcolor="#F2F2F2">上课地点:</td>
			<td height="28" width="279">&nbsp;&nbsp;<input type="text" name="cAddress" size="20" class="inputText"></td>
		</tr>
		<tr>
			<td width="70" align="right" height="33" bgcolor="#F2F2F2">操作:</td>
			<td height="33" colspan="3">&nbsp;&nbsp;<input type="submit" value="确定添加" name="B1" class="anniu">&nbsp;
			<input type="reset" value="重新填写" name="B2" class="anniu"></td>
		</tr>
		</form>
	</table>
</div>

</body>

</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -