📄 score_personquery.aspx
字号:
<%@ Page language="c#" Codebehind="Score_PersonQuery.aspx.cs" AutoEventWireup="false" Inherits="Web_Exam.ScorePersonQuery" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<LINK href="../style.css" type="text/css" rel="stylesheet">
<link href="../Admin_Default.css" rel="stylesheet" type="text/css" >
<meta content="BlendTrans(Duration=0.1)" http-equiv="Page-Exit">
<script src="popcalendar.js"></script>
</HEAD>
<body>
<FONT face="宋体">
<FORM id="FormBegin" runat="server">
<DIV align="center"><asp:label id="myLabel" runat="server" width="100%" ></asp:label></DIV>
<TABLE class="border" id="Table1" height="120" cellSpacing="1" cellPadding="1" width="360"
align="center" >
<TBODY>
<TR>
<TD class="title" align="center" colSpan="2" height="25"><B>查询条件</B></TD>
</TR>
<TR>
<TD class="tdbg" align="right" width="80" height="9">输入学号:</TD>
<TD class="tdbg" align="left" width="280" height="9">
<asp:TextBox id="TxtStuNum" align=" left" width="100px" runat="server"></asp:TextBox>
<asp:RequiredFieldValidator id="RequiredFieldValidator" runat="server" ErrorMessage="*请输入学号!" Display="Dynamic"
ControlToValidate="TxtStuNum"></asp:RequiredFieldValidator></TD>
</TR>
<TR>
<TD class="tdbg" align="right" width="80" height="20">考试性质:</TD>
<TD class="tdbg" align="left" width="280" height="20">
<asp:DropDownList id="DPCharacter" runat="server">
<asp:ListItem>全部</asp:ListItem>
<asp:ListItem>期中</asp:ListItem>
<asp:ListItem>期末</asp:ListItem>
<asp:ListItem>重修</asp:ListItem>
<asp:ListItem>补考</asp:ListItem>
</asp:DropDownList></TD>
</TR>
<TR>
<TD class="tdbg" align="right" width="80">起始时间:</TD>
<TD class="tdbg" align="left" width="280"><INPUT class="edLine" id="BeginTime" readOnly type="text" name="BeginTime" Width="100px"><BUTTON style="BORDER-RIGHT: #a4b3c8 1px solid; BORDER-TOP: #a4b3c8 1px solid; FONT-SIZE: 12px; MARGIN: 1px; BORDER-LEFT: #a4b3c8 1px solid; WIDTH: 60px; BORDER-BOTTOM: #a4b3c8 1px solid; HEIGHT: 18px; BACKGROUND-COLOR: #dfe7ef"
onfocus="this.blur()" onclick="popUpCalendar(this,document.forms[0].BeginTime,'yyyy-mm-dd')" type="button">选择日期</BUTTON>
</TD>
</TR>
<TR>
<TD class="tdbg" align="right" width="80">结束时间:</TD>
<TD class="tdbg" align="left" width="280"><INPUT class="edLine" id="EndTime" readOnly type="text" name="EndTime" Width="100px"><BUTTON style="BORDER-RIGHT: #a4b3c8 1px solid; BORDER-TOP: #a4b3c8 1px solid; FONT-SIZE: 12px; MARGIN: 1px; BORDER-LEFT: #a4b3c8 1px solid; WIDTH: 60px; BORDER-BOTTOM: #a4b3c8 1px solid; HEIGHT: 18px; BACKGROUND-COLOR: #dfe7ef"
onfocus="this.blur()" onclick="popUpCalendar(this,document.forms[0].EndTime,'yyyy-mm-dd')" type="button">选择日期</BUTTON></TD>
</TR>
<TR>
<TD class="tdbg" align="center" colSpan="2">
<asp:button id="BtnQuery" Runat="server" Text="查询" CssClass="btn" Width="49px"></asp:button></TD>
</TR>
</FORM>
</FONT></TBODY></TABLE>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -