📄 new-course.php
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><!-- InstanceBegin template="/Templates/manager.dwt.php" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<!-- InstanceBeginEditable name="doctitle" -->
<title>新建课程</title>
<!-- InstanceEndEditable --><style type="text/css">
<!--
body {
margin-top: 10px;
}
.style1 {
font-family: "华文琥珀";
font-size: 30px;
}
.style2 {color: #008080}
.style9 {color: #3399CC}
.style12 {color: #3300FF}
.style13 {color: #3333FF}
.style14 {color: #3366FF}
.style16 {color: #3399FF}
.style18 { color: #3399FF;
font-size: 18px;
font-weight: bold;
}
.style19 { color: #000000;
font-weight: bold;
}
-->
</style>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
<!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->
</head>
<body>
<table width="657" height="840" border="1">
<tr>
<td height="145" colspan="2"><img src="../images/head.jpg" width="1024" height="143"></td>
</tr>
<tr>
<td height="67" colspan="2" background="../images/link_16.gif"><p align="center" class="style1"><span class="style2"><span class="style12">管</span><span class="style13">理</span></span><span class="style9"><span class="style14">员</span><span class="style16">系统</span></span></p>
</td>
</tr>
<tr>
<td width="165" rowspan="2" valign="top" bgcolor="#FFf2e6">校级通知管理<br>
<br>
<a href="../query_shnote1.php">查询校级通知</a><br>
<a href="../new_school_note.php">新建校级通知</a><br>
<a href="../query_shnote1.php">修改校级通知</a><br>
<a href="../query_shnote1.php">删除校级通知</a><br>
<p>课程管理</p>
<a href="../query-course.php">查询课程</a><br>
<a href="../new-course.php">新建课程</a><br>
<a href="../query-course.php">修改课程</a><br>
<a href="../query-course.php">删除课程</a><br>
<p>班级管理</p>
<a href="../query-class.php">查询班级</a><br>
<a href="../new-class.php">新建班级</a><br>
<a href="../query-class.php">修改班级</a><br>
<a href="../query-class.php">删除班级</a><br>
<p>年级管理</p>
<a href="../mana-querygrade.php">查询年级</a><br>
<a href="../mana-newgrade.php">新建年级</a><br>
<a href="../change-grade.php">年级更新</a><br>
<a href="../mana-deletegrade.php">删除年级</a><br>
<p>课程表查询</p>
<p> <a href="../query-tctable1.php">教师课程表查询</a><br>
<a href="../query-sctable1.php">班级课程表查询</a></p>
<p>教师帐号管理</p>
<a href="../mana-accountdiv.php">教师帐号分配</a><br>
<a href="../mana-query-account.php">教师帐号查询</a><br>
<a href="../mana-query-account.php">教师帐号删除</a><br>
<p><a href="query-stu-info1.php">学生基本信息查询</a></p>
<p><a href="query-tech-info1.php">教师基本信息查询</a></p>
<a href="../alter-pwd.php">修改密码</a></p>
</td>
<td width="855" height="35"><!-- InstanceBeginEditable name="baiotilan" --><span class="style18">课程管理 -〉新建课程</span><!-- InstanceEndEditable --></td>
</tr>
<tr>
<td height="488" valign="top"><!-- InstanceBeginEditable name="neironglan" -->
<form name="form1" method="post" action="mana-insertcourse.php">
<table width="512" border="1">
<tr>
<td width="161">课程编号</td>
<td width="335"><input name="course_id" type="text" size="6"></td>
</tr>
<tr>
<td>课程名称</td>
<td><input name="course_name" type="text" size="10"></td>
</tr>
<tr>
<td>任课教师</td>
<td><input name="teacher_id" type="text" size="8"></td>
</tr>
<tr>
<td>所属班级</td>
<td><input name="gradeNum" type="text" size="1" maxlength="2">
年级
<input name="classNum" type="text" size="4" maxlength="4">
班</td>
</tr>
<tr>
<td height="38" colspan="2"><p>
<input type="submit" name="Submit" value="提交">
<input name="reset" type="reset" id="reset" value="重置">
</p></td>
</tr>
</table>
</form>
<!-- InstanceEndEditable --></td>
</tr>
<tr>
<td height="54" colspan="2" background="../images/link_15.gif" bgcolor="#7CE5F8"><div align="center">copyright @2007 The school of software of yunnun University </div></td>
</tr>
</table>
</body>
<!-- InstanceEnd --></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -