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

📄 s_class_infor.aspx

📁 教务实验室选课系统
💻 ASPX
字号:
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="s_class_infor.aspx.vb" Inherits="network_course.s_class_infor"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
	<HEAD>
		<title>班级管理</title>
		<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
		<meta content="Visual Basic .NET 7.1" name="CODE_LANGUAGE">
		<meta content="JavaScript" name="vs_defaultClientScript">
		<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
	</HEAD>
	<body MS_POSITIONING="GridLayout">
		<form id="Form1" method="post" runat="server">
			<TABLE id="Table3" style="Z-INDEX: 103; LEFT: 8px; POSITION: absolute; TOP: 216px" cellSpacing="1"
				cellPadding="1" width="800" background="..\image\bg.jpg" border="0">
				<TR>
					<TD style="HEIGHT: 23px"><FONT style="FONT-SIZE: 13px" face="宋体" size="2">
							<TABLE id="Table2" style="WIDTH: 368px; HEIGHT: 155px" cellSpacing="1" cellPadding="1"
								width="368" border="0">
								<TR>
									<TD><FONT style="FONT-SIZE: 13px" size="2">查询班级情况</FONT></TD>
									<TD></TD>
								</TR>
								<TR>
									<TD><FONT style="FONT-SIZE: 13px" size="2">选择班级:
											<asp:dropdownlist id="DropDownList1" runat="server" Height="20px" Font-Size="13px" Width="56px">
												<asp:ListItem Value="1">1班</asp:ListItem>
												<asp:ListItem Value="2">2班</asp:ListItem>
												<asp:ListItem Value="3">3班</asp:ListItem>
												<asp:ListItem Value="4">4班</asp:ListItem>
											</asp:dropdownlist>&nbsp;</FONT></TD>
									<TD><asp:button id="Button1" runat="server" Height="20px" Font-Size="12px" Width="60px" Text="查询名单"></asp:button></TD>
								</TR>
								<TR>
									<TD><asp:radiobutton id="RadioButton1" runat="server" Font-Size="13px" Text="加入该班" GroupName="group1"
											AutoPostBack="True"></asp:radiobutton></TD>
									<TD></TD>
								</TR>
								<TR>
									<TD><FONT style="FONT-SIZE: 13px" size="2">选择组号:
											<asp:dropdownlist id="DropDownList2" runat="server" Height="20px" Font-Size="13px" Width="56px">
												<asp:ListItem Value="1">1</asp:ListItem>
												<asp:ListItem Value="2">2</asp:ListItem>
												<asp:ListItem Value="3">3</asp:ListItem>
												<asp:ListItem Value="4">4</asp:ListItem>
												<asp:ListItem Value="5">5</asp:ListItem>
												<asp:ListItem Value="6">6</asp:ListItem>
												<asp:ListItem Value="7">7</asp:ListItem>
												<asp:ListItem Value="8">8</asp:ListItem>
												<asp:ListItem Value="9">9</asp:ListItem>
												<asp:ListItem Value="10">10</asp:ListItem>
												<asp:ListItem Value="11">11</asp:ListItem>
												<asp:ListItem Value="12">12</asp:ListItem>
												<asp:ListItem Value="13">13</asp:ListItem>
												<asp:ListItem Value="14">14</asp:ListItem>
												<asp:ListItem Value="15">15</asp:ListItem>
												<asp:ListItem Value="16">16</asp:ListItem>
											</asp:dropdownlist>&nbsp;&nbsp;</FONT></TD>
									<TD></TD>
								</TR>
								<TR>
									<TD><FONT style="FONT-SIZE: 13px" size="2">选择座号:
											<asp:dropdownlist id="DropDownList3" runat="server" Height="20px" Font-Size="13px" Width="56px">
												<asp:ListItem Value="A">A</asp:ListItem>
												<asp:ListItem Value="B">B</asp:ListItem>
												<asp:ListItem Value="C">C</asp:ListItem>
												<asp:ListItem Value="D">D</asp:ListItem>
											</asp:dropdownlist>&nbsp;</FONT></TD>
									<TD><asp:button id="Button2" runat="server" Height="20px" Font-Size="12px" Width="60px" Text="加入该班"></asp:button></TD>
								</TR>
								<TR>
									<TD><asp:radiobutton id="RadioButton2" runat="server" Font-Size="13px" Text="退出该班" GroupName="group1"
											AutoPostBack="True"></asp:radiobutton></TD>
									<TD><asp:button id="Button3" runat="server" Height="20px" Font-Size="12px" Width="60px" Text="退出该班"></asp:button></TD>
								</TR>
							</TABLE>
						</FONT>
					</TD>
				</TR>
				<TR>
					<TD style="HEIGHT: 17px" height="17"><FONT face="宋体"></FONT><FONT face="宋体"></FONT></TD>
				</TR>
				<TR>
					<TD style="HEIGHT: 20px"><FONT face="宋体"><FONT style="FONT-SIZE: 13px" size="2">该班现在共有</FONT>
							<asp:label id="Label1" runat="server" Font-Size="13px"></asp:label><FONT style="FONT-SIZE: 13px" size="2">人,共可以容纳64人。下面是该班的学生名单:</FONT></FONT></TD>
				</TR>
				<TR>
					<TD><FONT face="宋体" size="2"></FONT></TD>
				</TR>
				<TR>
					<TD style="HEIGHT: 45px"><FONT face="宋体"><asp:datagrid id="DataGrid1" runat="server" Height="20px" Font-Size="13px" Width="368px" AutoGenerateColumns="False">
								<AlternatingItemStyle BackColor="#CECFFF"></AlternatingItemStyle>
								<HeaderStyle HorizontalAlign="Center" BackColor="#99CCFF"></HeaderStyle>
								<Columns>
									<asp:BoundColumn DataField="s_id" HeaderText="学号">
										<HeaderStyle Width="100px"></HeaderStyle>
									</asp:BoundColumn>
									<asp:BoundColumn DataField="s_name" HeaderText="姓名">
										<HeaderStyle Width="150px"></HeaderStyle>
									</asp:BoundColumn>
									<asp:BoundColumn DataField="group_id" HeaderText="组号">
										<HeaderStyle Width="50px"></HeaderStyle>
									</asp:BoundColumn>
									<asp:BoundColumn DataField="seat_id" HeaderText="座号">
										<HeaderStyle Width="50px"></HeaderStyle>
									</asp:BoundColumn>
								</Columns>
								<PagerStyle Mode="NumericPages"></PagerStyle>
							</asp:datagrid></FONT></TD>
				</TR>
				<TR>
					<TD><FONT face="宋体">&nbsp;
							<asp:label id="Label2" runat="server" Font-Size="13px" Width="770px" ForeColor="Red"></asp:label></FONT></TD>
				</TR>
			</TABLE>
			<TABLE id="Table1" style="Z-INDEX: 106; LEFT: 8px; WIDTH: 804px; POSITION: absolute; TOP: 8px; HEIGHT: 168px"
				cellSpacing="0" width="804" align="center" border="0">
				<TR>
					<TH style="HEIGHT: 152px" scope="col" colSpan="3" height="152">
						<asp:image id="Image1" runat="server" ImageUrl="..\image\head-2.jpg"></asp:image></TH></TR>
				<TR class="style24">
					<TD style="FONT-SIZE: 13px; HEIGHT: 10px" width="740" height="10"><SPAN class="style粉细文本" id="spWelMessage" style="FONT-SIZE: 13px" runat="server"></SPAN></TD>
					<TD class="style墨蓝细文本" style="HEIGHT: 10px" width="60" bgColor="#ffffff" height="10"><asp:linkbutton class="style墨蓝细文本" id="LinkButton1" runat="server" Font-Size="13px" Width="54px"> 系统注销</asp:linkbutton></TD>
				</TR>
			</TABLE>
			<TABLE id="Table5" style="Z-INDEX: 105; LEFT: 8px; POSITION: absolute; TOP: 184px" height="14"
				cellSpacing="0" width="800" align="center" bgColor="#cecfff" border="0">
				<TR class="style24">
					<TH style="WIDTH: 519px" scope="col" align="left" width="519" colSpan="1" height="14"
						rowSpan="1">
						<SPAN class="style墨蓝细文本" style="FONT-SIZE: 13px"><FONT color="#003399" size="2"><FONT style="FONT-SIZE: 13px" face="宋体">
									<asp:hyperlink id="HyperLink1" runat="server" Font-Size="13px" Width="64px" NavigateUrl="../login.aspx">登录页面</asp:hyperlink>&gt;
									<asp:hyperlink id="HyperLink8" runat="server" Font-Size="13px" Width="72px" NavigateUrl="index.aspx">学生主页面</asp:hyperlink>&gt;班级管理<FONT style="FONT-SIZE: 13px" size="2">页面</FONT></FONT></FONT></SPAN></TH>
					<TD style="WIDTH: 18px" width="18" height="14"></TD>
					<TD style="WIDTH: 30px" width="60" height="14"><asp:hyperlink id="HyperLink15" runat="server" Font-Size="13px" Width="60px" NavigateUrl="s_class_infor.aspx">班级选择</asp:hyperlink></TD>
					<TD width="60" height="14"><asp:hyperlink id="HyperLink14" runat="server" Font-Size="13px" Width="60px" NavigateUrl="s_mark_infor.aspx">成绩查询</asp:hyperlink></TD>
					<TD width="60" height="14"><asp:hyperlink id="HyperLink13" runat="server" Font-Size="13px" Width="60px" NavigateUrl="s_notice_list.aspx">通知查询</asp:hyperlink></TD>
					<TD style="WIDTH: 64px" width="64" height="14">
						<asp:HyperLink id="HyperLink5" runat="server" Font-Size="13px" Width="60px" NavigateUrl="s_exercise_upload.aspx">作业提交</asp:HyperLink></TD>
					<TD width="85" height="14">
						<asp:HyperLink id="HyperLink9" runat="server" Width="85px" Font-Size="13px" NavigateUrl="s_exercise_infor_list.aspx">作业信息查询</asp:HyperLink></TD>
					<TD width="85" height="14">
						<asp:HyperLink id="HyperLink11" runat="server" Width="85px" Font-Size="13px" NavigateUrl="s_lab_infor.aspx">实验信息查询</asp:HyperLink></TD>
					<TD width="60" height="14">
						<asp:HyperLink id="HyperLink10" runat="server" Width="60px" Font-Size="13px" NavigateUrl="login_infor.aspx">个人资料</asp:HyperLink></TD>
				</TR>
			</TABLE>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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