| 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/NETWebMail/Mondo/lang/sys/Forms/ |
Upload File : |
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Services.aspx.vb" Inherits="MailEnable.Clients.WebMail.Services" %>
<!DOCTYPE html>
<html>
<head>
<title><%=GetPageTitle() %></title>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<style type="text/css">
.services_logo_shell {width:100%;height:63px;padding:80px 0;}
.services_logo {width:210px;height:63px;margin:0 auto;background:url(<%=GetImagePath()%>services_logo.png) no-repeat;cursor:pointer;}
<%If IsDark() Then%>
html, body {background:#323639;}
.services_shell {color:silver; height:100%;overflow:auto;padding:15px;font-size:13px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
font-family:"Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue", Arial,"sans-serif";}
.services_item h1 a, .services_item h2 a:visited {color:silver !important;}
<%Else%>
html, body {background:#EBEBEB;}
.services_shell {color:#555;height:100%;overflow:auto;padding:15px;font-size:13px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
font-family:"Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue", Arial,"sans-serif";
text-shadow: 1px 1px 0px rgba(255,255,255,0.6);-webkit-text-shadow:1px 1px 0px rgba(255,255,255,0.6);-moz-text-shadow:1px 1px 0px rgba(255,255,255,0.6);
}
.services_item h1 a, .services_item h2 a:visited {color:#333 !important;}
<%End If%>
.services_item {float:left;width:320px;margin:0 30px 30px 0;}
.services_item h1 {font-size:23px;font-weight:normal;margin:0;padding:0;line-height:100%;}
.services_item h1 a, .services_item h2 a:visited {display:inline-block;height:48px;padding:7px 0 0 58px;background:url(<%=GetImagePath()%>services_icons_48.png) no-repeat;}
.services_item h1 a:hover {color:#265F98 !important;text-decoration:none;}
.services_item a, .services_item a:visited {color:#265F98;text-decoration:none;}
.services_item a:hover {color:#265F98;text-decoration:underline;}
.services_item a.webmail {background-position:-1px 0px;}
.services_item a.webadmin {background-position:-1px -68px;}
.services_item a.webdav {background-position:-1px -340px;}
.services_item a.eas {background-position:-3px -272px;}
.services_item a.caldav {background-position:-1px -408px;}
.services_item a.carddav {background-position:-1px -476px;}
.services_item a.mapi {background-position:-3px -136px;}
.services_item a.syncml {background-position:-2px -204px;}
.dataTable_shell {padding:10px;overflow:auto;border:1px solid #CDCDCD;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;}
.dataTable_shell h2 {font-size:15px;margin:0;padding:0;line-height:100%;margin-bottom:5px;}
.dataTable_shell h3 {font-size:12px;margin:0;padding:0;line-height:100%;margin-top:5px;}
.dataTable_listTable {width:100%;overflow:hidden;}
.dataTable_listTable td {overflow:hidden;}
.dataTable_listTable_label {width:70px;padding-right:10px;}
.dataTable_Header {font-weight:bold;}
.dataTable_SubHeading {font-weight:bold;}
.clear_div {clear:both;}
.bttn_flat {text-decoration:none !important;display:inline-block;min-width:80px;height:20px;background-color:#88C1E9;color:#133759;text-align:center;font-size:12px !important;font-weight:normal !important;line-height:100% !important;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding:7px 10px 0 10px;margin-right:5px;cursor:pointer;text-shadow:none !important;-webkit-text-shadow:none !important;-moz-text-shadow:none !important;border-radius:1px;-webkit-border-radius:1px;-moz-border-radius:1px;}
.bttn_flat:hover {text-decoration:none !important;font-size:12px;font-weight:normal;opacity:0.7;-moz-opacity:0.7;-webkit-opacity:0.7;-khtml-opacity:0.7;}
.bttn_flat.lightgrey {background-color:#CCC;color:#333 !important;}
</style>
<script type="text/javascript" language="javascript">
<!--
var SaveFailure = false;
function Save() {
//for compliance with options page wrapper
}
function formatServicesList() {
//This function aligns the ".services_item" divs, and inserts a line break when neccessary
//if item's top value is different than previous item, then a line break is needed, hence append "clear_div" below this div
//delete any existing ".clear_divs" (aka line break), to reset layout to original format
try {
$(".clear_div").remove();
}
catch (ex) { }
//for each ".services_item" div, except the first...
$("div.services_item:not(:first)").each(function () {
var this_class = $(this).children("h1").children("a").attr("class");
var prev_class = $(this).prev().children("h1").children("a").attr("class");
var this_top = $(this).offset().top;
var prev_top = $(this).prev().offset().top;
if (this_top != prev_top) {
//if the top values are different, append "clear_div" to act as a line break
$(this).prev().after('<div class="clear_div"></div>');
}
});
}
window.onresize = formatServicesList;
-->
</script>
</head>
<body onload="formatServicesList();" style="-ms-scroll-chaining:none;">
<div class="services_shell">
<%If ShowLogo() Then %>
<div class="services_logo_shell">
<div class="services_logo" onclick=""></div>
</div>
<%End If %>
<%=GetServicesHTML()%>
<div class="clear_div"></div>
</div>
</body>
</html>