2022-12-20 09:32:32 +08:00
|
|
|
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="TestRecordView.aspx.cs" Inherits="FineUIPro.Web.Person.EduTrain.TestRecordView" %>
|
|
|
|
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head runat="server">
|
|
|
|
<title>查看考试记录</title>
|
|
|
|
<link href="~/res/css/common.css" rel="stylesheet" type="text/css" />
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<form id="form1" runat="server">
|
|
|
|
<f:PageManager ID="PageManager1" AutoSizePanelID="SimpleForm1" runat="server" />
|
|
|
|
<f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" AutoScroll="true"
|
|
|
|
Layout="VBox" BodyPadding="10px" runat="server" RedStarPosition="BeforeText"
|
|
|
|
LabelAlign="Right">
|
|
|
|
<Rows>
|
|
|
|
<f:FormRow>
|
|
|
|
<Items>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:TextBox ID="txtPlanName" runat="server" Label="<%$ Resources:Lan,P_TrainTestRecord_Grid1_Column_TrainingName_HeaderText%>" Readonly="true" LabelAlign="Right">
|
2022-12-20 09:32:32 +08:00
|
|
|
</f:TextBox>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:TextBox ID="txtTestManName" runat="server" Label="<%$ Resources:Lan,P_TestRecordView_txtTestManName_Label%>" Readonly="true" LabelAlign="Right">
|
2022-12-20 09:32:32 +08:00
|
|
|
</f:TextBox>
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
<f:FormRow>
|
|
|
|
<Items>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:TextArea ID="txtAbstracts" runat="server" Label="<%$ Resources:Lan,P_TestRecordView_txtAbstracts_Label%>" Height="50px" Readonly="true"
|
2022-12-20 09:32:32 +08:00
|
|
|
LabelAlign="Right">
|
|
|
|
</f:TextArea>
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
<f:FormRow>
|
|
|
|
<Items>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:TextBox ID="txtTestType" runat="server" Label="<%$ Resources:Lan,P_TrainTestDB_Window2_Title%>" Readonly="true" LabelAlign="Right">
|
2022-12-20 09:32:32 +08:00
|
|
|
</f:TextBox>
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
<f:FormRow>
|
|
|
|
<Items>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:TextBox ID="txtAItem" runat="server" Label="<%$ Resources:Lan,P_TestTrainingOut_RenderField_AItem_HeaderText%>" Readonly="true" LabelAlign="Right">
|
2022-12-20 09:32:32 +08:00
|
|
|
</f:TextBox>
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
<f:FormRow>
|
|
|
|
<Items>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:TextBox ID="txtBItem" runat="server" Label="<%$ Resources:Lan,P_TestTrainingOut_RenderField_BItem_HeaderText%>" Readonly="true" LabelAlign="Right">
|
2022-12-20 09:32:32 +08:00
|
|
|
</f:TextBox>
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
<f:FormRow>
|
|
|
|
<Items>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:TextBox ID="txtCItem" runat="server" Label="<%$ Resources:Lan,P_TestTrainingOut_RenderField_CItem_HeaderText%>" Readonly="true" LabelAlign="Right">
|
2022-12-20 09:32:32 +08:00
|
|
|
</f:TextBox>
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
<f:FormRow>
|
|
|
|
<Items>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:TextBox ID="txtDItem" runat="server" Label="<%$ Resources:Lan,P_TestTrainingOut_RenderField_DItem_HeaderText%>" Readonly="true" LabelAlign="Right">
|
2022-12-20 09:32:32 +08:00
|
|
|
</f:TextBox>
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
<f:FormRow>
|
|
|
|
<Items>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:TextBox ID="txtEItem" runat="server" Label="<%$ Resources:Lan,P_TestTrainingOut_RenderField_EItem_HeaderText%>" Readonly="true" LabelAlign="Right">
|
2022-12-20 09:32:32 +08:00
|
|
|
</f:TextBox>
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
<f:FormRow>
|
|
|
|
<Items>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:TextBox ID="txtAnswerItems" runat="server" Label="<%$ Resources:Lan,P_TrainTestView_Grid1_Column_QsnAnswer_HeaderText%>" Readonly="true" LabelAlign="Right">
|
2022-12-20 09:32:32 +08:00
|
|
|
</f:TextBox>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:TextBox ID="txtScore" runat="server" Label="<%$ Resources:Lan,P_TestRecordView_txtScore_Label%>" Readonly="true" LabelAlign="Right">
|
2022-12-20 09:32:32 +08:00
|
|
|
</f:TextBox>
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
<f:FormRow>
|
|
|
|
<Items>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:TextBox ID="txtSelectedItem" runat="server" Label="<%$ Resources:Lan,P_TestRecordView_txtSelectedItem_Label%>" Readonly="true" LabelAlign="Right">
|
2022-12-20 09:32:32 +08:00
|
|
|
</f:TextBox>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:TextBox ID="txtSubjectScore" runat="server" Label="<%$ Resources:Lan,P_PersonChecking_Grid1_Column_Grade_HeaderText%>" Readonly="true" LabelAlign="Right">
|
2022-12-20 09:32:32 +08:00
|
|
|
</f:TextBox>
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
<f:FormRow runat="server" ID="trUrl" ColumnWidths="10% 90%">
|
|
|
|
<Items>
|
|
|
|
<f:ContentPanel ID="ContentPanel1" runat="server" ShowHeader="false" ShowBorder="false"
|
2025-02-23 13:09:38 +08:00
|
|
|
Title="<%$ Resources:Lan,P_TestRecordView_ContentPanel1_Title%>">
|
2022-12-20 09:32:32 +08:00
|
|
|
<table>
|
|
|
|
<tr style="height: 25px">
|
|
|
|
<td align="left">
|
|
|
|
<div id="divFile" runat="server">
|
|
|
|
</div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</f:ContentPanel>
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
</Rows>
|
|
|
|
</f:Form>
|
|
|
|
</form>
|
|
|
|
</body>
|
|
|
|
</html>
|