📄 viewmypaper.aspx
字号:
<%@ page language="C#" autoeventwireup="true" inherits="student_viewmypaper, App_Web_xmf1oimm" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>寒冰考试系统--查看试卷</title>
<meta http-equiv="Content-Type" content="text/html;charset=gb2312" />
<style type="text/css">
.shortbox{
BORDER-RIGHT: transparent 0px solid; BORDER-TOP: transparent 0px solid; FONT-SIZE: 12px;BORDER-LEFT: transparent 0px solid;BORDER-BOTTOM: #1772dd 1px solid;BACKGROUND-COLOR:TRANSPARENT; color:#4A6EB8;width:70px;text-align:center
}
</style>
</head>
<body topMargin="0">
<form id="extrampaper" method="post" runat="server">
<TABLE id="Table1" cellSpacing="0" cellPadding="0" width="100%" align="center" border="0">
<TR height="35">
<TD align="center" colSpan="3" style="height: 35px"><font style="FONT-SIZE: 16px" face="黑体" color="#0054a6"><asp:label id="lab_extramname" runat="server"></asp:label></font></TD>
</TR>
<TR>
<TD align="center"><STRONG>科目:</STRONG><asp:Label id="lab_coursename" runat="server" ></asp:Label></TD>
<TD align="center"><STRONG>总分:</STRONG><asp:label id="lab_allmark" runat="server"></asp:label>分</TD>
<TD align="center"><STRONG>时间:</STRONG><asp:label id="lab_time" runat="server"></asp:label>分钟</TD>
</TR>
<TR>
<TD colSpan="3">
<hr color="#999999" SIZE="1">
</TD>
</TR>
<TR>
<TD colSpan="3"><span style="color:#0000CC;"><br> <b>一、单选题</b> (共<font color='#ff0000'><asp:Label ID="lab_singlenum" runat="server"></asp:Label></font>题,每题<font color='#ff0000'><asp:Label ID="lab_singlepermark" runat="server"></asp:Label></font>分)<br></span><br>
<asp:DataList ID="dlt_single" runat="server" ShowHeader="False" Width="100%" BorderWidth="0px" >
<ItemTemplate>
<TABLE id="Table2" cellSpacing="0" cellPadding="0" width="95%" align="center" border="0">
<TR>
<TD><asp:Label id="lab_singlenumoftitle" runat="server"></asp:Label><%# DataBinder.Eval(Container.DataItem,"title") %></TD>
</TR>
<TR>
<TD>
<asp:RadioButtonList id="rab_single" runat="server" RepeatDirection="Horizontal">
</asp:RadioButtonList></TD>
</TR>
<tr>
<td>
<span style="color:Red;font-size:11px">考生答案: </span><asp:TextBox ID="tbox_mysingleanswer" CssClass=shortbox runat="server" ></asp:TextBox>
</td>
</tr>
<tr>
<td>
<span style="color:Red;font-size:11px">正确答案: </span><asp:TextBox ID="tbox_singleanswer" CssClass=shortbox runat="server" Text='<%#DataBinder.Eval(Container.DataItem,"answer")%>' ></asp:TextBox>
</td>
</tr>
<TR>
<TD>
<HR color="#999999" SIZE="1">
</TD>
</TR>
</TABLE>
</ItemTemplate>
</asp:DataList></TD></TR>
<TR><TD colSpan="3"><span style="color:#0000CC;"><br> <b>二、多选题</b> (共<font color='#ff0000'><asp:Label ID="lab_multinum" runat="server"></asp:Label></font>题,每题<font color='#ff0000'><asp:Label ID="lab_multipermark" runat="server"></asp:Label></font>分)<br></span><br>
<asp:DataList id="dlt_multi" runat="server" ShowHeader="False" Width="100%" BorderWidth="0px">
<ItemTemplate>
<TABLE id="Table3" cellSpacing="0" cellPadding="0" width="95%" align="center" border="0">
<TR>
<TD>
<asp:Label id="lab_multinumoftitle" runat="server"></asp:Label><%# DataBinder.Eval(Container.DataItem,"title") %>'</TD>
</TR>
<TR>
<TD>
<asp:CheckBoxList id="chb_multi" runat="server" RepeatDirection="Horizontal">
</asp:CheckBoxList></TD>
</TR>
<tr>
<td>
<span style="color:Red;font-size:11px">考生答案: </span><asp:TextBox ID="tbox_mymultianswer" CssClass=shortbox runat="server" ></asp:TextBox>
</td>
</tr>
<tr>
<td>
<span style="color:Red;font-size:11px">正确答案: </span><asp:TextBox ID="tbox_multianswer" CssClass=shortbox runat="server" Text='<%#DataBinder.Eval(Container.DataItem,"answer")%>' ></asp:TextBox>
</td>
</tr>
<TR>
<TD>
<HR color="#999999" SIZE="1">
</TD>
</TR>
</TABLE>
</ItemTemplate>
</asp:DataList></TD></TR><TR>
<TD colSpan="3"><span style="color:#0000CC;"><br> <b>三、判断题</b> (共<font color='#ff0000'><asp:Label ID="lab_rorwnum" runat="server"></asp:Label></font>题,每题<font color='#ff0000'><asp:Label ID="lab_rorwpermark" runat="server"></asp:Label></font>分)<br></span><br>
<asp:DataList id="dlt_rorw" runat="server" ShowHeader="False" Width="100%" BorderWidth="0px">
<ItemTemplate>
<TABLE id="Table4" cellSpacing="0" cellPadding="0" width="95%" align="center" border="0">
<TR>
<TD>
<asp:Label id="lab_rorwnumoftitle" runat="server"></asp:Label><%# DataBinder.Eval(Container.DataItem,"title") %>'</TD>
</TR>
<TR>
<TD>
<asp:RadioButtonList id="rab_rorw" runat="server" RepeatDirection="Horizontal">
<asp:ListItem Value="A" >正确/是</asp:ListItem>
<asp:ListItem Value="B" >错误/否</asp:ListItem>
</asp:RadioButtonList></TD>
</TR>
<tr>
<td>
<span style="color:Red;font-size:11px">考生答案: </span><asp:TextBox ID="tbox_myrorwanswer" CssClass=shortbox runat="server" ></asp:TextBox>
</td>
</tr>
<tr>
<td>
<span style="color:Red;font-size:11px">正确答案: </span><asp:TextBox ID="tbox_rorwanswer" CssClass=shortbox runat="server" Text='<%#DataBinder.Eval(Container.DataItem,"answer")%>'></asp:TextBox>
</td>
</tr>
<TR>
<TD>
<HR color="#999999" SIZE="1">
</TD>
</TR>
</TABLE>
</ItemTemplate>
</asp:DataList></TD></TR>
<tr>
<td>
</tr>
</TABLE>
<div id="persistMenu" style="Z-INDEX: 100; LEFT: 750px; WIDTH: 157px; POSITION: absolute; TOP: 60px; HEIGHT: 126px;FILTER: alpha(opacity=40);background-color:SkyBlue">
<table id="AutoNumber1" style="BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; BORDER-BOTTOM-WIDTH: 1px; WIDTH: 171px; BORDER-COLLAPSE: collapse; HEIGHT: 40px; BORDER-RIGHT-WIDTH: 1px"
borderColor=silver height="40" cellSpacing="0" cellPadding="0" width="171" border="1">
<tr>
<td>
<table id="AutoNumber5" style="WIDTH: 88px; BORDER-COLLAPSE: collapse; HEIGHT: 18px" borderColor="#111111"
height="18" cellSpacing="0" width="88" border="0">
<tr>
<td width=100% colspan=2 align="center"><b><font color=green>考生分数</font></b></td>
</tr>
</table>
</td>
</tr>
</table>
<table id="AutoNumber2" style="BORDER-COLLAPSE: collapse; HEIGHT: 89px"
borderColor="#111111" cellSpacing="0" cellPadding="0" width="171" border="1">
<tr>
<td>
<div align="center">
<center>
<table id="AutoNumber3" style="WIDTH: 167px; BORDER-COLLAPSE: collapse; HEIGHT: 72px" borderColor="#111111"
cellSpacing="0" border="0">
<tr>
<td width=90% height=90% align="center"><span style="font-size:xx-large;font-weight:bolder;color:Red"><%=myfen %></span></td>
</tr>
</table>
</center>
</div>
</td>
</tr>
<tr>
</tr>
</table>
<table id="AutoNumber4" style="WIDTH: 171px; BORDER-COLLAPSE: collapse; HEIGHT: 30px"
borderColor="#111111" height="30" cellSpacing="0" width="171" border="1" >
<tr>
<td width="100%" contenteditable="false">
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -