音视频文本、文件摘要、other-bgp、http替换业务、dns响应策略、策略分组、dns欺骗增加遮盖层

This commit is contained in:
duandongmei
2018-07-02 11:43:14 +08:00
parent b8f0d90a9b
commit 8c35b5fa13
22 changed files with 27 additions and 6 deletions

View File

@@ -20,6 +20,7 @@ $(function(){
}
},
submitHandler: function(form){
loading('onloading...');
form.submit();
},
errorContainer: "#messageBox",
@@ -69,7 +70,7 @@ $(function(){
</c:forEach>
</select>
</div>
<div for="action"></div>
<div for="groupType"></div>
</div>
</div>
</div>

View File

@@ -172,6 +172,7 @@
</form:form>
</div>
<div class="table-responsive">
<sys:message content="${message}" />
<table id="contentTable" class="table table-striped table-bordered table-condensed text-nowrap">
<thead>
<tr>

View File

@@ -268,6 +268,7 @@
</form:form>
</div>
<div class="table-responsive">
<sys:message content="${message}" />
<table id="contentTable" class="table table-striped table-bordered table-condensed text-nowrap">
<thead>
<tr>

View File

@@ -33,6 +33,7 @@ $(function(){
}
})
if(flag){
loading('onloading...');
$("input[name$='exprType']").attr("disabled",false);
form.submit();
}

View File

@@ -265,6 +265,7 @@
</form:form>
</div>
<div class="table-responsive">
<sys:message content="${message}" />
<table id="contentTable" class="table table-striped table-bordered table-condensed text-nowrap">
<thead>
<tr>

View File

@@ -19,7 +19,7 @@ $(function(){
$(element).parents(".form-group").find("div[for='"+element.attr("name")+"']").append(error);
},
submitHandler: function(form){
//loading('onloading...');
loading('onloading...');
form.submit();
},
errorContainer: "#messageBox",

View File

@@ -268,6 +268,7 @@
</form:form>
</div>
<div class="table-responsive">
<sys:message content="${message}" />
<table id="contentTable" class="table table-striped table-bordered table-condensed text-nowrap">
<thead>
<tr>

View File

@@ -21,7 +21,7 @@ $(function(){
}
},
submitHandler: function(form){
//loading('onloading...');
loading('onloading...');
var flag = true;
$("input[name$='cfgKeywords']").each(function(){
if($(this).val()==''){

View File

@@ -265,6 +265,7 @@
</form:form>
</div>
<div class="table-responsive">
<sys:message content="${message}" />
<table id="contentTable" class="table table-striped table-bordered table-condensed text-nowrap">
<thead>
<tr>

View File

@@ -26,7 +26,7 @@ $(function(){
$(element).parents(".form-group").find("div[for='"+element.attr("name")+"']").append(error);
},
submitHandler: function(form){
//loading('onloading...');
loading('onloading...');
//代表所有业务都隐藏了,提示必须增加一种业务数据
if($(".boxSolid").length ==$(".boxSolid.hidden").length){
top.$.jBox.tip("<spring:message code='one_more'/>", "<spring:message code='info'/>");
@@ -44,6 +44,10 @@ $(function(){
$(this).attr("disabled","true");
});
});
//新增 默认不展示配置信息
if($("input[name=cfgId]").val() == ''){
$(".glyphicon-remove").click();
}
});

View File

@@ -606,6 +606,7 @@
</form:form>
</div>
<div class="table-responsive">
<sys:message content="${message}" />
<table id="contentTable" class="table table-striped table-bordered table-condensed text-nowrap">
<thead>
<tr>

View File

@@ -19,7 +19,7 @@ $(function(){
$(element).parents(".form-group").find("div[for='"+element.attr("name")+"']").append(error);
},
submitHandler: function(form){
//loading('onloading...');
loading('onloading...');
form.submit();
},
errorContainer: "#messageBox",

View File

@@ -266,6 +266,7 @@
</form:form>
</div>
<div class="table-responsive">
<sys:message content="${message}" />
<table id="contentTable" class="table table-striped table-bordered table-condensed text-nowrap">
<thead>
<tr>

View File

@@ -255,6 +255,7 @@
</form:form>
</div>
<div class="table-responsive">
<sys:message content="${message}" />
<table id="contentTable" class="table table-striped table-bordered table-condensed text-nowrap">
<thead>
<tr>

View File

@@ -21,6 +21,7 @@ $(function(){
}
},
submitHandler: function(form){
loading('onloading...');
var flag = true;
var cfgId=$("#cfgId").val();
var message="";

View File

@@ -250,6 +250,7 @@
</form:form>
</div>
<div class="table-responsive">
<sys:message content="${message}" />
<table id="contentTable" class="table table-striped table-bordered table-condensed text-nowrap">
<thead>
<tr>

View File

@@ -31,7 +31,7 @@
+ "']").append(error);
},
submitHandler : function(form) {
//loading('onloading...');
loading('onloading...');
var flag = true;
//代表所有业务都隐藏了,提示必须增加一种业务数据
if($(".boxSolid").length ==$(".boxSolid.hidden").length){

View File

@@ -301,6 +301,7 @@
</form:form>
</div>
<div class="table-responsive">
<sys:message content="${message}" />
<table id="contentTable" class="table table-striped table-bordered table-condensed text-nowrap">
<thead>
<tr>

View File

@@ -21,6 +21,7 @@ $(function(){
}
},
submitHandler: function(form){
loading('onloading...');
var flag = true;
$("input[name$='cfgKeywords']").each(function(){
if($(this).val()==''){

View File

@@ -251,6 +251,7 @@
</form:form>
</div>
<div class="table-responsive">
<sys:message content="${message}" />
<table id="contentTable" class="table table-striped table-bordered table-condensed text-nowrap">
<thead>
<tr>

View File

@@ -21,6 +21,7 @@ $(function(){
}
},
submitHandler: function(form){
loading('onloading...');
var flag = true;
$("input[name$='cfgKeywords']").each(function(){
if($(this).val()==''){

View File

@@ -251,6 +251,7 @@
</form:form>
</div>
<div class="table-responsive">
<sys:message content="${message}" />
<table id="contentTable" class="table table-striped table-bordered table-condensed text-nowrap">
<thead>
<tr>