(1)域名通用页面页面标题替换
(2)Ip配置导入增加来函,分类性质标签验证
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<%@ include file="/WEB-INF/include/taglib.jsp"%>
|
||||
<html>
|
||||
<head>
|
||||
<title><spring:message code="domain_intercept"></spring:message></title>
|
||||
<title><spring:message code="${cfgName}"></spring:message></title>
|
||||
<script type="text/javascript">
|
||||
$(function() {
|
||||
if ($("input[name='action']:checked").val() == 0x20
|
||||
@@ -45,7 +45,7 @@
|
||||
loading('onloading...');
|
||||
form.submit();
|
||||
},
|
||||
errorContainer: "#messageBox",
|
||||
errorContainer: "#messageBox"
|
||||
});
|
||||
});
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
<div class="page-content">
|
||||
|
||||
<h3 class="page-title">
|
||||
<spring:message code="domain_intercept"></spring:message>
|
||||
<spring:message code="${cfgName}"></spring:message>
|
||||
</h3>
|
||||
|
||||
<div class="row">
|
||||
@@ -79,8 +79,7 @@
|
||||
</div>
|
||||
<div class="portlet-body form">
|
||||
<!-- BEGIN FORM-->
|
||||
<form id="cfgFrom"
|
||||
action="${ctx}${urlPrefix}/saveOrUpdate" method="post"
|
||||
<form id="cfgFrom" action="${ctx}${urlPrefix}/saveOrUpdate" method="post"
|
||||
class="form-horizontal">
|
||||
<input type="hidden" name="cfgName" value="${cfgName}">
|
||||
<input type="hidden" name="cfgId" value="${_cfg.cfgId}">
|
||||
|
||||
@@ -48,7 +48,7 @@ $(function(){
|
||||
loading('onloading...');
|
||||
form.submit();
|
||||
},
|
||||
errorContainer: "#messageBox",
|
||||
errorContainer: "#messageBox"
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user