home.*为备份文件新增列选择国际化更新;
login.jsp_new为动态登陆也修改备份提交
This commit is contained in:
@@ -342,7 +342,7 @@ background:#3d3d3d;
|
||||
</div>
|
||||
<!-- END MEGA MENU -->
|
||||
|
||||
|
||||
<input type="hidden" id="tb_custom" value="<spring:message code='cfg_custom'/>"/>
|
||||
<!-- BEGIN TOP NAVIGATION MENU -->
|
||||
<div class="top-menu">
|
||||
<ul class="nav navbar-nav pull-right">
|
||||
|
||||
@@ -16,8 +16,9 @@
|
||||
var indexLogServiceId = "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 baseNum = 10000;
|
||||
var dropBaseNum = 30000;
|
||||
var baseNum = 9073741824000000;
|
||||
var dropBaseNum = 3073741824000;
|
||||
var serviceBaseNum = 1073741824000;
|
||||
/* var indexLogServiceId = "128,131,149,16,33";
|
||||
var indexLogServiceIdArr = [128,131,149,16,33];
|
||||
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_time_start","${log_time_start}");
|
||||
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";
|
||||
//国际化切换
|
||||
var lang = "${cookie.Language.value }".toLowerCase();
|
||||
@@ -372,7 +373,7 @@ background:#3d3d3d;
|
||||
</div>
|
||||
<!-- END MEGA MENU -->
|
||||
|
||||
|
||||
<input type="hidden" id="tb_custom" value="<spring:message code='cfg_custom'/>"/>
|
||||
<!-- BEGIN TOP NAVIGATION MENU -->
|
||||
<div class="top-menu">
|
||||
<ul class="nav navbar-nav pull-right">
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<meta content="width=device-width, initial-scale=1" name="viewport" />
|
||||
<meta content="" name="description" />
|
||||
<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>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<!-- basic styles -->
|
||||
@@ -59,6 +59,7 @@
|
||||
padding: 0px;
|
||||
}
|
||||
body{
|
||||
font-family: inherit;
|
||||
max-height:1080px;
|
||||
max-width:1920px;
|
||||
height:864px;
|
||||
@@ -95,7 +96,7 @@
|
||||
|
||||
}
|
||||
.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-size: 100% 100%;
|
||||
max-height: 501px;
|
||||
|
||||
Reference in New Issue
Block a user