57 lines
3.3 KiB
Plaintext
57 lines
3.3 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Email_Send_Edit.aspx.cs" Inherits="FineUIPro.Web.Email_Send.Email_Send_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 id="Head1" runat="server">
|
|
<title>邮件发送指定用户</title>
|
|
<link href="../../res/css/common.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<form id="SimpleForm1" runat="server">
|
|
<f:PageManager ID="PageManager1" runat="server" AutoSizePanelID="RegionPanel1" />
|
|
<f:Panel ID="Panel1" CssClass="blockpanel" runat="server" ShowBorder="false" EnableCollapse="false"
|
|
Layout="HBox" ShowHeader="false" Title="短信发送" BoxConfigChildMargin="0 5 0 0" Height="600px"
|
|
BodyPadding="5">
|
|
<Items>
|
|
<f:Panel ID="Panel3" Title="面板1" Width="600px" runat="server" BodyPadding="10px"
|
|
ShowBorder="true" ShowHeader="false">
|
|
<Items>
|
|
<f:TextBox ID="txtSendTitle" ShowLabel="true" Required="true" LabelWidth="140px"
|
|
BoxFlex="2" runat="server" Label="发送标题">
|
|
</f:TextBox>
|
|
<f:TextArea ID="txtSendContent" ShowLabel="true" Required="true" LabelWidth="140px" Height="500px"
|
|
BoxFlex="2" runat="server" Label="发送内容">
|
|
</f:TextArea>
|
|
</Items>
|
|
<Toolbars>
|
|
<f:Toolbar runat="server" ID="Toolbar1" Position="Bottom">
|
|
<Items>
|
|
<f:ToolbarFill ID="ToolbarFill1" runat="server"></f:ToolbarFill>
|
|
<f:Button ID="btnSave" Icon="Email" runat="server" CssClass="marginr" Text="点击发送"
|
|
ValidateForms="SimpleForm1" OnClick="btnSave_Click">
|
|
</f:Button>
|
|
</Items>
|
|
</f:Toolbar>
|
|
</Toolbars>
|
|
</f:Panel>
|
|
<f:Panel ID="Panel5" CssClass="blockpanel" runat="server" ShowBorder="true" Width="600px" EnableCollapse="false"
|
|
Layout="HBox" AutoScroll="false" ShowHeader="true" Title="收件人" BoxConfigChildMargin="0 5 0 0"
|
|
BodyPadding="5">
|
|
<Items>
|
|
<f:Panel ID="Panel2" Title="面板2" BoxFlex="1" MinWidth="550px" Margin="0" runat="server"
|
|
BodyPadding="5px" ShowBorder="false" ShowHeader="false" AutoScroll="true">
|
|
<Items>
|
|
<f:Tree ID="tvMenu" Width="500px" EnableCollapse="true" ShowHeader="false" ShowBorder="false" Title="System menu"
|
|
AutoLeafIdentification="true" runat="server" EnableIcons="true" AutoScroll="true"
|
|
EnableSingleClickExpand="false" OnNodeCheck="tvMenu_NodeCheck" EnableCheckBox="true">
|
|
</f:Tree>
|
|
</Items>
|
|
</f:Panel>
|
|
</Items>
|
|
</f:Panel>
|
|
</Items>
|
|
</f:Panel>
|
|
</form>
|
|
</body>
|
|
</html> |