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

📄 managrubric.aspx

📁 这是一个非常棒的java在线考试系统毕业设计代码
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="ManagRubric.aspx.cs" AutoEventWireup="false" Inherits="BSNetExam.RubricInfo.ManagRubric" %>
<!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="C#" name="CODE_LANGUAGE">
		<meta content="JavaScript" name="vs_defaultClientScript">
		<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
		<script language="javascript" src="../CSS/NORightMouse.js"></script>
		<LINK href="../CSS/STYLE.CSS" type="text/css" rel="stylesheet">
	</HEAD>
	<body style="OVERFLOW-X: hidden" leftMargin="0" topMargin="0" rightMargin="0" MS_POSITIONING="GridLayout">
		<form id="Form1" method="post" runat="server">
			<table cellSpacing="0" cellPadding="0" width="540" border="0">
				<tr>
					<td>
						<table cellSpacing="0" cellPadding="0" border="0">
							<tr>
								<td colSpan="10"><br>
								</td>
							</tr>
							<tr>
								<td width="10"></td>
								<td align="left">
									<table cellSpacing="0" cellPadding="0" border="0">
										<tbody>
											<tr>
												<td height="5"><IMG height="5" src="../image/corner_00.gif" width="90"></td>
											</tr>
											<tr>
												<td bgColor="#808080">
													<table cellSpacing="0" cellPadding="0" width="88" align="center" border="0">
														<tr>
															<td style="COLOR: #990000" vAlign="top" align="center" bgColor="#ffffff"><A href="AddRubric.aspx">添加试题</A>
															</td>
														</tr>
													</table>
												</td>
											</tr>
										</tbody>
									</table>
								</td>
								<td width="1">&nbsp;</td>
								<td align="left">
									<table cellSpacing="0" cellPadding="0" border="0">
										<tbody>
											<tr>
												<td height="5"><IMG height="5" src="../image/corner_00.gif" width="90"></td>
											</tr>
											<tr>
												<td bgColor="#808080">
													<table cellSpacing="0" cellPadding="0" width="88" align="center" border="0">
														<tr>
															<td style="COLOR: #990000" vAlign="top" align="center" bgColor="#ffffff"><A href="QueryRubric.aspx">试题查询</A>
															</td>
														</tr>
													</table>
												</td>
											</tr>
										</tbody>
									</table>
								</td>
								<td width="1">&nbsp;</td>
								<td align="left">
									<table cellSpacing="0" cellPadding="0" border="0">
										<tbody>
											<tr>
												<td height="5"><IMG height="5" src="../image/corner_00.gif" width="90"></td>
											</tr>
											<tr>
												<td bgColor="#808080">
													<table cellSpacing="0" cellPadding="0" width="88" align="center" border="0">
														<tr>
															<td style="COLOR: #990000" vAlign="top" align="center" bgColor="#ffffff"><A href="CountRubric.aspx">题库统计</A>
															</td>
														</tr>
													</table>
												</td>
											</tr>
										</tbody>
									</table>
								</td>
								<td width="1">&nbsp;</td>
								<td align="left">
									<table cellSpacing="0" cellPadding="0" border="0">
										<tbody>
											<tr>
												<td height="5"><IMG height="5" src="../image/corner_00.gif" width="90"></td>
											</tr>
											<tr>
												<td bgColor="#808080">
													<table cellSpacing="0" cellPadding="0" width="88" align="center" border="0">
														<tr>
															<td style="COLOR: #990000" vAlign="top" align="center" bgColor="#ffffff"><A href="CheckRubric.aspx">审核试题</A>
															</td>
														</tr>
													</table>
												</td>
											</tr>
										</tbody>
									</table>
								</td>
								<td width="1">&nbsp;</td>
								<td align="left">
									<table cellSpacing="0" cellPadding="0" border="0">
										<tbody>
											<tr>
												<td height="5"><IMG height="5" src="../image/corner_00.gif" width="90"></td>
											</tr>
											<tr>
												<td bgColor="#808080">
													<table cellSpacing="0" cellPadding="0" width="88" align="center" border="0">
														<tr>
															<td style="COLOR: #990000" vAlign="top" align="center" bgColor="#ffffff"><A href="ManagRubric.aspx">题库管理</A>
															</td>
														</tr>
													</table>
												</td>
											</tr>
										</tbody>
									</table>
								</td>
							</tr>
						</table>
					</td>
				</tr>
				<tr>
					<td>
						<table cellSpacing="0" cellPadding="0" width="520" align="center" border="0">
							<tr>
								<td width="1" bgColor="#808080" colSpan="3" height="1"></td>
							</tr>
							<tr>
								<td width="1" bgColor="#808080"></td>
								<td vAlign="top" width="518" height="400">
									<!--内容-->
									<TABLE id="Table2" cellSpacing="0" cellPadding="0" width="500" align="center" border="0">
										<tr>
											<td><br>
											</td>
										</tr>
										<tr height="25">
											<td align="center"><font style="FONT-SIZE: 16px" face="黑体" color="#0054a6">管理试题信息</font></td>
										</tr>
										<tr>
											<td><asp:linkbutton id="LinkButAll" runat="server">选择所有</asp:linkbutton>&nbsp;|
												<asp:linkbutton id="LinkButDelete" runat="server">删除选中信息</asp:linkbutton>&nbsp;&nbsp; 
												科目:<asp:dropdownlist id="DDLSubject" runat="server"></asp:dropdownlist>
												题型:<asp:dropdownlist id="DDLType" runat="server">
													<asp:ListItem Value="0" Selected="True">--全部--</asp:ListItem>
													<asp:ListItem Value="A">单选题</asp:ListItem>
													<asp:ListItem Value="B">多选题</asp:ListItem>
													<asp:ListItem Value="C">判断题</asp:ListItem>
													<asp:ListItem Value="D">填空题</asp:ListItem>
													<asp:ListItem Value="E">简答题</asp:ListItem>
													<asp:ListItem Value="F">作文题</asp:ListItem>
													<asp:ListItem Value="G">论述题</asp:ListItem>
													<asp:ListItem Value="H">分析题</asp:ListItem>
													<asp:ListItem Value="I">音像题</asp:ListItem>
												</asp:dropdownlist>
												<asp:imagebutton id="ImgButBrow" runat="server" ImageUrl="../image/button/butQuery.gif"></asp:imagebutton></td>
										</tr>
										<TR>
											<td><asp:datagrid id="DataGridRubric" runat="server" Width="100%" AutoGenerateColumns="False" AllowPaging="True"
													BorderWidth="1px" CellPadding="0" PageSize="15">
													<HeaderStyle HorizontalAlign="Center" ForeColor="White" BackColor="#076AA3"></HeaderStyle>
													<Columns>
														<asp:TemplateColumn>
															<HeaderStyle Width="30px"></HeaderStyle>
															<ItemTemplate>
																<asp:CheckBox id="CheckDel" runat="server"></asp:CheckBox>
															</ItemTemplate>
														</asp:TemplateColumn>
														<asp:BoundColumn Visible="False" DataField="ID" HeaderText="ID"></asp:BoundColumn>
														<asp:BoundColumn DataField="SubjectName" HeaderText="科目">
															<HeaderStyle Width="80px"></HeaderStyle>
														</asp:BoundColumn>
														<asp:BoundColumn DataField="RubricType" HeaderText="题型">
															<HeaderStyle Width="50px"></HeaderStyle>
														</asp:BoundColumn>
														<asp:BoundColumn Visible="False" DataField="SubjectID"></asp:BoundColumn>
														<asp:TemplateColumn HeaderText="试题内容">
															<ItemTemplate>
																<asp:Label id=labTitle runat="server" Text='<%# DataBinder.Eval(Container.DataItem,"RubricTitle") %>'>
																</asp:Label>
															</ItemTemplate>
														</asp:TemplateColumn>
														<asp:BoundColumn DataField="Flag" HeaderText="所属题库">
															<HeaderStyle HorizontalAlign="Center" Width="60px"></HeaderStyle>
														</asp:BoundColumn>
														<asp:TemplateColumn HeaderText="操作">
															<HeaderStyle Width="65px"></HeaderStyle>
															<ItemTemplate>
																<asp:Label id="labLook" runat="server">查看</asp:Label>&nbsp;
																<asp:Label id="labEdit" runat="server">修改</asp:Label>&nbsp;
															</ItemTemplate>
														</asp:TemplateColumn>
													</Columns>
													<PagerStyle HorizontalAlign="Right" Mode="NumericPages"></PagerStyle>
												</asp:datagrid></td>
										</TR>
									</TABLE>
								</td>
								<td width="1" bgColor="#808080"></td>
							</tr>
							<tr>
								<td width="1" bgColor="#808080" colSpan="3" height="1"></td>
							</tr>
						</table>
					</td>
				</tr>
			</table>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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