| 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 : |
<%@ Register TagPrefix="uc1" TagName="uscStyleHeader" Src="../Controls/uscStyleHeader.ascx" %>
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="GroupDetails.aspx.vb" Inherits="MailEnable.Clients.WebAdmin.Mondo.GroupDetails" %>
<%@ Register TagPrefix="uc2" TagName="uscLanguageTokenMondo" Src="../Controls/uscLanguageToken.ascx" %>
<%@ Register TagPrefix="ucScriptsInclude" TagName="ScriptsInclude" Src="../Controls/ScriptsInclude.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>
<title><%=uscToken.GetText("[ME_TXT-MailEnable - GroupDetails]")%></title>
<base target="_self">
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
<meta http-equiv="Expires" content="0">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache">
<uc1:uscstyleheader id="UscStyleHeader1" runat="server"></uc1:uscstyleheader>
<ucScriptsInclude:ScriptsInclude id="ScriptsInclude1" runat="server"></ucScriptsInclude:ScriptsInclude>
<style type="text/css">
/*Prevent IE intial scrolls for dialogs*/
.popupWin_body_bg{
-ms-overflow-style: none;
overflow: auto;
}
</style>
<script>
function browserResize() {
dialogResize();
var html_h = document.body.offsetHeight;
var foot_h = document.getElementById('popupWin_content_foot_js').clientHeight;
var top_h = document.getElementById('group_details_top_js').clientHeight;
var inputList = document.getElementById('popupWin_content_scroll_js').clientHeight;
var padding = 30 + 40 + 2;
var resize_h = html_h - foot_h - padding;
var list_h = html_h - top_h - foot_h - padding - 95;
document.getElementById('popupWin_content_scroll_js').style.height = resize_h + "px";
document.getElementById('lbxGroupMembers').style.height = list_h + "px";
document.getElementById('lbxAddresses').style.height = list_h + "px";
}
window.onresize = function() {
browserResize();
}
</script>
</head>
<body onload="browserResize()" class="popupWin_body_bg">
<div class="popupWin_content_body">
<div class="popupWin_content_body_inner">
<div class="popupWin_content_shell">
<form id="FrmGroupDetails" runat="server"><%MailEnable.Utilities.WriteFormValidationField(Response, Session.SessionID, Session.Item("ME_VALIDATIONTOKEN"))%>
<div class="popupWin_content_shell_inner">
<div class="popupWin_content_scroll" id="popupWin_content_scroll_js">
<div class="popupWIn_content_scroll_inner">
<table class="options_form_table" id="group_details_top_js">
<tr>
<td colspan="2">
<div class="options_form_description">
<asp:Label ID="lblPrompt" Runat="server"></asp:Label>
</div>
</td>
</tr>
<tr>
<td colspan="2">
<div class="options_form_description">
<asp:literal id="litError" Runat="server"></asp:literal>
</div>
</td>
</tr>
<tr>
<td colspan="2"><div class="options_form_gap"></div></td>
</tr>
<tr>
<td class="options_form_table_minWidth"><div class="options_form_label"><%=uscToken.GetText("[ME_TXT-Status]")%>:</div></td>
<td style="width:100%;"><asp:CheckBox ID="chkEnabled" Runat="server"></asp:CheckBox></td>
</tr>
<tr>
<td class="options_form_table_minWidth"><div class="options_form_label"><%=uscToken.GetText("[ME_TXT-GroupName]")%>:</div></td>
<td style="width:100%;"><asp:TextBox class="textfield" ID="txtGroupName" Runat="server"></asp:TextBox></td>
</tr>
<tr>
<td colspan="2"><div class="options_form_gap"></div></td>
</tr>
</table>
<table class="options_form_table" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2">
<asp:Table CssClass="popupWin_listTable" Runat="server" style="min-width:470px;">
<asp:TableRow style="margin:0;padding:0;">
<asp:TableCell>
<h2><%=uscToken.GetText("[ME_TXT-Members]")%>:</h2>
<asp:Table ID="tblMembers" CssClass="popupWin_listTable" Runat="server">
<asp:TableRow>
<asp:TableCell VerticalAlign="Top">
<asp:ListBox ID="lbxGroupMembers" Runat="server" Style="Height:80px;"></asp:ListBox>
</asp:TableCell>
</asp:TableRow>
<asp:TableRow ID="tblRowMembers">
<asp:TableCell VerticalAlign="Top">
<asp:Table ID="tblMemberButtons" CssClass="popupWin_listTable" Runat="server">
<asp:TableRow>
<asp:TableCell style="white-space:nowrap;">
<asp:Button ID="btnAddMember" Runat="server" CssClass="ME_Button"></asp:Button>
<asp:Button ID="btnEditMember" Runat="server" CssClass="ME_Button"></asp:Button>
<asp:Button ID="btnRemoveMember" Runat="server" CssClass="ME_Button"></asp:Button>
</asp:TableCell>
</asp:TableRow>
</asp:Table>
</asp:TableCell>
</asp:TableRow>
</asp:Table>
</asp:TableCell>
<asp:TableCell style="width:20px;">
<div style="width:20px;"></div>
</asp:TableCell>
<asp:TableCell>
<h2><%=uscToken.GetText("[ME_TXT-Addresses]")%>:</h2>
<asp:Table ID="tblAddresses" CssClass="popupWin_listTable" Runat="server">
<asp:TableRow>
<asp:TableCell VerticalAlign="Top">
<asp:ListBox ID="lbxAddresses" Runat="server" Style="Height:80px;"></asp:ListBox>
</asp:TableCell>
</asp:TableRow>
<asp:TableRow ID="tblRowAddresses">
<asp:TableCell VerticalAlign="Top">
<asp:Table ID="tblAddressButtons" CssClass="popupWin_listTable" Runat="server">
<asp:TableRow>
<asp:TableCell style="white-space:nowrap;">
<asp:Button ID="btnAddAddress" Runat="server" CssClass="ME_Button"></asp:Button>
<asp:Button ID="btnEditAddress" Runat="server" CssClass="ME_Button"></asp:Button>
<asp:Button ID="btnRemoveAddress" Runat="server" CssClass="ME_Button"></asp:Button>
</asp:TableCell>
</asp:TableRow>
</asp:Table>
</asp:TableCell>
</asp:TableRow>
</asp:Table>
</asp:TableCell>
</asp:TableRow>
<asp:TableRow ID="tblRowAddInfo" Runat="server" CssClass="ME_List1">
<asp:TableCell VerticalAlign="Top" ColumnSpan="3" style="padding:0;">
<%=uscToken.GetText("[ME_TXT-YouWillBeAbleToAddMembersToThisGroupOnceItHasBeenAdded.]")%>
<%=uscToken.GetText("[ME_TXT-AnAddressWillBeAllocatedToTheGroupForEachOfTheDomainsRegisteredUnderThisPostoffice.]")%>
<br />
</asp:TableCell>
</asp:TableRow>
</asp:Table>
</td>
</tr>
</table>
</div><!-- popupWin_content_shell_inner -->
</div><!-- popupWin_content_scroll -->
<div class="popupWin_content_foot" id="popupWin_content_foot_js">
<asp:Button ID="btnAction" Runat="server" CssClass="ME_Button footer"></asp:Button> <asp:Button ID="btnCancel" Runat="server" CssClass="ME_Button footer"></asp:Button>
</div>
</div><!-- popupWin_content_shell_inner -->
</form>
</div><!-- popupWin_content_shell -->
</div><!-- popupWin_content_body_inner -->
</div><!-- popupWin_content_body -->
</body><!-- popupWin_body_bg -->
</html>