36 lines
1.9 KiB
Plaintext
36 lines
1.9 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Email_Pop_Edit.aspx.cs" Inherits="FineUIPro.Web.Email_Send.Email_Pop_Edit" %>
|
|
|
|
<!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">
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
<form id="form1" runat="server">
|
|
<f:PageManager ID="PageManager1" runat="server" />
|
|
<f:SimpleForm ID="SimpleForm1" CssClass="blockpanel" BodyPadding="10px" LabelWidth="200px"
|
|
EnableCollapse="false" runat="server" ShowBorder="true" ShowHeader="true" Title="Email configuration">
|
|
<Items>
|
|
<f:TextBox ID="EmailFwq" ShowLabel="true" Required="true" LabelWidth="160px" BoxFlex="2"
|
|
runat="server" Label="Mail server address" LabelAlign="Right" ShowRedStar="true">
|
|
</f:TextBox>
|
|
<f:TextBox ID="EmailDk" ShowLabel="true" Required="true" LabelWidth="160px" BoxFlex="2"
|
|
runat="server" Label="The port number" LabelAlign="Right" ShowRedStar="true">
|
|
</f:TextBox>
|
|
<f:TextBox ID="EmailYx" ShowLabel="true" Required="true" LabelWidth="160px" BoxFlex="2"
|
|
runat="server" Label="Sender's mailbox" LabelAlign="Right" ShowRedStar="true">
|
|
</f:TextBox>
|
|
<f:TextBox ID="EmailUsername" ShowLabel="true" LabelWidth="160px"
|
|
BoxFlex="2" runat="server" Label="UserName" LabelAlign="Right">
|
|
</f:TextBox>
|
|
<f:TextBox ID="EmailPass" ShowLabel="true" LabelWidth="160px" BoxFlex="2"
|
|
runat="server" Label="Password" LabelAlign="Right">
|
|
</f:TextBox>
|
|
<f:Button ID="btnSubmit" ValidateForms="SimpleForm1" CssClass="marginr" Text="Submit"
|
|
runat="server" OnClick="btnSubmit_Click" Icon="SystemSave">
|
|
</f:Button>
|
|
</Items>
|
|
</f:SimpleForm>
|
|
</form>
|
|
</body>
|
|
</html> |