From 5f321f96abdd2c11835a13c1ccef977f31bf4091 Mon Sep 17 00:00:00 2001 From: zhangwei Date: Sat, 26 Jan 2019 19:01:41 +0600 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5feature-traffic-log=E5=88=86?= =?UTF-8?q?=E6=94=AF=E4=BF=AE=E6=94=B9=E7=9A=84=E5=A2=9E=E5=8A=A0=E5=AE=9A?= =?UTF-8?q?=E6=97=B6=E5=99=A8=E6=8F=92=E4=BB=B6=E7=AD=96=E7=95=A5=E8=A1=A8?= =?UTF-8?q?=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Conflicts: src/main/resources/messages/message_en.properties src/main/webapp/WEB-INF/views/cfg/ipaddr/ipList.jsp Conflicts: src/main/resources/messages/message_en.properties src/main/resources/messages/message_ru.properties src/main/webapp/WEB-INF/views/cfg/ipaddr/ipList.jsp --- .../resources/messages/message_en.properties | 3 +- .../resources/messages/message_ru.properties | 4 ++- .../views/cfg/app/appPolicyCfgForm.jsp | 2 ++ .../views/cfg/app/appPolicySubList.jsp | 14 +++++++++- .../views/cfg/av/contUrl/contSubList.jsp | 14 +++++++++- .../views/cfg/av/contUrl/contUrlForm.jsp | 2 ++ .../WEB-INF/views/cfg/av/voip/voipForm.jsp | 2 ++ .../WEB-INF/views/cfg/av/voip/voipSubList.jsp | 13 +++++++++ .../basicprotocol/basicProtocolSubList.jsp | 14 +++++++++- .../WEB-INF/views/cfg/basicprotocol/form.jsp | 2 ++ .../encrypedTunnelSubList.jsp | 14 +++++++++- .../views/cfg/encryptedtunnelbehav/form.jsp | 2 ++ .../views/cfg/fileTransfer/ftpForm.jsp | 4 ++- .../views/cfg/fileTransfer/ftpSubList.jsp | 14 +++++++++- .../views/cfg/fileTransfer/p2pForm.jsp | 2 ++ .../views/cfg/fileTransfer/p2pSubList.jsp | 14 +++++++++- .../views/cfg/intercept/interceptForm.jsp | 2 ++ .../views/cfg/intercept/interceptSubList.jsp | 14 +++++++++- .../WEB-INF/views/cfg/ipaddr/ipList.jsp | 23 +++++++++++++-- .../WEB-INF/views/cfg/mail/mailForm.jsp | 2 ++ .../WEB-INF/views/cfg/mail/mailSubList.jsp | 13 +++++++++ .../WEB-INF/views/cfg/other/bgpForm.jsp | 2 ++ .../WEB-INF/views/cfg/other/bgpSubList.jsp | 14 +++++++++- .../cfg/proxy/control/httpRedirectForm.jsp | 2 ++ .../cfg/proxy/control/httpRedirectSubList.jsp | 13 +++++++++ .../cfg/proxy/control/httpReqReplaceForm.jsp | 2 ++ .../cfg/proxy/control/httpResReplaceForm.jsp | 2 ++ .../WEB-INF/views/cfg/website/dnsForm.jsp | 2 ++ .../WEB-INF/views/cfg/website/dnsSubList.jsp | 14 +++++++++- .../WEB-INF/views/cfg/website/httpForm.jsp | 2 ++ .../WEB-INF/views/cfg/website/httpSubList.jsp | 14 +++++++++- .../WEB-INF/views/cfg/website/sslForm.jsp | 2 ++ .../WEB-INF/views/cfg/website/sslSubList.jsp | 14 +++++++++- .../views/cfg/whitelist/domainForm.jsp | 2 ++ .../views/cfg/whitelist/domainList.jsp | 28 +++++++++++++++---- .../views/cfg/whitelist/domianSubList.jsp | 14 +++++++++- .../WEB-INF/views/cfg/whitelist/ipForm.jsp | 3 ++ .../WEB-INF/views/cfg/whitelist/ipSubList.jsp | 14 +++++++++- 38 files changed, 294 insertions(+), 24 deletions(-) diff --git a/src/main/resources/messages/message_en.properties b/src/main/resources/messages/message_en.properties index 0b7457499..2dfc31763 100644 --- a/src/main/resources/messages/message_en.properties +++ b/src/main/resources/messages/message_en.properties @@ -1496,4 +1496,5 @@ on=On validate_error=Unexpected error occurred while validating Is_schduler=Scheduler v4_num=IPv4 Number -v6_num=IPv6 Number \ No newline at end of file +v6_num=IPv6 Number +is_schduler=Scheduler \ No newline at end of file diff --git a/src/main/resources/messages/message_ru.properties b/src/main/resources/messages/message_ru.properties index d152a1ba8..68793e06f 100644 --- a/src/main/resources/messages/message_ru.properties +++ b/src/main/resources/messages/message_ru.properties @@ -1497,4 +1497,6 @@ everyWeek=\u0415\u0436\u0435\u043D\u0435\u0434\u0435\u043B\u044C\u043D\u043E everyMonth=\u0415\u0436\u0435\u043C\u0435\u0441\u044F\u0447\u043D\u043E validate_error=Unexpected error occurred while validating v4_num=IPv4 Number -v6_num=IPv6 Number \ No newline at end of file +v6_num=IPv6 Number +on=On +is_schduler=Scheduler \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/cfg/app/appPolicyCfgForm.jsp b/src/main/webapp/WEB-INF/views/cfg/app/appPolicyCfgForm.jsp index 9c977be73..2af5c1188 100644 --- a/src/main/webapp/WEB-INF/views/cfg/app/appPolicyCfgForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/app/appPolicyCfgForm.jsp @@ -481,6 +481,8 @@ var delContent = function(contentClassName, addBtnClassName) { <%@include file="/WEB-INF/include/form/areaInfo.jsp" %> <%@include file="/WEB-INF/include/form/basicInfo.jsp" %> +
+ <%@include file="/WEB-INF/include/form/scheduleNew.jsp"%>
diff --git a/src/main/webapp/WEB-INF/views/cfg/app/appPolicySubList.jsp b/src/main/webapp/WEB-INF/views/cfg/app/appPolicySubList.jsp index dc86168ad..bfe9d0160 100644 --- a/src/main/webapp/WEB-INF/views/cfg/app/appPolicySubList.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/app/appPolicySubList.jsp @@ -36,7 +36,13 @@
- + +
+ + +
+
@@ -240,4 +246,10 @@ + + +
+ <%@include file="/WEB-INF/include/form/scheduleNewSubList.jsp"%> +
+
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/cfg/av/contUrl/contSubList.jsp b/src/main/webapp/WEB-INF/views/cfg/av/contUrl/contSubList.jsp index bcb73ceb1..530f3cc07 100644 --- a/src/main/webapp/WEB-INF/views/cfg/av/contUrl/contSubList.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/av/contUrl/contSubList.jsp @@ -18,7 +18,13 @@ - + +
+ + +
+
@@ -325,4 +331,10 @@ + + +
+ <%@include file="/WEB-INF/include/form/scheduleNewSubList.jsp"%> +
+
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/cfg/av/contUrl/contUrlForm.jsp b/src/main/webapp/WEB-INF/views/cfg/av/contUrl/contUrlForm.jsp index 8b3bac4e8..0c105a652 100644 --- a/src/main/webapp/WEB-INF/views/cfg/av/contUrl/contUrlForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/av/contUrl/contUrlForm.jsp @@ -359,6 +359,8 @@ <%@include file="/WEB-INF/include/form/areaInfo.jsp"%>
<%@include file="/WEB-INF/include/form/basicInfo.jsp"%> +
+ <%@include file="/WEB-INF/include/form/scheduleNew.jsp"%>
diff --git a/src/main/webapp/WEB-INF/views/cfg/av/voip/voipForm.jsp b/src/main/webapp/WEB-INF/views/cfg/av/voip/voipForm.jsp index e3a580387..e835c98ce 100644 --- a/src/main/webapp/WEB-INF/views/cfg/av/voip/voipForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/av/voip/voipForm.jsp @@ -382,6 +382,8 @@ <%@include file="/WEB-INF/include/form/areaInfo.jsp"%>
<%@include file="/WEB-INF/include/form/basicInfo.jsp"%> +
+ <%@include file="/WEB-INF/include/form/scheduleNew.jsp"%>
diff --git a/src/main/webapp/WEB-INF/views/cfg/av/voip/voipSubList.jsp b/src/main/webapp/WEB-INF/views/cfg/av/voip/voipSubList.jsp index 383a36eb5..d707b2fd6 100644 --- a/src/main/webapp/WEB-INF/views/cfg/av/voip/voipSubList.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/av/voip/voipSubList.jsp @@ -19,6 +19,13 @@
+ +
+ + +
+
@@ -327,4 +334,10 @@ + + +
+ <%@include file="/WEB-INF/include/form/scheduleNewSubList.jsp"%> +
+
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/cfg/basicprotocol/basicProtocolSubList.jsp b/src/main/webapp/WEB-INF/views/cfg/basicprotocol/basicProtocolSubList.jsp index 4adbf8a99..79f02f9b8 100644 --- a/src/main/webapp/WEB-INF/views/cfg/basicprotocol/basicProtocolSubList.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/basicprotocol/basicProtocolSubList.jsp @@ -36,7 +36,13 @@
- + +
+ + +
+
@@ -239,4 +245,10 @@ + + +
+ <%@include file="/WEB-INF/include/form/scheduleNewSubList.jsp"%> +
+
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/cfg/basicprotocol/form.jsp b/src/main/webapp/WEB-INF/views/cfg/basicprotocol/form.jsp index e5a078a4d..ce256091d 100644 --- a/src/main/webapp/WEB-INF/views/cfg/basicprotocol/form.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/basicprotocol/form.jsp @@ -430,6 +430,8 @@ var switchRateLimitType=function(){ <%@include file="/WEB-INF/include/form/areaInfo.jsp" %> <%@include file="/WEB-INF/include/form/basicInfo.jsp" %> +
+ <%@include file="/WEB-INF/include/form/scheduleNew.jsp"%>
diff --git a/src/main/webapp/WEB-INF/views/cfg/encryptedtunnelbehav/encrypedTunnelSubList.jsp b/src/main/webapp/WEB-INF/views/cfg/encryptedtunnelbehav/encrypedTunnelSubList.jsp index dc86168ad..bfe9d0160 100644 --- a/src/main/webapp/WEB-INF/views/cfg/encryptedtunnelbehav/encrypedTunnelSubList.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/encryptedtunnelbehav/encrypedTunnelSubList.jsp @@ -36,7 +36,13 @@
- + +
+ + +
+
@@ -240,4 +246,10 @@ + + +
+ <%@include file="/WEB-INF/include/form/scheduleNewSubList.jsp"%> +
+
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/cfg/encryptedtunnelbehav/form.jsp b/src/main/webapp/WEB-INF/views/cfg/encryptedtunnelbehav/form.jsp index ca66ac2d9..e82e9ed12 100644 --- a/src/main/webapp/WEB-INF/views/cfg/encryptedtunnelbehav/form.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/encryptedtunnelbehav/form.jsp @@ -462,6 +462,8 @@ var switchRateLimitType=function(){ <%@include file="/WEB-INF/include/form/areaInfo.jsp" %> <%@include file="/WEB-INF/include/form/basicInfo.jsp" %> +
+ <%@include file="/WEB-INF/include/form/scheduleNew.jsp"%>
diff --git a/src/main/webapp/WEB-INF/views/cfg/fileTransfer/ftpForm.jsp b/src/main/webapp/WEB-INF/views/cfg/fileTransfer/ftpForm.jsp index 41229617f..08ec2ebd3 100644 --- a/src/main/webapp/WEB-INF/views/cfg/fileTransfer/ftpForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/fileTransfer/ftpForm.jsp @@ -4,7 +4,7 @@ <spring:message code="${cfgName}"></spring:message> -