📄 课程安排.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="课程安排.aspx.cs" Inherits="课程安排" %>
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><style type="text/css">
<!--
body {
background-image: url(t1.jpg);
background-repeat: no-repeat;
}
-->
</style></head>
<body>
<form id="form1" runat="server">
<div>
<div>
<div title="课程安排">
<table align="center" border="0" width="200">
<tr>
<td>
<img height="68" src="标题副本.png" width="699" /></td>
</tr>
</table>
<br />
<table align="center" border="0" width="750">
<tr>
<td align="center" bgcolor="#ffff00" style="width: 183px; height: 21px">
<asp:HyperLink ID="HyperLink11" runat="server" NavigateUrl="管理模块_帐户管理.aspx">账户信息管理</asp:HyperLink></td>
<td align="center" bgcolor="#ffff00" style="color: #000000; height: 21px" width="183">
<asp:HyperLink ID="HyperLink12" runat="server" NavigateUrl="学生信息管理.aspx">学生信息管理</asp:HyperLink></td>
<td align="center" bgcolor="#ffff00" style="color: #000000; height: 21px" width="183">
<asp:HyperLink ID="HyperLink13" runat="server" NavigateUrl="教师信息管理.aspx">教师信息管理</asp:HyperLink></td>
<td align="center" bgcolor="#ffff00" style="height: 21px" width="183">
<asp:HyperLink ID="HyperLink14" runat="server" NavigateUrl="成绩课程管理.aspx">成绩课程管理</asp:HyperLink></td>
</tr>
</table>
<br />
<table align="center" width="718">
<tr>
<td align="left" style="width: 138px" valign="top">
<table align="center" border="0" height="302" style="width: 127px">
<tr>
<td align="center" bgcolor="#ffff00" style="width: 127px; height: 11px">
<asp:HyperLink ID="HyperLink15" runat="server" NavigateUrl="课程信息浏览.aspx">课程信息浏览</asp:HyperLink></td>
</tr>
<tr>
<td align="center" bgcolor="#ffff00" style="width: 127px; height: 3px">
<asp:HyperLink ID="HyperLink16" runat="server" NavigateUrl="任课信息查询.aspx">任课信息查询</asp:HyperLink></td>
</tr>
<tr>
<td align="center" bgcolor="#ffff00" style="width: 127px; height: 12px">
<asp:HyperLink ID="HyperLink17" runat="server" NavigateUrl="任课修改删除.aspx">任课修改删除</asp:HyperLink></td>
</tr>
<tr>
<td align="center" bgcolor="#ffff00" style="width: 127px; height: 5px">
<asp:HyperLink ID="HyperLink18" runat="server" NavigateUrl="修改删除科目.aspx">修改删除科目</asp:HyperLink></td>
</tr>
<tr>
<td align="center" bgcolor="#ffff00" style="width: 127px">
<asp:HyperLink ID="HyperLink19" runat="server" NavigateUrl="课程安排.aspx">课程安排</asp:HyperLink></td>
</tr>
<tr>
<td align="center" bgcolor="#ffff00" style="width: 127px">
<asp:HyperLink ID="HyperLink20" runat="server" NavigateUrl="添加科目.aspx">添加科目</asp:HyperLink></td>
</tr>
<tr>
<td align="center" style="width: 127px; height: 36px">
</td>
</tr>
<tr>
<td style="width: 127px; height: 162px">
</td>
</tr>
</table>
</td>
<td style="width: 426px">
<table style="width: 495px; height: 327px">
<tr>
<td align="left" style="width: 62px; height: 13px">
学号</td>
<td align="left" style="width: 100px; height: 13px">
<asp:DropDownList ID="DropDownList1" runat="server" Width="70px">
</asp:DropDownList>至</td>
<td align="left" style="width: 100px; height: 13px">
<asp:DropDownList ID="DropDownList2" runat="server" AutoPostBack="True"
Width="69px">
</asp:DropDownList></td>
<td style="width: 110px; height: 13px">
</td>
</tr>
<tr>
<td align="left" style="width: 62px">
课程号</td>
<td align="left" style="width: 100px">
<asp:DropDownList ID="DropDownList3" runat="server" AutoPostBack="True" OnSelectedIndexChanged="DropDownList3_SelectedIndexChanged"
Width="70px">
</asp:DropDownList></td>
<td align="left" style="width: 100px">
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox></td>
<td style="width: 110px">
</td>
</tr>
<tr>
<td align="left" style="width: 62px">
教师号</td>
<td align="left" style="width: 100px">
<asp:DropDownList ID="DropDownList4" runat="server" AutoPostBack="True" OnSelectedIndexChanged="DropDownList4_SelectedIndexChanged"
Width="69px">
</asp:DropDownList></td>
<td align="left" style="width: 100px">
<asp:TextBox ID="TextBox2" runat="server"></asp:TextBox></td>
<td style="width: 110px">
</td>
</tr>
<tr>
<td align="left" colspan="1" style="width: 62px">
日期</td>
<td align="left" colspan="3">
<asp:DropDownList ID="DropDownList5" runat="server">
</asp:DropDownList>
年<asp:DropDownList ID="DropDownList6" runat="server">
</asp:DropDownList>月<asp:DropDownList ID="DropDownList7" runat="server">
</asp:DropDownList>
日</td>
</tr>
<tr>
<td style="width: 62px; height: 18px">
</td>
<td style="width: 100px; height: 18px" valign="top">
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="多记录插入" /></td>
<td style="width: 100px; height: 18px" valign="top">
<asp:Label ID="Label1" runat="server" Width="97px"></asp:Label></td>
<td style="width: 110px; height: 18px" valign="top">
<asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="多记录删除" /></td>
</tr>
<tr>
<td style="width: 62px; height: 187px">
</td>
<td colspan="3" style="height: 187px" valign="top">
<asp:GridView ID="GridView1" runat="server" AllowPaging="True" BackColor="White"
BorderColor="#336666" BorderStyle="Double" BorderWidth="3px" CellPadding="4"
GridLines="Horizontal" PageSize="4">
<FooterStyle BackColor="White" ForeColor="#333333" />
<RowStyle BackColor="White" ForeColor="#333333" />
<SelectedRowStyle BackColor="#339966" Font-Bold="True" ForeColor="White" />
<PagerStyle BackColor="#336666" ForeColor="White" HorizontalAlign="Center" />
<HeaderStyle BackColor="#336666" Font-Bold="True" ForeColor="White" />
</asp:GridView>
<asp:Label ID="Label2" runat="server" Text="Label"></asp:Label></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</div>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -