33 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Email_Params_Edit.aspx.cs" Inherits="FineUIPro.Web.Email_Send.Email_Params_Edit" %>
 | 
						|
 | 
						|
<!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>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
    <form id="form1" runat="server">
 | 
						|
        <f:PageManager ID="PageManager1" runat="server" />
 | 
						|
        <f:SimpleForm ID="SimpleForm1" CssClass="blockpanel" BodyPadding="10px" LabelWidth="150px"
 | 
						|
            EnableCollapse="false" runat="server" ShowBorder="true" ShowHeader="false" >
 | 
						|
            <Items>
 | 
						|
                <%--<f:Label ID="lblID" ShowLabel="true" LabelWidth="180px" BoxFlex="2" runat="server" Label="Parameter primary key" LabelAlign="Right" ></f:Label>--%>
 | 
						|
 | 
						|
                <f:TextBox ID="txtMailClassName" ShowLabel="true" Required="true" LabelWidth="180px" BoxFlex="2"
 | 
						|
                    runat="server" Label="类型名称" LabelAlign="Right" ShowRedStar="true">
 | 
						|
                </f:TextBox>
 | 
						|
                <f:TextBox ID="txtMailClassID" ShowLabel="true" Required="true" LabelWidth="180px" BoxFlex="2"
 | 
						|
                    runat="server" Label="类型编码" LabelAlign="Right" ShowRedStar="true">
 | 
						|
                </f:TextBox>
 | 
						|
                
 | 
						|
                <f:Button ID="btnSubmit" ValidateForms="SimpleForm1" CssClass="marginr" Text="保存" 
 | 
						|
                    runat="server" OnClick="btnSubmit_Click" Icon="SystemSave" >
 | 
						|
                </f:Button>
 | 
						|
            </Items>
 | 
						|
        </f:SimpleForm>
 | 
						|
    </form>
 | 
						|
</body>
 | 
						|
</html>
 |