ChengDa_English/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationView.aspx

137 lines
8.1 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="HiddenRectificationView.aspx.cs" Inherits="FineUIPro.Web.HSSE.HiddenInspection.HiddenRectificationView" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title><asp:Literal runat="server" Text="<%$ Resources:Lan,HiddenRectificationView_PageTitle%>"/></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"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Rows>
<f:FormRow>
<Items>
<f:RadioButtonList ID="ckType" runat="server" Label="<%$ Resources:Lan,HiddenRectificationView_ckType_Label%>" Readonly="true">
<f:RadioItem Value="<%$ Resources:Lan,HazardListEdit_Grid1_D_HeaderText%>" Selected="True" Text="<%$ Resources:Lan,HiddenRectificationView_ckType_RadioItem_D%>" />
<f:RadioItem Value="W" Text="<%$ Resources:Lan,HiddenRectificationView_ckType_RadioItem_W%>" />
<f:RadioItem Value="M" Text="<%$ Resources:Lan,HiddenRectificationView_ckType_RadioItem_M%>" />
</f:RadioButtonList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtProblemDescription" runat="server" Label="<%$ Resources:Lan,HiddenRectificationView_txtProblemDescription_Label%>" Readonly="true" Height="64px">
</f:TextArea>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtRegisterTypesName" runat="server" Label="<%$ Resources:Lan,HiddenRectificationView_txtRegisterTypesName_Label%>" Readonly="true">
</f:TextBox>
<f:TextBox ID="txtWorkAreaName" runat="server" Label="受检区域区域" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtResponsibilityUnitName" runat="server" Label="<%$ Resources:Lan,RiskAnalysisChart_drpUnit_Label%>" Readonly="true">
</f:TextBox>
<f:TextBox ID="txtResponsibilityManName" runat="server" Label="<%$ Resources:Lan,HiddenRectificationView_txtResponsibilityManName_Label%>" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtRequirements" runat="server" Label="<%$ Resources:Lan,HiddenRectificationView_txtRequirements_Label%>" Height="50px"
MaxLength="400" Readonly="true">
</f:TextArea>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList runat="server" Label="<%$ Resources:Lan,HiddenRectificationView_dpRiskLevel_Label%>" ID="dpRiskLevel" LabelAlign="Right" Readonly="true">
<f:ListItem Text="<%$ Resources:Lan,HiddenRectificationView_dpRiskLevel_Item_一般%>" Value="<%$ Resources:Lan,HiddenRectificationView_dpRiskLevel_Item_一般%>" Selected="true" />
<f:ListItem Text="<%$ Resources:Lan,HiddenRectificationView_dpRiskLevel_Item_较大%>" Value="<%$ Resources:Lan,HiddenRectificationView_dpRiskLevel_Item_较大%>" />
<f:ListItem Text="<%$ Resources:Lan,HiddenRectificationView_dpRiskLevel_Item_重大%>" Value="<%$ Resources:Lan,HiddenRectificationView_dpRiskLevel_Item_重大%>" />
</f:DropDownList>
<f:TextBox ID="txtRectificationPeriod" runat="server" Label="<%$ Resources:Lan,HiddenRectificationView_txtRectificationPeriod_Label%>" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtTakeSteps" runat="server" Label="<%$ Resources:Lan,HiddenRectificationView_txtTakeSteps_Label%>" Readonly="true" Height="50px">
</f:TextArea>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtCheckManName" runat="server" Label="<%$ Resources:Lan,RiskAnalysisChart_rblState_RadioItem_2%>" Readonly="true">
</f:TextBox>
<f:TextBox ID="txtCheckTime" runat="server" Label="<%$ Resources:Lan,RiskAnalysisChart_txtStartRectificationTime_Label%>" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtRectificationTime" runat="server" Label="<%$ Resources:Lan,HiddenRectificationView_txtRectificationTime_Label%>" Readonly="true">
</f:TextBox>
<f:TextBox ID="txtStates" runat="server" Label="<%$ Resources:Lan,ConstructSolution_ColumnID_FlowOperateName_HeaderText%>" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow ColumnWidths="8% 92%">
<Items>
<f:Label runat="server" ID="lblImageUrl" Label="<%$ Resources:Lan,HiddenRectificationView_ContentPanel2_Title%>">
</f:Label>
<f:ContentPanel ID="ContentPanel2" runat="server" ShowHeader="false" ShowBorder="false"
Title="<%$ Resources:Lan,HiddenRectificationView_ContentPanel2_Title%>">
<table style="width">
<tr style="height: 28px">
<td align="left">
<div id="divImageUrl" runat="server">
</div>
</td>
</tr>
</table>
</f:ContentPanel>
</Items>
</f:FormRow>
<f:FormRow ColumnWidths="8% 92%">
<Items>
<f:Label runat="server" ID="lblRectificationImageUrl" Label="<%$ Resources:Lan,HiddenRectificationView_ContentPanel1_Title%>">
</f:Label>
<f:ContentPanel ID="ContentPanel1" runat="server" ShowHeader="false" ShowBorder="false"
Title="<%$ Resources:Lan,HiddenRectificationView_ContentPanel1_Title%>">
<table>
<tr style="height: 28px">
<td align="left">
<div id="divRectificationImageUrl" runat="server">
</div>
</td>
</tr>
</table>
</f:ContentPanel>
</Items>
</f:FormRow>
</Rows>
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
<Items>
<f:ToolbarFill ID="ToolbarFill1" runat="server">
</f:ToolbarFill>
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="<%$ Resources:Lan,ReadWriteCard_btnClose_ToolTip%>" runat="server" Icon="SystemClose">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
</form>
</body>
</html>