| 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 : /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="DKIMSelect.aspx.vb" Inherits="MailEnable.Clients.WebAdmin.Mondo.DKIMSelect" %>
<%@ Register TagPrefix="uc2" TagName="uscLanguageTokenMondo" Src="../Controls/uscLanguageToken.ascx" %>
<%@ Register TagPrefix="uc1" 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-ChangeDKIMSettings]")%></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>
<uc1:ScriptsInclude id="ScriptsInclude" runat="server" libraries="core"></uc1:ScriptsInclude>
<style type="text/css">
/*Prevent IE intial scrolls for dialogs*/
.popupWin_body_bg{
-ms-overflow-style: none;
overflow: auto;
}
</style>
<script language="javascript">
function VerifyActiveSelectorBox()
{
var checkbox = document.getElementById("<%= chkIsActiveSelector.ClientID %>");
if (!checkbox.checked &&
"<%= g_activeSelector %>" == "<%= lstSelectors.SelectedValue %>")
{
// if the isActiveSelector checkbox is unchecked, that's no good,
// since there must always be an active selector. So, tell them that
// they have to select another one rather than unselecting the current one
alert(t_("[ME_TXT-MustSelectNewSelector]"));
checkbox.checked = true;
}
}
function ConfirmSelectorDelete() {
var bConfirmed = confirm(t_('[ME_TXT-DoYouWantToDeleteThisSelector?]'));
if (bConfirmed) {
if ("<%= g_activeSelector %>" == "<%= lstSelectors.SelectedValue %>") {
alert(t_("[ME_TXT-Can'tDeleteActiveSelector]"));
return false;
}
}
return bConfirmed;
}
function EnableSigningClicked() {
if (document.getElementById("chkEnableSigning").checked &&
"<%= g_activeSelector %>" == "") {
alert(t_("[ME_TXT-Can'tEnableSigningWithoutActiveSelector]"));
document.getElementById("chkEnableSigning").checked = false;
}
}
function browserResize() {
dialogResize();
var html_h = document.body.offsetHeight;
var foot_h = document.getElementById('popupWin_content_foot_js').clientHeight;
var inputList = document.getElementById('popupWin_content_scroll_js').clientHeight;
var padding = 30 + 40 + 2;
var resize_h = html_h - foot_h - padding;
document.getElementById('popupWin_content_scroll_js').style.height = resize_h + "px";
}
window.onresize = function() {
browserResize();
}
</script>
<!--[if lte IE 7]>
<style type="text/css">
body {overflow:hidden;}
#txtGranularity {width:320px;}
#txtNotes {width:320px;}
#txtDNSRecord {width:435px;height:80px;overflow:scroll;}
.popupWin_content_scroll {overflow-x:hidden;}
</style>
<![endif]-->
</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="frmDKIMSelect" 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">
<asp:table id="tblSelectorControls" Runat="server" class="options_form_table">
<asp:TableRow>
<asp:TableCell colspan="2">
<div class="options_form_description">
<%=uscToken.GetText("[ME_TXT-YouCanEditSelectorDetailsHere]")%><br />
<asp:literal id="litError" Runat="server"></asp:literal>
</div>
</asp:TableCell>
</asp:TableRow>
<asp:TableRow>
<asp:TableCell colspan="2"><div class="options_form_gap"></asp:TableCell>
</asp:TableRow>
<asp:TableRow>
<asp:TableCell class="options_form_table_minWidth"><div class="options_form_label"><%=uscToken.GetText("[ME_TXT-EnableSigning]")%>:</div></asp:TableCell>
<asp:TableCell Width="100%"><asp:CheckBox ID="chkEnableSigning" runat="server" onclick="EnableSigningClicked()" /></asp:TableCell>
</asp:TableRow>
<asp:TableRow>
<asp:TableCell class="options_form_table_minWidth"><div class="options_form_label"><%=uscToken.GetText("[ME_TXT-Selector]")%>:</div></asp:TableCell>
<asp:TableCell Width="100%"><asp:DropDownList ID="lstSelectors" runat="server" Width="170" AutoPostBack="true" OnSelectedIndexChanged="SelectorChanged"></asp:DropDownList></asp:TableCell>
</asp:TableRow>
<asp:TableRow>
<asp:TableCell colspan="2"><div class="options_form_gap"></div></asp:TableCell>
</asp:TableRow>
<asp:TableRow>
<%--<asp:TableRow CssClass="ME_List0">--%>
<asp:TableCell class="options_form_table_minWidth"><div class="options_form_label"><%=uscToken.GetText("[ME_TXT-TestMode]")%>:</div></asp:TableCell>
<asp:TableCell ID="tblCellDomainName" Runat="server" Width="100%">
<asp:CheckBox ID="chkTestMode" Runat="server" />
</asp:TableCell>
</asp:TableRow>
<asp:TableRow>
<%--<asp:TableRow CssClass="ME_List1">--%>
<asp:TableCell class="options_form_table_minWidth"><div class="options_form_label"><%=uscToken.GetText("[ME_TXT-IsActiveSelector]")%>:</div></asp:TableCell>
<asp:TableCell ID="tblCellAbuse" Runat="server" Width="100%">
<asp:CheckBox ID="chkIsActiveSelector" Runat="server" onclick="VerifyActiveSelectorBox();" />
</asp:TableCell>
</asp:TableRow>
<asp:TableRow>
<%--<asp:TableRow CssClass="ME_List1">--%>
<asp:TableCell class="options_form_table_minWidth"><div class="options_form_label"><%=uscToken.GetText("[ME_TXT-Granularity]")%>:</div></asp:TableCell>
<asp:TableCell ID="tblCellRedirection" Runat="server" Width="100%">
<asp:TextBox ID="txtGranularity" runat="server" class="textfield"></asp:TextBox>
</asp:TableCell>
</asp:TableRow>
<asp:TableRow>
<%--<asp:TableRow CssClass="ME_List0">--%>
<asp:TableCell class="options_form_table_minWidth"><div class="options_form_label"><%=uscToken.GetText("[ME_TXT-Notes]")%>:</div></asp:TableCell>
<asp:TableCell ID="tblCellPostmaster" Runat="server" Width="100%">
<asp:TextBox ID="txtNotes" Runat="server" class="textfield"></asp:TextBox>
</asp:TableCell>
</asp:TableRow>
<asp:TableRow>
<asp:TableCell colspan="2"><div class="options_form_gap"></asp:TableCell>
</asp:TableRow>
<asp:TableRow>
<%--<asp:TableRow CssClass="ME_List0">--%>
<asp:TableCell ID="tblCellCatchAll" Runat="server" ColumnSpan="2">
<%=uscToken.GetText("[ME_TXT-CopyFollowingToDNSRecord]")%>:
<div class="options_form_gap"></div>
<asp:TextBox ID="txtDNSRecord" class="textfield" Runat="server" TextMode="MultiLine" Columns="60" Rows="6" ReadOnly="true"></asp:TextBox>
</asp:TableCell>
</asp:TableRow>
</asp:table>
</div><!-- popupWin_content_scroll_inner -->
</div><!-- popupWin_content_scroll -->
<div class="popupWin_content_foot" id="popupWin_content_foot_js">
<asp:button id="btnAction" Runat="server" OnClick="UpdateSelector" CssClass="ME_Button" Style="cursor:pointer;width:80px;display:inline"></asp:button>
<asp:button id="btnDelete" Runat="server" OnClick="DeleteSelector" OnClientClick="return ConfirmSelectorDelete()" CssClass="ME_Button" Style="cursor:pointer;width:80px;display:inline"></asp:button>
<asp:button id="btnCancel" Runat="server" CssClass="ME_Button" Style="cursor:pointer;width:80px" OnClientClick="self.close()"></asp:button>
</div>
</div><!-- popupWin_content_shell_inner -->
</FORM>
</div><!-- popupWin_content_shell -->
</div><!-- popupWin_content_body_inner -->
</div><!-- popupWin_content_body -->
</BODY>
</HTML>