📄 admin_paperdetail.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/Admin/Admin.master" AutoEventWireup="true" CodeFile="admin_PaperDetail.aspx.cs" Inherits="Admin_PapwerDetail" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table style="width: 540px; height: 230px">
<tr>
<td colspan="3" style="text-align: center; width: 550px; height: 26px;">
<span style="font-size: 16pt">
<asp:Label ID="Label1" runat="server"></asp:Label>试卷的详细信息</span></td>
</tr>
<tr>
<td style="height: 50px; width: 550px;" colspan="3">
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" Height="197px"
Width="684px">
<Columns>
<asp:TemplateField>
<ItemTemplate>
<table style="width: 545px; height: 172px">
<tr>
<td colspan="3" style="width: 265px">
<asp:Label ID="Label2" runat="server" Text="<%# Container.DataItemIndex+1 %>"></asp:Label>
<asp:Label ID="Label3" runat="server" Text='<%# Eval("Title","、{0}") %>'></asp:Label>
<asp:Label ID="Label4" runat="server" Text='<%# Eval("Answer") %>' Visible="False"></asp:Label>
<asp:Label ID="Label31" runat="server" Text='<%# Eval("Mark") %>' Visible="False"></asp:Label></td>
</tr>
<tr>
<td colspan="1" style="width: 369px; text-align: left">
<asp:RadioButton ID="RadioButton1" runat="server" Text='A:' GroupName="S1" />
<asp:Label ID="Label6" runat="server" Text='<%# Eval("AnswerA") %>'></asp:Label></td>
<td colspan="3" style="text-align: left; width: 265px;">
<asp:RadioButton ID="RadioButton2" runat="server" Text='B:' GroupName="S1" />
<asp:Label ID="Label7" runat="server" Text='<%# Eval("AnswerB") %>'></asp:Label></td>
</tr>
<tr>
<td colspan="1" style="text-align: left; width: 369px;">
<asp:RadioButton ID="RadioButton3" runat="server" Text='C:' GroupName="S1" />
<asp:Label ID="Label8" runat="server" Text='<%# Eval("AnswerC") %>'></asp:Label></td>
<td colspan="3" style="text-align: left; width: 265px;">
<asp:RadioButton ID="RadioButton4" runat="server" Text='D:' GroupName="S1" />
<asp:Label ID="Label9" runat="server" Text='<%# Eval("AnswerD") %>'></asp:Label></td>
</tr>
</table>
</ItemTemplate>
<HeaderTemplate>
<asp:Label ID="Label36" runat="server" Text="一、单选题(每题"></asp:Label>
<asp:Label ID="Label5" runat="server" Text='<%# Eval("Mark") %>'></asp:Label>
<asp:Label ID="Label37" runat="server" Text="分)"></asp:Label>
</HeaderTemplate>
</asp:TemplateField>
</Columns>
</asp:GridView>
</td>
</tr>
<tr>
<td colspan="3" style="width: 550px; height: 50px">
<asp:GridView ID="GridView2" runat="server" AutoGenerateColumns="False" Height="217px"
Width="684px">
<Columns>
<asp:TemplateField>
<ItemTemplate>
<table style="width: 576px; height: 176px">
<tr>
<td colspan="3" style="width: 304px">
<asp:Label ID="Label14" runat="server" Text="<%# Container.DataItemIndex+1 %>"></asp:Label>
<asp:Label ID="Label15" runat="server" Text='<%# Eval("Title","、{0}") %>'></asp:Label>
<asp:Label ID="Label16" runat="server" Text='<%# Eval("Answer") %>' Visible="False"></asp:Label>
<asp:Label ID="Label32" runat="server" Text='<%# Eval("Mark") %>' Visible="False"></asp:Label></td>
</tr>
<tr>
<td colspan="1" style="width: 266px; height: 26px">
<asp:CheckBox ID="CheckBox1" runat="server" Text="A:" />
<asp:Label ID="Label17" runat="server" Text='<%# Eval("AnswerA") %>'></asp:Label></td>
<td colspan="3" style="width: 310px; height: 26px">
<asp:CheckBox ID="CheckBox3" runat="server" Text="B:" />
<asp:Label ID="Label18" runat="server" Text='<%# Eval("AnswerB") %>'></asp:Label></td>
</tr>
<tr>
<td colspan="1" style="width: 266px">
<asp:CheckBox ID="CheckBox2" runat="server" Text="C:" />
<asp:Label ID="Label19" runat="server" Text='<%# Eval("AnswerC") %>'></asp:Label></td>
<td colspan="4">
<asp:CheckBox ID="CheckBox4" runat="server" Text="D:" />
<asp:Label ID="Label20" runat="server" Text='<%# Eval("AnswerD") %>'></asp:Label></td>
</tr>
</table>
</ItemTemplate>
<HeaderTemplate>
<asp:Label ID="Label37" runat="server" Text=" 二、多选题(每题"></asp:Label>
<asp:Label ID="Label10" runat="server"></asp:Label>分)
</HeaderTemplate>
</asp:TemplateField>
</Columns>
</asp:GridView>
</td>
</tr>
<tr>
<td colspan="3" style="width: 550px; height: 50px">
<asp:GridView ID="GridView3" runat="server" Height="195px" Width="622px" AutoGenerateColumns="False">
<Columns>
<asp:TemplateField>
<HeaderTemplate>
<asp:Label ID="Label38" runat="server" Text=" 三、判断题(每题"></asp:Label>
<asp:Label ID="Label11" runat="server"></asp:Label>分)
</HeaderTemplate>
<ItemTemplate>
<table style="width: 645px; height: 29px">
<tr>
<td colspan="3" rowspan="2" style="height: 123px">
<asp:Label ID="Label21" runat="server" Text="<%# Container.DataItemIndex+1 %>"></asp:Label>
<asp:Label ID="Label22" runat="server" Text='<%# Eval("Title","、{0}") %>'></asp:Label>
<asp:Label ID="Label23" runat="server" Text='<%# Eval("Answer") %>' Visible="False"></asp:Label>
<asp:Label ID="Label33" runat="server" Text='<%# Eval("Mark") %>' Visible="False"></asp:Label>
<asp:CheckBox ID="CheckBox5" runat="server" /></td>
</tr>
<tr>
</tr>
</table>
</ItemTemplate>
</asp:TemplateField>
</Columns>
</asp:GridView>
</td>
</tr>
<tr>
<td colspan="3" style="width: 550px; height: 50px">
<asp:GridView ID="GridView4" runat="server" Height="198px" Width="581px" AutoGenerateColumns="False">
<Columns>
<asp:TemplateField>
<HeaderTemplate>
四、填空题(每题<asp:Label ID="Label12" runat="server"></asp:Label>分)
</HeaderTemplate>
<ItemTemplate>
<table style="width: 661px; height: 52px">
<tr>
<td colspan="3" rowspan="3">
<asp:Label ID="Label24" runat="server" Text="<%# Container.DataItemIndex+1 %>"></asp:Label>
<asp:Label ID="Label25" runat="server" Text='<%# Eval("FrontTitle","、{0}") %>'></asp:Label>
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
<asp:Label ID="Label26" runat="server" Text='<%# Eval("BackTitle") %>'></asp:Label>
<asp:Label ID="Label27" runat="server" Text='<%# Eval("Answer") %>' Visible="False"></asp:Label>
<asp:Label ID="Label34" runat="server" Text='<%# Eval("Mark") %>'></asp:Label></td>
</tr>
<tr>
</table>
</ItemTemplate>
</asp:TemplateField>
</Columns>
</asp:GridView>
</td>
</tr>
<tr>
<td colspan="3" style="width: 550px; height: 50px">
<asp:GridView ID="GridView5" runat="server" Height="100px" Width="593px" AutoGenerateColumns="False">
<Columns>
<asp:TemplateField>
<HeaderTemplate>
五、简答题(每题<asp:Label ID="Label13" runat="server"></asp:Label>分)
</HeaderTemplate>
<ItemTemplate>
<table style="width: 679px; height: 181px">
<tr>
<td colspan="3">
<asp:Label ID="Label28" runat="server" Text="<%# Container.DataItemIndex+1 %>"></asp:Label>
<asp:Label ID="Label29" runat="server" Text='<%# Eval("Title","、{0}") %>'></asp:Label>
<asp:Label ID="Label30" runat="server" Text='<%# Eval("Answer") %>' Visible="False"></asp:Label>
<asp:Label ID="Label35" runat="server" Text='<%# Eval("Mark") %>' Visible="False"></asp:Label></td>
</tr>
<tr>
<td colspan="3" rowspan="2">
<asp:TextBox ID="TextBox2" runat="server" Height="83px" TextMode="MultiLine" Width="660px"></asp:TextBox></td>
</tr>
<tr>
</tr>
</table>
</ItemTemplate>
</asp:TemplateField>
</Columns>
</asp:GridView>
</td>
</tr>
</table>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -