📄 std_addstudentcoursetablelist.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="std_addStudentCourseTableList.aspx.cs" Inherits="manager_sysManager_studentManage_std_addStudentCourseTableList" %>
<%@ Register Src="std_listFoot.ascx" TagName="std_listFoot" TagPrefix="uc1" %>
<%@ Register Src="std_listMain.ascx" TagName="std_listMain" TagPrefix="uc2" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>添加学生课表</title>
<link href="../../../CSS/CSS.css" rel="stylesheet" type="text/css" />
<link href="../../../CSS/CSS.css" rel="stylesheet" type="text/css" />
<link href="../../../CSS/CSS.css" rel="stylesheet" type="text/css" />
</head>
<body style="margin-top: 0px; margin-bottom: 0px; margin-right:0px; margin-left:0px" class="css">
<form id="form1" runat="server">
<div>
<table style="width: 740px; height: 270px" border="0" cellpadding="0" cellspacing="0" class="css">
<tr style="height: 59px">
<td colspan="3">
<uc2:std_listMain ID="Std_listMain1" runat="server" />
</td>
</tr>
<tr style="height: 25px">
<td colspan="3" style="background-image: url(../../../image/system/main_top_bg.gif)">
学生管理→课表信息管理→添加课表</td>
</tr>
<tr style="height: 136px">
<td colspan="3" style="vertical-align: top; background-color: #dee9f9; text-align: center">
<table border="1" bordercolordark="#003399" bordercolorlight="#6a82dd" cellpadding="0"
cellspacing="0" class="css" style="width: 735px; height: 125px; text-align: left">
<tr style="height: 25px">
<td style="width: 245px">
学院名称:<asp:DropDownList ID="DropDownList3" runat="server" Width="98px">
</asp:DropDownList></td>
<td style="width: 245px">
专业名称:<asp:TextBox ID="courseName" runat="server"></asp:TextBox></td>
<td style="width: 245px">
课表名称:<asp:TextBox ID="teachingMatrialName" runat="server"></asp:TextBox></td>
</tr>
<tr style="height: 25px">
<td style="width: 245px; height: 25px">
星期几:
<asp:DropDownList ID="DropDownList1" runat="server" Width="98px">
</asp:DropDownList></td>
<td style="width: 245px; height: 25px">
时间段:
<asp:DropDownList ID="DropDownList2" runat="server" Width="98px">
</asp:DropDownList></td>
<td style="width: 245px; height: 25px">
课程名称:<asp:TextBox ID="TextBox3" runat="server"></asp:TextBox></td>
</tr>
<tr style="height: 25px">
<td style="width: 245px">
课程编号:<asp:TextBox ID="teacherName" runat="server"></asp:TextBox></td>
<td style="width: 245px">
教师编号:<asp:TextBox ID="teacherCode" runat="server"></asp:TextBox></td>
<td style="width: 245px">
教师名称:<asp:TextBox ID="coursePlace" runat="server"></asp:TextBox></td>
</tr>
<tr style="height: 25px">
<td style="width: 245px">
课程起始:<asp:TextBox ID="creditHour" runat="server"></asp:TextBox></td>
<td style="width: 245px">
一周学时:<asp:TextBox ID="weekPeriod" runat="server"></asp:TextBox></td>
<td style="width: 245px">
上课地点:<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox></td>
</tr>
<tr style="height: 25px">
<td colspan="3" style="text-align: center">
<asp:Button ID="edit" runat="server" Text="编 辑" class="btn3_mouseout" onmousedown="this.className='btn3_mousedown'"
onmouseout="this.className='btn3_mouseout'" onmouseover="this.className='btn3_mouseover'"
onmouseup="this.className='btn3_mouseup'" />
<asp:Button ID="submit" runat="server" class="btn3_mouseout" onmousedown="this.className='btn3_mousedown'"
onmouseout="this.className='btn3_mouseout'" onmouseover="this.className='btn3_mouseover'"
onmouseup="this.className='btn3_mouseup'" Text="提 交" />
<input id="Reset1" class="btn3_mouseout" onmousedown="this.className='btn3_mousedown'"
onmouseout="this.className='btn3_mouseout'" onmouseover="this.className='btn3_mouseover'"
onmouseup="this.className='btn3_mouseup'" type="reset" value="重 置" /></td>
</tr>
</table>
</td>
</tr>
<tr style="height: 50px">
<td colspan="3">
<uc1:std_listFoot ID="Std_listFoot1" runat="server" />
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -