From 64532a60a5f4e3d70449ae44dd8f42cd6f24adca Mon Sep 17 00:00:00 2001 From: zhanghongqing Date: Wed, 7 Mar 2018 13:42:18 +0800 Subject: [PATCH] =?UTF-8?q?ip=E7=AE=A1=E6=8E=A7=E7=99=BD=E5=90=8D=E5=8D=95?= =?UTF-8?q?=EF=BC=8C=E5=8F=91=E4=BB=B6=E4=BA=BA=E7=AE=A1=E6=8E=A7=E5=9B=BD?= =?UTF-8?q?=E9=99=85=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/messages/message_en.properties | 16 ++++ .../messages/message_zh_CN.properties | 16 ++++ .../webapp/WEB-INF/include/form/basicInfo.jsp | 18 ++-- .../WEB-INF/include/form/complexInfo.jsp | 44 +++++----- .../webapp/WEB-INF/include/form/ipInfo.jsp | 42 ++++----- .../WEB-INF/include/form/stringInfo.jsp | 54 ++++++------ .../WEB-INF/views/cfg/stringCfgForm.jsp | 6 +- .../WEB-INF/views/cfg/stringCfgList.jsp | 88 +++++++++---------- 8 files changed, 158 insertions(+), 126 deletions(-) diff --git a/src/main/resources/messages/message_en.properties b/src/main/resources/messages/message_en.properties index f0c3ceafb..1579ccb35 100644 --- a/src/main/resources/messages/message_en.properties +++ b/src/main/resources/messages/message_en.properties @@ -231,4 +231,20 @@ protocol=protocol oneway=oneway twoway=twoway arbitrary=arbitrary +basic_config=basic configuration +block_config=block configuration +expression_type=expression type +null=null +and=& +match_method=match method +substring_match=substring match +right_match=right match +left_match=left match +exactly_match=exactly match +whether_hexbinary=whether HEX binary +hex_binary=HEX binary +case_insensitive_nohex=case insensitive and no hex +case_sensitive_nohex=case sensitive and no hex +area_effect_id=area effect id +ip_type=ip type #==========guankongbaimingdan end===================== \ 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 7cace7e7d..e113d11de 100644 --- a/src/main/resources/messages/message_zh_CN.properties +++ b/src/main/resources/messages/message_zh_CN.properties @@ -229,4 +229,20 @@ protocol=\u534f\u8bae oneway=\u5355\u5411 twoway=\u53cc\u5411 arbitrary=\u4efb\u610f +basic_config=\u57fa\u672c\u914d\u7f6e +block_config=\u7ba1\u63a7\u914d\u7f6e +expression_type=\u8868\u8fbe\u5f0f\u7c7b\u578b +null=\u65e0\u8868\u8fbe\u5f0f +and=\u4e0e\u8868\u8fbe\u5f0f +match_method=\u5339\u914d\u65b9\u5f0f +substring_match=\u5b50\u4e32\u5339\u914d +right_match=\u53f3\u5339\u914d +left_match=\u5de6\u5339\u914d +exactly_match=\u5b8c\u5168\u5339\u914d +whether_hexbinary=\u662f\u5426hex\u4e8c\u8fdb\u5236 +hex_binary=HEX\u683c\u5f0f\u4e8c\u8fdb\u5236 +case_insensitive_nohex=\u5927\u5c0f\u5199\u4e0d\u654f\u611f\uff0c\u4e14\u975eHEX +case_sensitive_nohex=\u5927\u5c0f\u5199\u654f\u611f\uff0c\u4e14\u975eHEX +area_effect_id=\u533a\u57df\u751f\u6548id +ip_type=ip\u7c7b\u578b #==========guankongbaimingdan end===================== \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/include/form/basicInfo.jsp b/src/main/webapp/WEB-INF/include/form/basicInfo.jsp index 46d5b6533..7dcb11ec5 100644 --- a/src/main/webapp/WEB-INF/include/form/basicInfo.jsp +++ b/src/main/webapp/WEB-INF/include/form/basicInfo.jsp @@ -1,13 +1,13 @@ <%@ page contentType="text/html;charset=UTF-8"%> <%@ include file="/WEB-INF/include/taglib.jsp"%> -

基本配置

+

- +
-