| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Program Files (x86)/Mail Enable/Bin/NETWebAdmin/Mondo/lang/sys/Forms/ |
Upload File : |
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="ShowDistribution.aspx.vb" Inherits="MailEnable.Clients.WebAdmin.Mondo.ShowDistribution" %>
<%@ Register TagPrefix="uc1" TagName="uscStyleHeader" Src="../Controls/uscStyleHeader.ascx" %>
<%@ Register TagPrefix="uc2" TagName="uscLanguageTokenMondo" Src="../Controls/uscLanguageToken.ascx" %>
<uc2:uscLanguageTokenMondo id="uscToken" runat="server"></uc2:uscLanguageTokenMondo>
<!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><%=uscToken.GetText("[ME_TXT-ListTracking]")%></title>
<uc1:uscstyleheader id="UscStyleHeader1" runat="server"></uc1:uscstyleheader>
<script language="javascript" type="text/javascript">
<!--
function SelectAll(CheckBoxControl) {
if (CheckBoxControl.checked == true) {
var i;
for (i = 0; i < document.forms[0].elements.length; i++) {
if ((document.forms[0].elements[i].type == 'checkbox')) {
document.forms[0].elements[i].checked = true;
}
}
}
else {
var i;
for (i = 0; i < document.forms[0].elements.length; i++) {
if ((document.forms[0].elements[i].type == 'checkbox')) {
document.forms[0].elements[i].checked = false;
}
}
}
}
// -->
</script>
<!--[if lte IE 7]>
<style type="text/css">
</style>
<![endif]-->
</head>
<body style="margin-top:1px" cellspacing="0" topmargin="0" rightmargin="0" class="ME_MessageHeader">
<form id="form1" runat="server"><%MailEnable.Utilities.WriteFormValidationField(Response, Session.SessionID, Session.Item("ME_VALIDATIONTOKEN"))%>
<div style="margin-left:auto; margin-right:auto; top:0;">
<asp:Label ID="lblMessage" runat="server"
style="display:block; margin-left:auto; margin-right:auto; margin-bottom:3;
text-align:center; padding-top:2px; padding-bottom:2px;" BackColor="#FFFFCC"
BorderStyle="Dotted" BorderWidth="1px" Visible="False" Font-Names="Verdana"
Font-Size="Small">
<%=uscToken.GetText("[ME_TXT-TheRecipientsHaveBeenRemoved]")%>
</asp:Label>
<asp:DataGrid ID="dtgList" Runat="server" AutoGenerateColumns="False" Width="100%" BorderWidth="1" CellPadding="3">
<Columns>
<asp:TemplateColumn>
<HeaderTemplate>
<input type="checkbox" name="chkSelectAll" onclick="SelectAll(this)">
</HeaderTemplate>
<ItemTemplate>
<asp:CheckBox ID="chkSelection" Runat="server" />
</ItemTemplate>
</asp:TemplateColumn>
<asp:BoundColumn HeaderText="Recipient" DataField="Recipient" />
<asp:BoundColumn HeaderText="Results" DataField="Results" />
<asp:BoundColumn HeaderText="Status" DataField="Status" />
</Columns>
<%-- <AlternatingItemStyle BackColor="#DCDCDC" />
<ItemStyle ForeColor="Black" BackColor="#EEEEEE" />
<HeaderStyle Font-Bold="True" ForeColor="White" BackColor="#000084" />--%>
<HeaderStyle CssClass="ME_MessagesListHeader" />
<ItemStyle CssClass="ME_MessageList" />
</asp:DataGrid>
<br />
<asp:Button ID="cmdRemoveAll" runat="server" style="float:right" OnClick="RemoveMembers"/>
</div>
</form>
</body>
</html>