102 lines
6.2 KiB
Plaintext
102 lines
6.2 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="RoutingInspectionView.aspx.cs" Inherits="FineUIPro.Web.HSSE.Hazard.RoutingInspectionView" %>
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head runat="server">
|
|
<title><asp:Literal runat="server" Text="<%$ Resources:Lan,RoutingInspection_Grid1_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"
|
|
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
|
|
<Rows>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextBox ID="txtHazardCode" runat="server" Label="<%$ Resources:Lan,ShowHazardList_Toolbar3_HazardCode_Label%>" Required="true" ShowRedStar="true"
|
|
MaxLength="50" LabelWidth="120px" Readonly="true">
|
|
</f:TextBox>
|
|
<f:TextBox ID="txtHazardItems" runat="server" Label="<%$ Resources:Lan,ShowHazardList_Grid1_Column_HazardItems%>" Required="true" ShowRedStar="true" Readonly="true"
|
|
MaxLength="150" LabelWidth="120px">
|
|
</f:TextBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextBox ID="txtDefectsType" runat="server" Label="<%$ Resources:Lan,ShowHazardList_Grid1_Column_DefectsType%>" LabelWidth="120px" MaxLength="50" Readonly="true">
|
|
</f:TextBox>
|
|
<f:TextBox ID="txtMayLeadAccidents" runat="server" Label="<%$ Resources:Lan,ShowHazardList_Grid1_Column_MayLeadAccidents%>" LabelWidth="120px" Readonly="true"
|
|
MaxLength="100">
|
|
</f:TextBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextBox ID="txtPosition" runat="server" Label="<%$ Resources:Lan,RoutingInspectionView_txtPosition_Label%>" Readonly="true"
|
|
MaxLength="500" LabelWidth="120px">
|
|
</f:TextBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:DropDownList runat="server" EnableSimulateTree="True" Label="<%$ Resources:Lan,RoutingInspectionView_drpPatrolMan_Label%>" ID="drpPatrolMan" LabelWidth="120px" Readonly="true">
|
|
</f:DropDownList>
|
|
<f:DatePicker ID="txtPatrolTime" runat="server" Label="<%$ Resources:Lan,RoutingInspectionView_txtPatrolTime_Label%>" LabelAlign="Right" Required="True" ShowRedStar="true" LabelWidth="120px" Readonly="true">
|
|
</f:DatePicker>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:RadioButtonList runat="server" ID="rblPatrolResult" Label="<%$ Resources:Lan,RoutingInspectionView_rblPatrolResult_Label%>" LabelWidth="120px" LabelAlign="Right">
|
|
<f:RadioItem Value="0" Text="<%$ Resources:Lan,RoutingInspection_Toolbar2_drpState_0_Text%>" Selected="true" />
|
|
<f:RadioItem Value="1" Text="<%$ Resources:Lan,RoutingInspection_Toolbar2_drpState_1_Text%>" />
|
|
<f:RadioItem Value="2" Text="<%$ Resources:Lan,RoutingInspection_Toolbar2_drpState_2_Text%>" />
|
|
<f:RadioItem Value="-1" Text="<%$ Resources:Lan,RoutingInspection_Toolbar2_drpState_-1_Text%>" />
|
|
</f:RadioButtonList>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextArea ID="txtControlMeasures" runat="server" Label="<%$ Resources:Lan,ShowHazardList_Grid1_Column_ControlMeasures%>" LabelWidth="120px" Readonly="true"
|
|
Height="70px" MaxLength="200">
|
|
</f:TextArea>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextArea ID="txtDealReason" runat="server" Label="<%$ Resources:Lan,RoutingInspectionView_txtDealReason_Label%>" LabelWidth="120px" Readonly="true"
|
|
Height="70px" MaxLength="200">
|
|
</f:TextArea>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:DropDownList runat="server" EnableSimulateTree="True" Label="<%$ Resources:Lan,RoutingInspectionView_drpRiskMan_Label%>" ID="drpRiskMan" LabelWidth="120px" Readonly="true">
|
|
</f:DropDownList>
|
|
<f:LinkButton ID="UploadAttach" runat="server" Label="<%$ Resources:Lan,HiddenRectificationConfirm_UploadAttach_Label%>" Text="<%$ Resources:Lan,HiddenRectificationConfirm_UploadAttach_Text%>" OnClick="btnAttachUrl_Click" LabelAlign="Right" LabelWidth="120px">
|
|
</f:LinkButton>
|
|
</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:HiddenField ID="hdCheckManId" runat="server"></f:HiddenField>
|
|
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="<%$ Resources:Lan,ReadWriteCard_btnClose_ToolTip%>" runat="server" Icon="SystemClose">
|
|
</f:Button>
|
|
</Items>
|
|
</f:Toolbar>
|
|
</Toolbars>
|
|
</f:Form>
|
|
<f:Window ID="Window1" Title="<%$ Resources:Lan,HiddenRectificationConfirm_Window1_Title%>" Hidden="true" EnableIFrame="true" EnableMaximize="true"
|
|
Target="Parent" EnableResize="false" runat="server" IsModal="true" Width="680px"
|
|
Height="480px">
|
|
</f:Window>
|
|
</form>
|
|
</body>
|
|
</html>
|