100 lines
5.3 KiB
Plaintext
100 lines
5.3 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="SupervisionNoticeView.aspx.cs" Inherits="FineUIPro.Web.HSSE.Check.SupervisionNoticeView" %>
|
|
<%@ Register Src="~/Controls/FlowOperateControl.ascx" TagName="FlowOperateControl"
|
|
TagPrefix="uc1" %>
|
|
<!DOCTYPE html>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head runat="server">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
|
<title><asp:Literal runat="server" Text="<%$ Resources:Lan,SupervisionNoticeView_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="txtSupervisionNoticeCode" runat="server" Label="<%$ Resources:Lan,ConstructSolution_ColumnID_ConstructSolutionCode_HeaderText%>" Readonly="true">
|
|
</f:TextBox>
|
|
<f:TextBox ID="txtUnitName" runat="server" Label="<%$ Resources:Lan,RiskAnalysisChart_drpUnit_Label%>" Readonly="true">
|
|
</f:TextBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextBox ID="txtWorkAreaName" runat="server" Label="<%$ Resources:Lan,SupervisionNoticeView_txtWorkAreaName_Label%>" Readonly="true">
|
|
</f:TextBox>
|
|
<f:TextBox ID="txtCheckedDate" runat="server" Label="<%$ Resources:Lan,SupervisionNoticeView_txtCheckedDate_Label%>" Readonly="true">
|
|
</f:TextBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextArea ID="txtWrongContent" runat="server" Label="<%$ Resources:Lan,SupervisionNoticeView_txtWrongContent_Label%>" Readonly="true">
|
|
</f:TextArea>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextBox ID="txtSignPerson" runat="server" Label="<%$ Resources:Lan,SecurityLicenseEdit_drpSignMan_Label%>" Readonly="true">
|
|
</f:TextBox>
|
|
<f:TextBox ID="txtSignDate" runat="server" Label="<%$ Resources:Lan,PersonUnitList_Grid_Column_InOuDate_HeaderText%>" Readonly="true">
|
|
</f:TextBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:GroupPanel ID="GroupPanel1" Layout="Anchor" Title="<%$ Resources:Lan,SupervisionNoticeView_GroupPanel1_Title%>"
|
|
runat="server">
|
|
<Items>
|
|
<f:TextArea ID="txtCompleteStatus" runat="server" Label="<%$ Resources:Lan,SupervisionNoticeView_txtCompleteStatus_Label%>" Readonly="true">
|
|
</f:TextArea>
|
|
</Items>
|
|
</f:GroupPanel>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextBox ID="txtDutyPerson" runat="server" Label="<%$ Resources:Lan,HiddenRectificationView_txtResponsibilityManName_Label%>" Readonly="true">
|
|
</f:TextBox>
|
|
<f:TextBox ID="txtCompleteDate" runat="server" Label="<%$ Resources:Lan,PersonUnitList_Grid_Column_InOuDate_HeaderText%>" Readonly="true">
|
|
</f:TextBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextBox ID="txtIsRectify" runat="server" Label="<%$ Resources:Lan,SupervisionNoticeView_txtIsRectify_Label%>" Readonly="true">
|
|
</f:TextBox>
|
|
<f:TextBox ID="txtCheckPerson" runat="server" Label="<%$ Resources:Lan,RiskAnalysisChart_rblState_RadioItem_2%>" Readonly="true">
|
|
</f:TextBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
</Rows>
|
|
<Toolbars>
|
|
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
|
|
<Items>
|
|
<f:Label runat="server" ID="lbTemp">
|
|
</f:Label>
|
|
<f:Button ID="btnAttachUrl" Text="<%$ Resources:Lan,ConstructSolution_WindowField_HeaderText%>" ToolTip="<%$ Resources:Lan,WeekMeetingView_btnAttachUrl2_ToolTip%>" Icon="TableCell" runat="server"
|
|
OnClick="btnUploadResources_Click" ValidateForms="SimpleForm1">
|
|
</f:Button>
|
|
<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>
|
|
<f:Window ID="WindowAtt" Title="<%$ Resources:Lan,LicenseManagerView_WindowAtt_Title%>" Hidden="true" EnableIFrame="true" EnableMaximize="true"
|
|
Target="Parent" EnableResize="true" runat="server" IsModal="true" Width="700px"
|
|
Height="500px">
|
|
</f:Window>
|
|
</form>
|
|
</body>
|
|
</html>
|
|
|