39 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
		
		
			
		
	
	
			39 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
| 
								 | 
							
								<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Email_Pop_Edit.aspx.cs" Inherits="FineUIPro.Web.Email_Send.Email_Pop_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="200px"
							 | 
						||
| 
								 | 
							
								            EnableCollapse="false" runat="server" ShowBorder="true" ShowHeader="true" Title="邮件配置">
							 | 
						||
| 
								 | 
							
								            <Items>
							 | 
						||
| 
								 | 
							
								                <f:TextBox ID="EmailFwq" ShowLabel="true" Required="true" LabelWidth="160px" BoxFlex="2"
							 | 
						||
| 
								 | 
							
								                    runat="server" Label="邮件服务器地址" LabelAlign="Right" ShowRedStar="true">
							 | 
						||
| 
								 | 
							
								                </f:TextBox>
							 | 
						||
| 
								 | 
							
								                <f:TextBox ID="EmailDk" ShowLabel="true" Required="true" LabelWidth="160px" BoxFlex="2"
							 | 
						||
| 
								 | 
							
								                    runat="server" Label="端口" LabelAlign="Right" ShowRedStar="true">
							 | 
						||
| 
								 | 
							
								                </f:TextBox>
							 | 
						||
| 
								 | 
							
								                <f:TextBox ID="EmailYx" ShowLabel="true" Required="true" LabelWidth="160px" BoxFlex="2"
							 | 
						||
| 
								 | 
							
								                    runat="server" Label="发件人邮箱" LabelAlign="Right" ShowRedStar="true">
							 | 
						||
| 
								 | 
							
								                </f:TextBox>
							 | 
						||
| 
								 | 
							
								                <f:TextBox ID="EmailUsername" ShowLabel="true" LabelWidth="160px"
							 | 
						||
| 
								 | 
							
								                    BoxFlex="2" runat="server" Label="账号" LabelAlign="Right">
							 | 
						||
| 
								 | 
							
								                </f:TextBox>
							 | 
						||
| 
								 | 
							
								                <f:TextBox ID="EmailPass" ShowLabel="true" LabelWidth="160px" BoxFlex="2"
							 | 
						||
| 
								 | 
							
								                    runat="server" Label="密码" LabelAlign="Right">
							 | 
						||
| 
								 | 
							
								                </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>
							 |