ChengDa_English/SGGL/FineUIPro.Web/HSSE/Solution/SolutionTemplateEdit.aspx

68 lines
3.4 KiB
Plaintext
Raw Normal View History

2022-03-15 17:36:38 +08:00
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="SolutionTemplateEdit.aspx.cs"
Inherits="FineUIPro.Web.HSSE.Solution.SolutionTemplateEdit" ValidateRequest="false" %>
<!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" Title="方案模板" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Rows>
<f:FormRow>
<Items>
<f:TextBox ID="txtSolutionTemplateCode" runat="server" Label="模板编号" LabelAlign="Right" FocusOnPageLoad="true" MaxLength="50">
</f:TextBox>
<f:TextBox ID="txtSolutionTemplateName" runat="server" Label="模板名称" LabelAlign="Right"
MaxLength="50">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
2025-02-23 13:09:38 +08:00
<f:DropDownList ID="drpSolutionTemplateType" runat="server" Label="<%$ Resources:Lan,ConstructSolution_ColumnID_SolutinType_HeaderText%>" LabelAlign="Right"
2022-03-15 17:36:38 +08:00
EnableEdit="true">
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
2025-02-23 13:09:38 +08:00
<f:DropDownList ID="drpCompileMan" runat="server" Label="<%$ Resources:Lan,ConstructSolution_ColumnID_CompileManName_HeaderText%>" LabelAlign="Right"
2022-03-15 17:36:38 +08:00
EnableEdit="true">
</f:DropDownList>
2025-02-23 13:09:38 +08:00
<f:DatePicker ID="txtCompileDate" runat="server" Label="<%$ Resources:Lan,ConstructSolution_ColumnID_CompileDate_HeaderText%>" LabelAlign="Right"
2022-03-15 17:36:38 +08:00
EnableEdit="true">
</f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:HtmlEditor runat="server" Label="方案模板" ID="txtFileContents" ShowLabel="false"
Editor="UMEditor" BasePath="~/res/umeditor/" ToolbarSet="Full" Height="400" LabelAlign="Right">
</f:HtmlEditor>
</Items>
</f:FormRow>
</Rows>
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
<Items>
<f:ToolbarFill ID="ToolbarFill1" runat="server">
</f:ToolbarFill>
2025-02-23 13:09:38 +08:00
<f:Button ID="btnSave" Icon="<%$ Resources:Lan,CheckHolidayDetailEdit_btnSave_Icon%>" runat="server" ToolTip="<%$ Resources:Lan,PersonUnitRefresh_btnSave_ToolTip%>" ValidateForms="SimpleForm1"
2022-03-15 17:36:38 +08:00
OnClick="btnSave_Click">
</f:Button>
2025-02-23 13:09:38 +08:00
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="<%$ Resources:Lan,ReadWriteCard_btnClose_ToolTip%>" runat="server" Icon="SystemClose">
2022-03-15 17:36:38 +08:00
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
</form>
</body>
</html>