| 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/ |
Upload File : |
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Statistics.aspx.vb" Inherits="MailEnable.Clients.WebMail.Mondo.Statistics" %>
<%@ Register TagPrefix="uc1" TagName="uscStyleHeader" Src="../../Controls/uscStyleHeader.ascx" %>
<%@ Register TagPrefix="uc1" TagName="ScriptsInclude" Src="../../Controls/ScriptsInclude.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-Statistics]")%></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<uc1:uscStyleHeader id="UscStyleHeader1" runat="server"></uc1:uscStyleHeader>
<uc1:ScriptsInclude id="ScriptsInclude" runat="server"></uc1:ScriptsInclude>
<script type="text/javascript" language="javascript">
<!--
getTopAppWindow().ShowPageLoad();
var layoutMain = null;
var layoutSettings = {
useStateCookie: true
, defaults: {
name: "layoutStatistics"
, size: "auto"
, minSize: 300
, paneClass: "pane" // default = 'ui-layout-pane'
, resizerClass: "resizer" // default = 'ui-layout-resizer'
, togglerClass: "toggler" // default = 'ui-layout-toggler'
, buttonClass: "button" // default = 'ui-layout-button'
, slidable: false
, contentSelector: ".content" // inner div to auto-size so only it scrolls, not the entire pane!
, contentIgnoreSelector: "span" // 'paneSelector' for content to 'ignore' when measuring room for content
, togglerLength_open: 21 // WIDTH of toggler on north/south edges - HEIGHT on east/west edges
, togglerLength_closed: 15 // "100%" OR -1 = full height
, hideTogglerOnSlide: true // hide the toggler when pane is 'slid open'
, togglerTip_open: t_("[ME_TXT-CollapseThisPane]")
, togglerTip_closed: t_("[ME_TXT-OpenThisPane]")
, resizerTip: t_("[ME_TXT-Resize]")
, sliderTip: t_("[ME_TXT-SlideOpen]")
// effect defaults - overridden on some panes
, fxName: "slide" // none, slide, drop, scale
, fxSpeed_open: 400
, fxSpeed_close: 400
//, fxSettings_open: { easing: "easeInQuint" }
//, fxSettings_close: { easing: "easeOutQuint" }
, resizerDragOpacity: 0.5
}
, center: {
size: "auto"
, spacing_closed: 21 // wider space when closed
, initClosed: false // start with the pane open
, onresize: function () { InitLayout(); }
}
, east: {
size: 400
, minSize: 400
, spacing_closed: 21 // wider space when closed
, initClosed: false // start with the pane open
, spacing_closed: 21 // wider space when closed
, togglerTip_open: t_("[ME_TXT-CollapseGraphPane]")
, togglerTip_closed: t_("[ME_TXT-OpenGraphPane]")
//, fxSettings_open: { easing: "easeOutBounce" }
}
};
$(document).ready(function() {
InitLayout();
window.onload = PageLoad;
});
function InitLayout()
{
var html_height = $('html').height();
if (html_height > 0)
{
$('body div.level0_shell').height(html_height);
if (layoutMain == null)
{
// init the layout manager for the panes
layoutMain = $('body div.level0_shell').layout(layoutSettings);
}
document.getElementById('ifActivity').style.width = layoutMain.state.center.innerWidth + 'px';
document.getElementById('ifActivity').style.height = layoutMain.state.center.innerHeight + 'px';
}
}
function BrowserResize() {
InitLayout();
}
function PageLoad()
{
addEvent(window, 'resize', BrowserResize, true);
}
function PageLoadComplete() {
$('.level0_shell').css({ visibility: 'visible' });
$('#ifActivity').css({ visibility: 'visible' });
getTopAppWindow().HidePageLoad();
}
// -->
</script>
<!--[if lte IE 7]>
<style type="text/css">
.bttn_toolbar_primary_left {float:left;}
.bttn_toolbar_primary_right {float:left;}
.bttn_dropDown_right {float:left;}
</style>
<![endif]-->
</head>
<body onload="PageLoad()" style="background-color:Transparent;">
<div class="level0_shell pane-iframe" style="visibility:hidden;"> <!-- level0_shell -->
<div class="ui-layout-center iframe_shell stats"> <!-- Center Pane -->
<iframe id="ifActivity" class="pane-iframe-shell stats" src="Activity.aspx?CDT=<%=Now.ToOADate.ToString%>" frameborder="0" allowTransparency="true" scrolling="no" style="background-color:Transparent;width:100%;height:100%;margin:0px;padding:0px;visibility:hidden;"></iframe>
</div> <!-- West Pane -->
<div class="ui-layout-east iframe_shell layout-primary"> <!-- East Pane -->
<iframe id="ifGraph" name="ifGraph" src="ActivityChart.aspx?Theme=<%=GetCurrentTheme()%>&CDT=<%=Now.ToOADate.ToString%>" frameborder="0" allowTransparency="true" style="background-color:Transparent;width:100%;height:100%;margin:0px;padding:0px;visibility:hidden;" onload="this.style.visibility = 'visible';PageLoadComplete();"></iframe>
</div>
</div> <!-- level0_shell -->
</body>
</html>