?? index_left.asp
字號:
<%option explicit%>
<!--#include file="inc/conn.asp"-->
<!--#include file="inc/function.asp"-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>合肥學院計算機科學與技術系在線考試系統</title>
<link href="student.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
body {
background-color: #39867B;
}
-->
</style>
</head>
<body topmargin="0" leftmargin="0" bottommargin="0" rightmargin="0">
<br>
<table width="170" align="center" bgcolor="#FFFFFF" cellspacing="1" cellpadding="4" border="0">
<tr>
<td class="tdbg" align="center">
<strong>考生信息</strong>
</td>
</tr>
<tr>
<td class="tdbg" align="left">
考生姓名:<%=request.cookies("aoyi")("studentname")%><br>
性 別:<%=request.cookies("aoyi")("sex")%><br>
出生日期:<% if IsDate(request.cookies("aoyi")("birthday")) then response.write FormatDatetime(request.cookies("aoyi")("birthday"),2)%><br>
狀 態:
<%
'通過cookies判斷考生當前是在考試中還是已登錄或是未登錄
if request.cookies("aoyi")("username") <> "" then
response.write "<font color='blue'>已登錄</font>"
else
response.write "<font color='#BB7700'>未登錄</font>"
end if
%>
</td>
</tr>
</table>
<form name="markquery" action="student_markquery.asp" target="main" method="post">
<table width="170" align="center" bgcolor="#FFFFFF" cellspacing="1" cellpadding="4" border="0">
<tr>
<td class="tdbg" align="center">
<strong>成績查詢</strong>
</td>
</tr>
<tr>
<td class="tdbg" align="center">
課程名稱<br>
<%
call showCourseList(0)'顯示課程名稱的選擇列表,列表的名稱為:CourseID
%>
<br>
時間范圍<br>
從 <input class="text" type="text" name="starttime" size="14" maxlength="16" value=""><br>
到 <input class="text" type="text" name="endtime" size="14" maxlength="16" value=""><br>
</td>
</tr>
<tr>
<td class="tdbg" align="center">
<input type="submit" value=" 查 詢 ">
</td>
</tr>
</table>
</form>
<table width="170" align="center" bgcolor="#FFFFFF" cellspacing="1" cellpadding="4" border="0">
<tr>
<td class="tdbg" align="center">
<strong>版權信息</strong>
</td>
</tr>
<tr>
<td class="tdbg" align="left">
程序制作: <font color="red">陳艷平</font>
</td>
</tr>
<tr>
<td class="tdbg" align="left">
QQ: 16092512 <font color="red">lisa</font></a>
</td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -