| 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/Controls/ |
Upload File : |
<%@ Master Language="VB" AutoEventWireup="false" MasterPageFile="../Controls/SiteMain.master" CodeBehind="ListView.Master.vb" Inherits="MailEnable.Clients.WebAdmin.Views.ListView" %>
<asp:Content ID="CustomSiteHeader" ContentPlaceholderID="CustomSiteHeader" runat="server">
<style>
.sysListTable_shell {overflow:hidden;}
.sysListTableHeader {padding-top:3px; border:0;border-spacing:0;border-collapse:collapse;background:#ddd}
.sysListTableData {border:0;border-spacing:0;border-collapse:collapse}
.sysListTable td {padding:5px;font-size:13px}
.sysListTable_tr td {font-size:11px !important;font-weight:normal;color:#666}
.sysListTable_tr_unselected {}
.sysListTableHeader td {padding-top:5px !important; padding-bottom:3px !important}
.sysListTableHeader tr {border-top:solid 1px #C8C8C8;border-bottom:solid 1px #C8C8C8;border-collapse:collapse}
.td_Icon { padding: 2px 5px 2px 26px !important;cursor: pointer}
.td_DateTime {width:100px; text-align:right}
.td_Numeric{ width:40px; text-align:right}
.sysListTableData tr:hover {cursor:hand; background-color: #FFF9D0}
.sysListTable_shell tr { cursor:pointer }
.sysListTable_shell tr.selected { background-color:#E6F3FF;}
.sysListTable_shell td {padding: 5px;}
.sysListTable_shell div.tableContainer {clear: both; border: 1px solid #963}
.sysListTable_scrollContent {display: block; overflow-y: auto; overflow-x: hidden; width: 100%}
</style>
<script type="text/JavaScript">
var oWaitDialog = null;
$(window).resize(function () {
BrowserResize();
});
function BrowserResize() {
var iframe_w = $(document).width();
var iframe_h = $(".table-container").height();
var action_w = $(".action-container").outerWidth();
var toolbar_h = $(".toolbar_primary").outerHeight();
var splitter_w = $(".container-splitter").outerWidth();
var list_w = (iframe_w - action_w - splitter_w - 2) + "px";
var list_h = iframe_h - toolbar_h + "px";
$(".table-container").width(list_w);
$(".sysListTable_shell").height(list_h);
jsonList_UpdateScrollContainer();
ResetSessionTimeout();
}
</script>
<asp:ContentPlaceHolder ID="CustomHeader" runat="server" /></asp:Content>
<asp:Content ID="CustomSiteMainContent" ContentPlaceholderID="CustomSiteMainContent" runat="server">
<body>
<div class="table-container">
<div class="toolbar_primary">
<table class="toolbar_primary_table" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><h2><asp:ContentPlaceHolder ID="ListTitle" runat="server" ></asp:ContentPlaceHolder></h2></td>
<td class="toolbar_primary_table_bttn">
<!-- Bttn Refresh -->
<div id="btnRefreshList" class="bttn_toolbar_primary_shell" title="Refresh List">
<div class="bttn_toolbar_primary_left">
<div class="toolbar_icon_refresh"></div>
</div>
<div class="bttn_toolbar_primary_right"></div>
</div>
</td>
</tr>
</table><!--toolbar_primary_table -->
</div><!-- toolbar_primary -->
<div id="table-container" class="sysListTable_shell">
</div>
<!-- Scrollbar Tooltip -->
<div id="divScrollTooltip" style="z-index:1001;visibility:hidden;display:none;position:absolute">
<table cellpadding="4" cellspacing="0" border="0" class="ME_DialogBox" width="auto" height="auto">
<tr>
<td class="ME_StandardText" nowrap><div id="divScrollTooltipText"></div>
</td>
</tr>
</table>
</div>
</div>
<div class="container-splitter"></div>
<div id="action-container" class="action-container">
<div class="action-toolbar">
<h2>Actions</h2></div>
<div id="dvGlobalActions" style="display:none;overflow:hidden;border-bottom:1px solid black">
<ul><li onclick="doAction_AddFilter()">Add New Filter</li></ul>
</div>
</div>
<asp:ContentPlaceHolder ID="MainContent" runat="server" />
</body>
</asp:Content>