initFCL
This commit is contained in:
@@ -0,0 +1,52 @@
|
||||
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="SendEmail.aspx.cs" Inherits="FineUIPro.Web.SendEmail.SendEmail" %>
|
||||
|
||||
<!DOCTYPE html>
|
||||
|
||||
<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" AutoScroll="true" ShowHeader="false" Title="短信发送" BoxConfigChildMargin="0 5 0 0"
|
||||
BodyPadding="5">
|
||||
<Items>
|
||||
<f:Panel ID="Panel5" CssClass="blockpanel" runat="server" ShowBorder="true" Width="900px" EnableCollapse="false"
|
||||
Layout="HBox" AutoScroll="false" ShowHeader="true" Title="The recipient">
|
||||
<Items>
|
||||
<f:Panel ID="Panel2" Title="面板1" BoxFlex="1" MinWidth="900px" Margin="0" runat="server"
|
||||
BodyPadding="5px" ShowBorder="false" ShowHeader="false">
|
||||
<Items>
|
||||
<f:Tree ID="tvMenu" EnableCollapse="true" ShowHeader="false" ShowBorder="false" Title="System menu"
|
||||
AutoLeafIdentification="true" runat="server" EnableIcons="true" AutoScroll="true"
|
||||
EnableSingleClickExpand="true" OnNodeCheck="tvMenu_NodeCheck" EnableCheckBox="true">
|
||||
</f:Tree>
|
||||
</Items>
|
||||
<Toolbars>
|
||||
<f:Toolbar runat="server" ID="Toolbar1" Position="Top">
|
||||
<Items>
|
||||
<f:Label ID="lbUserNum" runat="server" Label="发送邮件用户数" LabelWidth="150px" LabelAlign="Right"></f:Label>
|
||||
<f:ToolbarFill ID="ToolbarFill1" runat="server"></f:ToolbarFill>
|
||||
<f:Button ID="btnSave" Icon="Email" runat="server" CssClass="marginr" Text="Send"
|
||||
ValidateForms="SimpleForm1" OnClick="btnSave_Click" Hidden="true">
|
||||
</f:Button>
|
||||
</Items>
|
||||
</f:Toolbar>
|
||||
<f:Toolbar runat="server" ID="Toolbar2" Position="Top">
|
||||
<Items>
|
||||
<f:Label ID="lbUser" runat="server" Label="本期在用户表中不存在用户" LabelWidth="200px" LabelAlign="Right"></f:Label>
|
||||
<f:ToolbarFill ID="ToolbarFill2" runat="server"></f:ToolbarFill>
|
||||
</Items>
|
||||
</f:Toolbar>
|
||||
</Toolbars>
|
||||
</f:Panel>
|
||||
</Items>
|
||||
</f:Panel>
|
||||
</Items>
|
||||
</f:Panel>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user