From 9450df24b5214d62219c5843ade871c64801e05a Mon Sep 17 00:00:00 2001 From: duandongmei Date: Thu, 16 Aug 2018 15:13:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=80=E6=9C=89=E5=AD=97=E7=AC=A6=E4=B8=B2?= =?UTF-8?q?=E5=9F=9F=E6=96=B0=E5=A2=9E=E6=97=B6=EF=BC=8C=E6=96=B9=E4=BE=BF?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E7=90=86=E8=A7=A3HEX=E5=92=8CCase-senstive?= =?UTF-8?q?=20=E5=B0=86=E2=80=9C=E6=98=AF=E5=90=A6hex=E4=BA=8C=E8=BF=9B?= =?UTF-8?q?=E5=88=B6=E2=80=9D=E5=B1=9E=E6=80=A7=E9=9A=90=E8=97=8F=EF=BC=8C?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=98=AF=E5=90=A6=E4=BA=8C=E8=BF=9B=E5=88=B6?= =?UTF-8?q?=E5=92=8C=E6=98=AF=E5=90=A6=E5=A4=A7=E5=B0=8F=E5=86=99=E6=95=8F?= =?UTF-8?q?=E6=84=9F=E4=B8=A4=E4=B8=AA=E9=80=89=E9=A1=B9=EF=BC=8Ccommon.js?= =?UTF-8?q?=E4=B8=AD=E6=A0=B9=E6=8D=AE=E7=95=8C=E9=9D=A2=E4=B8=A4=E4=B8=AA?= =?UTF-8?q?=E9=80=89=E9=A1=B9=EF=BC=8C=E8=87=AA=E5=8A=A8=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E9=9A=90=E8=97=8F=E7=9A=84=E2=80=9C=E6=98=AF=E5=90=A6=E4=BA=8C?= =?UTF-8?q?=E8=BF=9B=E5=88=B6=E2=80=9C=E5=B1=9E=E6=80=A7=E7=9A=84=E5=80=BC?= =?UTF-8?q?=E3=80=90=E6=B3=A8=EF=BC=9A=E5=8D=81=E5=85=AD=E8=BF=9B=E5=88=B6?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E5=A4=A7=E5=B0=8F=E5=86=99=E6=95=8F=E6=84=9F?= =?UTF-8?q?=E3=80=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 其他后期新增的界面,也需要这样处理 --- .../resources/messages/message_en.properties | 8 +- .../messages/message_zh_CN.properties | 8 +- .../WEB-INF/include/form/stringInfo.jsp | 71 +++++++++++++---- .../views/cfg/app/appDomainCfgForm.jsp | 79 ++++++++++++++----- .../WEB-INF/views/cfg/app/appHttpCfgForm.jsp | 44 +++++++++++ .../WEB-INF/views/cfg/common/domainForm.jsp | 75 ++++++++++++++---- .../WEB-INF/views/cfg/complexCfgForm.jsp | 40 ++++++++++ .../WEB-INF/views/cfg/stringCfgForm.jsp | 40 ++++++++++ .../webapp/static/global/scripts/common.js | 45 +++++++++++ 9 files changed, 360 insertions(+), 50 deletions(-) diff --git a/src/main/resources/messages/message_en.properties b/src/main/resources/messages/message_en.properties index b9dbebbab..749ea017d 100644 --- a/src/main/resources/messages/message_en.properties +++ b/src/main/resources/messages/message_en.properties @@ -1043,4 +1043,10 @@ app_desc=Application Description tunnel_code=Tunnel Behavior No tunnel_name=Tunnel Behavior Name tunnel_desc=Tunnel Behavior Description -call_external_procedures_failed=Call external procedures failed \ No newline at end of file +call_external_procedures_failed=Call external procedures failed +is_hex=Is HEX +is_case_insenstive=Is Case-senstive +case_senstive=Case-senstive +case_insenstive=Case-insenstive +hex=Hex +not_hex=Not HEX \ No newline at end of file diff --git a/src/main/resources/messages/message_zh_CN.properties b/src/main/resources/messages/message_zh_CN.properties index 27bb7b07f..8c7107a74 100644 --- a/src/main/resources/messages/message_zh_CN.properties +++ b/src/main/resources/messages/message_zh_CN.properties @@ -1043,4 +1043,10 @@ app_desc=\u793E\u4EA4\u5E94\u7528\u63CF\u8FF0 tunnel_code=\u52A0\u5BC6\u96A7\u9053\u884C\u4E3A\u5E8F\u53F7 tunnel_name=\u52A0\u5BC6\u96A7\u9053\u884C\u4E3A\u540D\u79F0 tunnel_desc=\u52A0\u5BC6\u96A7\u9053\u884C\u4E3A\u63CF\u8FF0 -call_external_procedures_failed=\u8C03\u7528\u5916\u90E8\u7A0B\u5E8F\u51FA\u9519 \ No newline at end of file +call_external_procedures_failed=\u8C03\u7528\u5916\u90E8\u7A0B\u5E8F\u51FA\u9519 +is_hex=\u662F\u5426\u5341\u516D\u8FDB\u5236 +is_case_insenstive=\u662F\u5426\u5927\u5C0F\u5199\u654F\u611F +case_senstive=\u5927\u5C0F\u5199\u654F\u611F +case_insenstive=\u5927\u5C0F\u5199\u4E0D\u654F\u611F +hex=\u5341\u516D\u8FDB\u5236 +not_hex=\u975E\u5341\u516D\u8FDB\u5236 diff --git a/src/main/webapp/WEB-INF/include/form/stringInfo.jsp b/src/main/webapp/WEB-INF/include/form/stringInfo.jsp index 38cf7c87b..bf3c6b0de 100644 --- a/src/main/webapp/WEB-INF/include/form/stringInfo.jsp +++ b/src/main/webapp/WEB-INF/include/form/stringInfo.jsp @@ -15,21 +15,6 @@
-
- -
- -
-
-
-
- -
-
@@ -47,6 +32,8 @@
+
+
@@ -60,6 +47,60 @@
+
+
+ +
+ + +
+
+
+
+ +
+
+
+
+ +
+ + +
+
+
+
+
+
diff --git a/src/main/webapp/WEB-INF/views/cfg/app/appDomainCfgForm.jsp b/src/main/webapp/WEB-INF/views/cfg/app/appDomainCfgForm.jsp index 2bc1a5535..0fa08d859 100644 --- a/src/main/webapp/WEB-INF/views/cfg/app/appDomainCfgForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/app/appDomainCfgForm.jsp @@ -152,24 +152,6 @@ $(function(){
-
-
- -
- -
-
-
-
- -
-
+
+
+ +
+ + +
+
+
+
+ +
+
+ +
+
+ +
+ + +
+
+
+
+ +
+
+
+ <%-- <%@include file="/WEB-INF/include/form/areaInfo.jsp" %> --%> diff --git a/src/main/webapp/WEB-INF/views/cfg/app/appHttpCfgForm.jsp b/src/main/webapp/WEB-INF/views/cfg/app/appHttpCfgForm.jsp index 5c229ec28..8a0a63e1a 100644 --- a/src/main/webapp/WEB-INF/views/cfg/app/appHttpCfgForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/app/appHttpCfgForm.jsp @@ -229,6 +229,49 @@ $(function(){
+
+
+ +
+ + +
+
+
+
+ + +
+ +
+
+ +
+ + +
+
+
+
+ +
+ diff --git a/src/main/webapp/WEB-INF/views/cfg/common/domainForm.jsp b/src/main/webapp/WEB-INF/views/cfg/common/domainForm.jsp index 938565b01..ce533d4c3 100644 --- a/src/main/webapp/WEB-INF/views/cfg/common/domainForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/common/domainForm.jsp @@ -162,21 +162,6 @@
-
- -
- -
-
-
-
- -
-
@@ -194,6 +179,9 @@
+
+
+
@@ -211,6 +199,63 @@
+
+
+ +
+ + +
+
+
+
+ +
+
+ +
+
+ +
+ + +
+
+
+
+ +
+
diff --git a/src/main/webapp/WEB-INF/views/cfg/complexCfgForm.jsp b/src/main/webapp/WEB-INF/views/cfg/complexCfgForm.jsp index 4039242f0..3175e1b12 100644 --- a/src/main/webapp/WEB-INF/views/cfg/complexCfgForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/complexCfgForm.jsp @@ -93,6 +93,46 @@
+ +
+
+ +
+ + +
+
+
+
+
+
+ +
+ + +
+
+
+
+ +
+