| 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/NETWebMail/Mondo/lang/sys/Forms/MAI/ |
Upload File : |
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="MsgBody.aspx.vb" Inherits="MailEnable.Clients.WebMail.Mondo.MsgBody" %>
<%@ Register TagPrefix="uc1" TagName="uscStyleHeader" Src="../../../Controls/uscStyleHeader.ascx" %>
<%@ Register TagPrefix="uc2" TagName="uscAccess" Src="../../../Controls/uscAccess.ascx" %>
<%@ Register TagPrefix="uc3" TagName="uscScriptsInclude" Src="../../../Controls/ScriptsInclude.ascx" %>
<%@ Register TagPrefix="uc4" TagName="uscYouTubePlaylist" Src="../../../Controls/uscYouTubePlaylist.ascx" %>
<!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><asp:Literal id="liWindowTitle" runat="server"></asp:Literal></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<uc3:uscScriptsInclude id="ScriptsInclude" runat="server"></uc3:uscScriptsInclude>
<uc1:uscStyleHeader id="UscStyleHeader1" runat="server" Flags="EXPIRE"></uc1:uscStyleHeader>
<script type="text/javascript">
<!--
function OpenNewWindow(URL,width,height)
{
if (URL.match(/^.*\/Forms\/MAI\/compose.aspx.*$/i))
{
// URL is an internal compose page link
if (getTopAppWindow().window.opener)
{
// Case message was opened in new window
getTopAppWindow().window.opener.getTopAppWindow().parent.ComposeMessage(URL);
}
else
{
getTopAppWindow().parent.ComposeMessage(URL);
}
}
else
{
<%If bAllowNewWindows Then%>
Features = new String("left="+(window.screen.availWidth/2 - width/2)+",top="+(window.screen.availHeight/2 - height/2) + ",height="+height+",width="+width+", status=1,location=0,directories=0,toolbar=no,menubar=0,scrollbars=1,resizable=1");
window.open(URL,'_blank',Features,true);
<%Else%>
window.open(URL,'Messages','',true);
<%End If%>
}
}
function PageLoad()
{
if ( IsIE(GetBrowserType()) )
{
document.onselectstart = function(){ return true; };
}
else if (GetBrowserType() == BROWSER_TYPE_FF)
{
document.body.style.MozUserSelect = "text";
}
var taw = getTopAppWindow();
if (taw) {
if (taw.gOptions['AllowThemes'] == '1') {
// having applied the body, lets ensure inline markup colours can be seen
if (taw.gOptions['Theme'] == 'Dark') {
taw.ApplyThemeToContent($('body'));
}
}
taw.gImagesBlocked=<%=mbBlockImages.ToString().ToLowerInvariant()%>;
} else {
alert('no taw');
}
<% If EmbedVideoLinks AndAlso MessageHasYouTubeVideos Then %>
ytplayer_setPlaylist(<%= GetPlaylistVideosJSArray() %>);
<% End If %>
}
$(document).ready(function() {
window.onload = PageLoad;
});
// -->
</script>
<style type="text/css">
body, html {margin:0;padding:0;width:100%;height:100%;}
</style>
</head>
<body id="Body" onload="PageLoad();" style="background-color:Transparent;">
<uc2:uscAccess id="uscAccess" runat="server" EnableViewState="False"></uc2:uscAccess>
<%If EmbedVideoLinks AndAlso MessageHasYouTubeVideos Then%>
<uc4:uscYouTubePlaylist id="uscYTPlaylist" runat="server"></uc4:uscYouTubePlaylist>
<% End If %>
<div id="MessageArea" class="msgBody_shell wrapped" style="overflow:visible;" <%= MailEnable.Clients.WebMail.Mondo.Request.CheckForRTL(Session("lang"))%>>
<%=Body%>
<asp:Literal ID="liImageAttachments" Runat="server"></asp:Literal>
</div>
</body>
</html>