| 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="ListAnnotationsDetails.aspx.vb" Inherits="MailEnable.Clients.WebAdmin.Mondo.ListAnnotationsDetails" %>
<%@ 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>
<TITLE><%=uscToken.GetText("[ME_TXT-MailEnable - ListDetails]")%>: <% =Session("List") %></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>
<META content="JavaScript" name="vs_defaultClientScript">
<META content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<script type="text/javascript" language="javascript">
var isIE7 = false;
function browserResize() {
var html_h = document.body.offsetHeight;
var foot_h = document.getElementById('popupWin_foot_bttns_js').clientHeight;
var tab_head_h = document.getElementById('popupWin_tab_head_js').clientHeight;
var top_h = document.getElementById('content_top_js').clientHeight;
if (isIE7 == true) {
var padding = 40 + 20;
var address_padding = 180;
} else {
var padding = 35;
var address_padding = 125;
}
var resize_h = html_h - foot_h - tab_head_h - padding;
var address_h = resize_h - top_h - address_padding;
document.getElementById('popupWin_content_scroll_js').style.height = resize_h + "px";
document.getElementById('txtHeaderAnnotation').style.height = (address_h / 2) + "px";
document.getElementById('txtFooterAnnotation').style.height = (address_h / 2) + "px";
}
window.onresize = function() {
browserResize();
}
</script>
<!--[if lte IE 7]>
<script type="text/javascript">
var isIE7 = true;
</script>
<![endif]-->
</HEAD>
<BODY class="popupWin_body_bg" onload="browserResize()">
<div class="popupWin_content_body">
<div class="popupWin_content_body_inner">
<div class="popupWin_content_shell">
<form id="frmListAnnotations" runat="server"><%MailEnable.Utilities.WriteFormValidationField(Response, Session.SessionID, Session.Item("ME_VALIDATIONTOKEN"))%>
<div class="popupWin_tab_body_shell">
<div id="popupWin_tab_head_js">
<asp:literal id="litTabBar" Runat="server"></asp:literal>
</div>
<div class="popupWin_content_scroll_tab" id="popupWin_content_scroll_js">
<div class="popupWin_content_scroll_tab_inner">
<div id="content_top_js">
<table class="options_form_table" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<div class="options_form_description">
<%=uscToken.GetText("[ME_TXT-PleaseConfigureTheGeneralDetailsForTheMailList.]")%><br />
<asp:literal id="litError" Runat="server"></asp:literal>
</div>
</td>
</tr>
<tr>
<td><div class="options_form_gap"></div></td>
</tr>
</table>
</div><!-- content_top_js -->
<table class="options_form_table" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="options_form_table_minWidth"><div class="options_form_label"><h2><%=uscToken.GetText("[ME_TXT-ListHeader]")%>:</h2></div></td>
<td><asp:CheckBox ID="chkHeaderEnabled" Runat="server"></asp:CheckBox></td>
</tr>
<tr>
<td colspan="2"><asp:TextBox ID="txtHeaderAnnotation" Runat="server" Style="width:99%;height:100px" TextMode="MultiLine"></asp:TextBox></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"><h2><%=uscToken.GetText("[ME_TXT-ListFooter]")%>:</h2></div></td>
<td><asp:CheckBox ID="chkFooterEnabled" Runat="server"></asp:CheckBox></asp:CheckBox></td>
</tr>
<tr>
<td colspan="2"><asp:TextBox ID="txtFooterAnnotation" Runat="server" Style="width:99%;height:100px" TextMode="MultiLine"></asp:TextBox></td>
</tr>
<tr>
<td colspan="2"><div class="options_form_gap"></div></td>
</tr>
</table>
</div><!-- popupWIn_content_scroll_tab_inner -->
</div><!-- popupWIn_content_scroll_tab -->
<div class="popupWin_tab_foot" id="popupWin_foot_bttns_js">
<asp:button id="btnAction" Runat="server" CssClass="ME_Button" Style="cursor:pointer;width:80px"></asp:button> <asp:button id="btnCancel" Runat="server" CssClass="ME_Button" Style="cursor:pointer;width:80px"></asp:button>
</div>
</div><!-- popupWin_tab_body_shell -->
</FORM>
</div><!-- popupWin_content_shell -->
</div><!-- popupWin_content_body_inner -->
</div><!-- popupWin_content_body -->
</BODY>
</HTML>