60 lines
2.1 KiB
Plaintext
60 lines
2.1 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ConstructionRiskControlEdit.aspx.cs"
|
|
Inherits="FineUIPro.Web.HSSE.Hazard.ConstructionRiskControlEdit" ValidateRequest="false" %>
|
|
|
|
<%@ Register Src="~/Controls/FlowOperateControl.ascx" TagName="FlowOperateControl"
|
|
TagPrefix="uc1" %>
|
|
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head runat="server">
|
|
<title>施工作业风险</title>
|
|
<link href="../../res/css/common.css" rel="stylesheet" type="text/css" />
|
|
<style type="text/css">
|
|
.lab
|
|
{
|
|
font-size: small;
|
|
color: Red;
|
|
}
|
|
</style>
|
|
</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>
|
|
<f:TextArea ID="txtMeasures" runat="server" AutoGrowHeight="true" ShowRedStar="true" Required="true" LabelWidth="140px" AutoGrowHeightMin="50" Label="管控措施"></f:TextArea>
|
|
</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:ToolbarFill ID="ToolbarFill1" runat="server">
|
|
</f:ToolbarFill>
|
|
<f:Button ID="btnSave" Icon="SystemSave" runat="server" Text="保存" ValidateForms="SimpleForm1"
|
|
OnClick="btnSave_Click">
|
|
</f:Button>
|
|
|
|
</Items>
|
|
</f:Toolbar>
|
|
</Toolbars>
|
|
</f:Form>
|
|
|
|
|
|
|
|
</form>
|
|
<script type="text/javascript">
|
|
|
|
|
|
</script>
|
|
</body>
|
|
</html>
|