📄 rulequery.asp
字号:
<!-- #include file="adoconn.asp" -->
<html>
<head>
<link rel="stylesheet" href="comCSS.css">
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>查询评分结果信息</title>
<meta name="Microsoft Border" content="t, default">
</head>
<% call GenerateTerm %>
<body><!--msnavigation--><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td>
<p align="left"> </p>
</td></tr><!--msnavigation--></table><!--msnavigation--><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><!--msnavigation--><td valign="top">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr><td valign="top">
<p align="center"><font face="华文新魏" size="4" color="#000080">输入查询关键信息</font></p>
<form method="POST" action="RuleList.asp" align="center">
<div align="left">
<table border="1" width="62%" height="83" align="center">
<tr>
<td width="12%" height="23">
<p align="left">学年:</p>
</td>
<td width="76%" height="23" align="center">
<p align="left"><select size="1" name="D1">
<% if session("month")<9 then %>
<option selected><%=session("year") - 1 %></option>
<%else%>
<option selected><%=session("year") %></option>
<%end if %>
<%for y=2003 to 2020 %>
<option><%=(y)%></option>
<%next%>
</select>年 至 <select size="1" name="D2">
<% if session("month")<9 then %>
<option selected><%=session("year") %></option>
<%else%>
<option selected><%=session("year") + 1 %></option>
<%end if %>
<%for y=2004 to 2021 %>
<option><%=(y)%></option>
<%next%>
</select>年</p>
</td>
</tr>
<tr>
<td width="12%" height="24">
<p align="left">学期:</p>
</td>
<td width="76%" height="24" align="center">
<p align="left">
<select size="1" name="D3">
<option selected><%=session("term") %></option>
<option>一</option>
<option>二</option>
<option>三</option>
<option>四</option>
</select></p>
</td>
</tr>
<tr>
<td width="12%" height="24">
类别:</td>
<td width="76%" height="24" align="center">
<p align="left"><input type="radio" value="教师" checked name="R1">教师打分
<input type="radio" name="R1" value="学生">学生打分 </td>
</tr>
</table>
</div>
<p align="center"><input type="submit" value="查询" name="B1"><input type="reset" value="重选" name="B2"></p>
</form>
</table>
<!--msnavigation--></td></tr><!--msnavigation--></table></body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -