initProject
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
<%@ 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="Parameter name" LabelAlign="Right" ShowRedStar="true">
|
||||
</f:TextBox>
|
||||
<f:TextBox ID="txtMailClassID" ShowLabel="true" Required="true" LabelWidth="180px" BoxFlex="2"
|
||||
runat="server" Label="Parameter code" LabelAlign="Right" ShowRedStar="true">
|
||||
</f:TextBox>
|
||||
|
||||
<f:Button ID="btnSubmit" ValidateForms="SimpleForm1" CssClass="marginr" Text="Submit"
|
||||
runat="server" OnClick="btnSubmit_Click" Icon="SystemSave" Hidden="true">
|
||||
</f:Button>
|
||||
</Items>
|
||||
</f:SimpleForm>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user