SGGL_JT/SUBQHSE/FineUIPro.Web/HSSE/Manager/DisasterRiskListItem.aspx

97 lines
4.9 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="DisasterRiskListItem.aspx.cs" ValidateRequest="false" Inherits="FineUIPro.Web.HSSE.Manager.DisasterRiskListItem" %>
<!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>项目潜在自然灾害风险清单</title>
<link href="../res/css/common.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<f:PageManager ID="PageManager1" runat="server" AutoSizePanelID="SimpleForm1" />
<f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" AutoScroll="true" LabelWidth="150px"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Rows>
<f:FormRow>
<Items>
<f:DatePicker runat="server" Required="true" DateFormatString="yyyy-MM" Label="月份"
ID="txtMonths" ShowRedStar="true" DisplayType="Month" ShowTodayButton="false">
</f:DatePicker>
<f:TextBox ID="txtProjectName" runat="server" Label="项目名称" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtAddress" runat="server" Label="所在地(省、市、县)" MaxLength="500">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpDisasterRisk" runat="server" Label="潜在自然灾害风险"
EnableEdit="true" Required="true" ShowRedStar="true">
</f:DropDownList>
<f:TextBox ID="txtContactInfo" runat="server" Label="现场联系人及电话" MaxLength="500">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtEmergencyPlan" runat="server" Label="应急预案名称" MaxLength="500">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtEmergencyDrill" runat="server" Label="应急演练情况" MaxLength="800" Height="64px">
</f:TextArea>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtRiskStatus" runat="server" Label="风险状态" MaxLength="50">
</f:TextBox>
<f:Label runat="server" ID="Label1"></f:Label>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpFillMan" runat="server" Label="填表人" LabelAlign="Right" EnableEdit="true">
</f:DropDownList>
<f:DatePicker ID="txtFillingTime" runat="server" Label="填报日期" LabelAlign="Right">
</f:DatePicker>
<f:TextBox ID="txtFillManContact" runat="server" Label="联系方式" MaxLength="500">
</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="附件" ToolTip="附件上传及查看" Icon="TableCell" runat="server"
OnClick="btnAttachUrl_Click" ValidateForms="SimpleForm1">
</f:Button>
<f:ToolbarFill ID="ToolbarFill1" runat="server">
</f:ToolbarFill>
<f:Button ID="btnSave" Icon="SystemSave" runat="server" ToolTip="保存" ValidateForms="SimpleForm1"
OnClick="btnSave_Click">
</f:Button>
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="关闭" runat="server" Icon="SystemClose">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
<f:Window ID="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>