home.*为备份文件新增列选择国际化更新;
login.jsp_new为动态登陆也修改备份提交
This commit is contained in:
@@ -342,7 +342,7 @@ background:#3d3d3d;
|
|||||||
</div>
|
</div>
|
||||||
<!-- END MEGA MENU -->
|
<!-- END MEGA MENU -->
|
||||||
|
|
||||||
|
<input type="hidden" id="tb_custom" value="<spring:message code='cfg_custom'/>"/>
|
||||||
<!-- BEGIN TOP NAVIGATION MENU -->
|
<!-- BEGIN TOP NAVIGATION MENU -->
|
||||||
<div class="top-menu">
|
<div class="top-menu">
|
||||||
<ul class="nav navbar-nav pull-right">
|
<ul class="nav navbar-nav pull-right">
|
||||||
|
|||||||
@@ -16,8 +16,9 @@
|
|||||||
var indexLogServiceId = "16,17,20,129,33";
|
var indexLogServiceId = "16,17,20,129,33";
|
||||||
var indexLogServiceIdArr = [16,17,20,129,33];
|
var indexLogServiceIdArr = [16,17,20,129,33];
|
||||||
var indexLogServiceNameArr = ["IP BLK", "HTTP BLK", "MAIL BLK", "HTTP MON", "APP MON"];
|
var indexLogServiceNameArr = ["IP BLK", "HTTP BLK", "MAIL BLK", "HTTP MON", "APP MON"];
|
||||||
var baseNum = 10000;
|
var baseNum = 9073741824000000;
|
||||||
var dropBaseNum = 30000;
|
var dropBaseNum = 3073741824000;
|
||||||
|
var serviceBaseNum = 1073741824000;
|
||||||
/* var indexLogServiceId = "128,131,149,16,33";
|
/* var indexLogServiceId = "128,131,149,16,33";
|
||||||
var indexLogServiceIdArr = [128,131,149,16,33];
|
var indexLogServiceIdArr = [128,131,149,16,33];
|
||||||
var indexLogServiceNameArr = ["IP Mon", "SSL Mon", "ASN Mon", "IP Blk", "APP Mon"]; */
|
var indexLogServiceNameArr = ["IP Mon", "SSL Mon", "ASN Mon", "IP Blk", "APP Mon"]; */
|
||||||
@@ -28,7 +29,7 @@
|
|||||||
sessionStorage.setItem("log_total","${log_total}");
|
sessionStorage.setItem("log_total","${log_total}");
|
||||||
sessionStorage.setItem("log_time_start","${log_time_start}");
|
sessionStorage.setItem("log_time_start","${log_time_start}");
|
||||||
sessionStorage.setItem("log_time_range","${log_time_range}");
|
sessionStorage.setItem("log_time_range","${log_time_range}");
|
||||||
window.frames['mainFrame'].location="${ctx}/dynamicpage/dynamicIndex?sid=" + indexLogServiceId + "&hour=2&baseNum=" + baseNum;
|
window.frames['mainFrame'].location="${ctx}/dynamicpage/dynamicIndex?sid=" + indexLogServiceId + "&hour=2&baseNum=" + baseNum + "&dropBaseNum=" + dropBaseNum + "&serviceBaseNum=" + serviceBaseNum;
|
||||||
//window.frames['mainFrame'].location="${ctx}/dashboard/logChart";
|
//window.frames['mainFrame'].location="${ctx}/dashboard/logChart";
|
||||||
//国际化切换
|
//国际化切换
|
||||||
var lang = "${cookie.Language.value }".toLowerCase();
|
var lang = "${cookie.Language.value }".toLowerCase();
|
||||||
@@ -372,7 +373,7 @@ background:#3d3d3d;
|
|||||||
</div>
|
</div>
|
||||||
<!-- END MEGA MENU -->
|
<!-- END MEGA MENU -->
|
||||||
|
|
||||||
|
<input type="hidden" id="tb_custom" value="<spring:message code='cfg_custom'/>"/>
|
||||||
<!-- BEGIN TOP NAVIGATION MENU -->
|
<!-- BEGIN TOP NAVIGATION MENU -->
|
||||||
<div class="top-menu">
|
<div class="top-menu">
|
||||||
<ul class="nav navbar-nav pull-right">
|
<ul class="nav navbar-nav pull-right">
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<meta content="width=device-width, initial-scale=1" name="viewport" />
|
<meta content="width=device-width, initial-scale=1" name="viewport" />
|
||||||
<meta content="" name="description" />
|
<meta content="" name="description" />
|
||||||
<meta content="" name="author" />
|
<meta content="" name="author" />
|
||||||
<link rel="shortcut icon" href="${pageContext.request.contextPath}/static/pages/img/logo.ico" />
|
<link rel="shortcut icon" href="${pageContext.request.contextPath}/static/pages/img/logo-K.ico" />
|
||||||
<title>NTC</title>
|
<title>NTC</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<!-- basic styles -->
|
<!-- basic styles -->
|
||||||
@@ -59,6 +59,7 @@
|
|||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
body{
|
body{
|
||||||
|
font-family: inherit;
|
||||||
max-height:1080px;
|
max-height:1080px;
|
||||||
max-width:1920px;
|
max-width:1920px;
|
||||||
height:864px;
|
height:864px;
|
||||||
@@ -95,7 +96,7 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
.main_right{
|
.main_right{
|
||||||
background-image: url("${pageContext.request.contextPath}/static/login/assets/images/login/login_06.png");
|
background-image: url("${pageContext.request.contextPath}/static/login/assets/images/login/login_06-K.png");
|
||||||
background-repeat:no-repeat;
|
background-repeat:no-repeat;
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
max-height: 501px;
|
max-height: 501px;
|
||||||
|
|||||||
Reference in New Issue
Block a user