2022-03-15 17:36:38 +08:00
|
|
|
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ManageRuleEdit.aspx.cs"
|
|
|
|
Inherits="FineUIPro.Web.Law.ManageRuleEdit" Async="true" ValidateRequest="false" %>
|
|
|
|
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head runat="server">
|
2025-02-23 13:09:38 +08:00
|
|
|
<title><asp:Literal runat="server" Text="<%$ Resources:Lan,ManageRuleEdit_PageTitle%>"/></title>
|
2022-03-15 17:36:38 +08:00
|
|
|
<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>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:TextBox ID="txtManageRuleCode" runat="server" Label="<%$ Resources:Lan,ConstructSolution_ColumnID_ConstructSolutionCode_HeaderText%>" Required="true" ShowRedStar="true"
|
2022-03-15 17:36:38 +08:00
|
|
|
MaxLength="50">
|
|
|
|
</f:TextBox>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:TextBox ID="txtManageRuleName" runat="server" Label="<%$ Resources:Lan,WeekMeeting_WeekMeetingName_HeaderText%>" Required="true" ShowRedStar="true"
|
2022-03-15 17:36:38 +08:00
|
|
|
LabelWidth="120px" MaxLength="50" AutoPostBack="true" OnTextChanged="TextBox_TextChanged">
|
|
|
|
</f:TextBox>
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
<f:FormRow>
|
|
|
|
<Items>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:DropDownList ID="ddlManageRuleTypeId" runat="server" Height="22px" Label="<%$ Resources:Lan,RulesRegulationsSelectCloumn_cblColumns_Item_分类_Text%>">
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:DropDownList>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:TextBox ID="txtVersionNo" runat="server" Label="<%$ Resources:Lan,ConstructSolution_ColumnID_VersionNo_HeaderText%>" LabelWidth="120px" MaxLength="50">
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:TextBox>
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
<f:FormRow>
|
|
|
|
<Items>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:DropDownList ID="ddlCompileMan" runat="server" Height="22px" Label="<%$ Resources:Lan,WeekMeetingView_drpCompileMan_Label%>">
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:DropDownList>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:DatePicker runat="server" DateFormatString="yyyy-MM-dd" Label="<%$ Resources:Lan,ManageRuleEdit_dpkCompileDate_Label%>" ID="dpkCompileDate"
|
2022-03-15 17:36:38 +08:00
|
|
|
LabelWidth="120px">
|
|
|
|
</f:DatePicker>
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
<f:FormRow>
|
|
|
|
<Items>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:TextArea ID="txtRemark" runat="server" Height="70px" Label="<%$ Resources:Lan,RulesRegulationsSelectCloumn_cblColumns_Item_摘要_Text%>" MaxLength="1000">
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:TextArea>
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
<f:FormRow>
|
|
|
|
<Items>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:HtmlEditor runat="server" Label="<%$ Resources:Lan,ManageRuleEdit_txtSeeFile_Label%>" ID="txtSeeFile" ShowLabel="false"
|
2022-03-15 17:36:38 +08:00
|
|
|
Editor="UMEditor" BasePath="~/res/umeditor/" ToolbarSet="Full" Height="250" LabelAlign="Right">
|
|
|
|
</f:HtmlEditor>
|
|
|
|
</Items>
|
|
|
|
</f:FormRow>
|
|
|
|
</Rows>
|
|
|
|
<Toolbars>
|
|
|
|
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
|
|
|
|
<Items>
|
|
|
|
<f:Label runat="server" ID="lbTemp"></f:Label>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:Button ID="btnAttachUrl" Text="<%$ Resources:Lan,ConstructSolution_WindowField_HeaderText%>" ToolTip="<%$ Resources:Lan,WeekMeetingView_btnAttachUrl2_ToolTip%>" Icon="TableCell" runat="server" OnClick="btnAttachUrl_Click"
|
2022-03-15 17:36:38 +08:00
|
|
|
ValidateForms="SimpleForm1">
|
|
|
|
</f:Button>
|
|
|
|
<f:ToolbarFill runat="server"></f:ToolbarFill>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:Button ID="btnSave" Icon="<%$ Resources:Lan,CheckHolidayDetailEdit_btnSave_Icon%>" runat="server" ValidateForms="SimpleForm1"
|
2022-03-15 17:36:38 +08:00
|
|
|
OnClick="btnSave_Click" Hidden="true">
|
|
|
|
</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>
|
2025-02-23 13:09:38 +08:00
|
|
|
<f:Window ID="WindowAtt" Title="<%$ Resources:Lan,LicenseManagerView_WindowAtt_Title%>" Hidden="true" EnableIFrame="true" EnableMaximize="true"
|
2022-03-15 17:36:38 +08:00
|
|
|
Target="Parent" EnableResize="false" runat="server" IsModal="true" Width="700px"
|
|
|
|
Height="500px">
|
|
|
|
</f:Window>
|
|
|
|
</form>
|
|
|
|
</body>
|
|
|
|
</html>
|