是否表达式国际化code使用null_expression和and_expression
This commit is contained in:
@@ -29,12 +29,12 @@
|
|||||||
<label class="radio-inline">
|
<label class="radio-inline">
|
||||||
<input type="radio" name="exprType" value="1" class="required"
|
<input type="radio" name="exprType" value="1" class="required"
|
||||||
<c:if test="${_cfg.exprType==1}">checked</c:if>
|
<c:if test="${_cfg.exprType==1}">checked</c:if>
|
||||||
><spring:message code="and"/>
|
><spring:message code="and_expression"/>
|
||||||
</label>
|
</label>
|
||||||
<label class="radio-inline">
|
<label class="radio-inline">
|
||||||
<input type="radio" name="exprType" value="0" class="required"
|
<input type="radio" name="exprType" value="0" class="required"
|
||||||
<c:if test="${_cfg.exprType==0}">checked</c:if>
|
<c:if test="${_cfg.exprType==0}">checked</c:if>
|
||||||
><spring:message code="null"/>
|
><spring:message code="null_expression"/>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div for="exprType"></div>
|
<div for="exprType"></div>
|
||||||
|
|||||||
@@ -62,12 +62,12 @@ $(function(){
|
|||||||
<label class="radio-inline">
|
<label class="radio-inline">
|
||||||
<input type="radio" name="complexCfg[${tableInfo.tableName}].exprType" value="1"
|
<input type="radio" name="complexCfg[${tableInfo.tableName}].exprType" value="1"
|
||||||
<c:if test="${_cfg.complexCfg[tableInfo.tableName].exprType==1}">checked</c:if>
|
<c:if test="${_cfg.complexCfg[tableInfo.tableName].exprType==1}">checked</c:if>
|
||||||
class="required"/><spring:message code="and"/>
|
class="required"/><spring:message code="and_expression"/>
|
||||||
</label>
|
</label>
|
||||||
<label class="radio-inline">
|
<label class="radio-inline">
|
||||||
<input type="radio" name="complexCfg[${tableInfo.tableName}].exprType" value="0"
|
<input type="radio" name="complexCfg[${tableInfo.tableName}].exprType" value="0"
|
||||||
<c:if test="${_cfg.complexCfg[tableInfo.tableName].exprType==0}">checked</c:if>
|
<c:if test="${_cfg.complexCfg[tableInfo.tableName].exprType==0}">checked</c:if>
|
||||||
class="required"/><spring:message code="null"/>
|
class="required"/><spring:message code="null_expression"/>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div for="complexCfg[${tableInfo.tableName}].exprType"></div>
|
<div for="complexCfg[${tableInfo.tableName}].exprType"></div>
|
||||||
|
|||||||
@@ -36,12 +36,12 @@
|
|||||||
<label class="radio-inline">
|
<label class="radio-inline">
|
||||||
<input type="radio" name="exprType" value="1" class="required"
|
<input type="radio" name="exprType" value="1" class="required"
|
||||||
<c:if test="${_cfg.exprType==1}">checked</c:if>
|
<c:if test="${_cfg.exprType==1}">checked</c:if>
|
||||||
><spring:message code="and"/>
|
><spring:message code="and_expression"/>
|
||||||
</label>
|
</label>
|
||||||
<label class="radio-inline">
|
<label class="radio-inline">
|
||||||
<input type="radio" name="exprType" value="0" class="required"
|
<input type="radio" name="exprType" value="0" class="required"
|
||||||
<c:if test="${_cfg.exprType==0 || _cfg.exprType==null}">checked</c:if>
|
<c:if test="${_cfg.exprType==0 || _cfg.exprType==null}">checked</c:if>
|
||||||
><spring:message code="null"/>
|
><spring:message code="null_expression"/>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div for="exprType"></div>
|
<div for="exprType"></div>
|
||||||
|
|||||||
@@ -304,8 +304,8 @@
|
|||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<c:if test="${cfg.exprType==1}"><spring:message code="and"/></c:if>
|
<c:if test="${cfg.exprType==1}"><spring:message code="and_expression"/></c:if>
|
||||||
<c:if test="${cfg.exprType==0}"><spring:message code="null"/></c:if>
|
<c:if test="${cfg.exprType==0}"><spring:message code="null_expression"/></c:if>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<c:forEach items="${fns:getDictList('MATCH_METHOD')}" var="matchMethodC">
|
<c:forEach items="${fns:getDictList('MATCH_METHOD')}" var="matchMethodC">
|
||||||
|
|||||||
@@ -304,8 +304,8 @@
|
|||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<c:if test="${cfg.exprType==1}"><spring:message code="and"/></c:if>
|
<c:if test="${cfg.exprType==1}"><spring:message code="and_expression"/></c:if>
|
||||||
<c:if test="${cfg.exprType==0}"><spring:message code="null"/></c:if>
|
<c:if test="${cfg.exprType==0}"><spring:message code="null_expression"/></c:if>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<c:forEach items="${fns:getDictList('MATCH_METHOD')}" var="matchMethodC">
|
<c:forEach items="${fns:getDictList('MATCH_METHOD')}" var="matchMethodC">
|
||||||
|
|||||||
@@ -311,8 +311,8 @@
|
|||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<c:if test="${cfg.exprType==1}"><spring:message code="and"/></c:if>
|
<c:if test="${cfg.exprType==1}"><spring:message code="and_expression"/></c:if>
|
||||||
<c:if test="${cfg.exprType==0}"><spring:message code="null"/></c:if>
|
<c:if test="${cfg.exprType==0}"><spring:message code="null_expression"/></c:if>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<c:forEach items="${fns:getDictList('MATCH_METHOD')}" var="matchMethodC">
|
<c:forEach items="${fns:getDictList('MATCH_METHOD')}" var="matchMethodC">
|
||||||
|
|||||||
@@ -180,12 +180,12 @@ $(function(){
|
|||||||
<label class="radio-inline">
|
<label class="radio-inline">
|
||||||
<input type="radio" class="required" name="strFeaturesCfgList[${index1}].exprType" value="1"
|
<input type="radio" class="required" name="strFeaturesCfgList[${index1}].exprType" value="1"
|
||||||
<c:if test="${_cfg.strFeaturesCfgList[index1].exprType==1}">checked</c:if>
|
<c:if test="${_cfg.strFeaturesCfgList[index1].exprType==1}">checked</c:if>
|
||||||
><spring:message code="and"/>
|
><spring:message code="and_expression"/>
|
||||||
</label>
|
</label>
|
||||||
<label class="radio-inline">
|
<label class="radio-inline">
|
||||||
<input type="radio" class ="required" name="strFeaturesCfgList[${index1}].exprType" value="0"
|
<input type="radio" class ="required" name="strFeaturesCfgList[${index1}].exprType" value="0"
|
||||||
<c:if test="${_cfg.strFeaturesCfgList[index1].exprType==0}">checked</c:if>
|
<c:if test="${_cfg.strFeaturesCfgList[index1].exprType==0}">checked</c:if>
|
||||||
><spring:message code="null"/>
|
><spring:message code="null_expression"/>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div for="exprType"></div>
|
<div for="exprType"></div>
|
||||||
|
|||||||
@@ -66,12 +66,12 @@ $(function(){
|
|||||||
<label class="radio-inline">
|
<label class="radio-inline">
|
||||||
<input type="radio" class="required" name="strFeaturesCfgList[${index1}].exprType" value="1"
|
<input type="radio" class="required" name="strFeaturesCfgList[${index1}].exprType" value="1"
|
||||||
<c:if test="${_cfg.strFeaturesCfgList[index1].exprType==1}">checked</c:if>
|
<c:if test="${_cfg.strFeaturesCfgList[index1].exprType==1}">checked</c:if>
|
||||||
><spring:message code="and"/>
|
><spring:message code="and_expression"/>
|
||||||
</label>
|
</label>
|
||||||
<label class="radio-inline">
|
<label class="radio-inline">
|
||||||
<input type="radio" class ="required" name="strFeaturesCfgList[${index1}].exprType" value="0"
|
<input type="radio" class ="required" name="strFeaturesCfgList[${index1}].exprType" value="0"
|
||||||
<c:if test="${_cfg.strFeaturesCfgList[index1].exprType==0}">checked</c:if>
|
<c:if test="${_cfg.strFeaturesCfgList[index1].exprType==0}">checked</c:if>
|
||||||
><spring:message code="null"/>
|
><spring:message code="null_expression"/>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div for="exprType"></div>
|
<div for="exprType"></div>
|
||||||
@@ -158,12 +158,12 @@ $(function(){
|
|||||||
<label class="radio-inline">
|
<label class="radio-inline">
|
||||||
<input type="radio" class="required" name="complexFeaturesList[${index2}].exprType" value="1"
|
<input type="radio" class="required" name="complexFeaturesList[${index2}].exprType" value="1"
|
||||||
<c:if test="${_cfg.complexFeaturesList[index2].exprType==1}">checked</c:if>
|
<c:if test="${_cfg.complexFeaturesList[index2].exprType==1}">checked</c:if>
|
||||||
><spring:message code="and"/>
|
><spring:message code="and_expression"/>
|
||||||
</label>
|
</label>
|
||||||
<label class="radio-inline">
|
<label class="radio-inline">
|
||||||
<input type="radio" class="required" name="complexFeaturesList[${index2}].exprType" value="0"
|
<input type="radio" class="required" name="complexFeaturesList[${index2}].exprType" value="0"
|
||||||
<c:if test="${_cfg.complexFeaturesList[index2].exprType==0}">checked</c:if>
|
<c:if test="${_cfg.complexFeaturesList[index2].exprType==0}">checked</c:if>
|
||||||
><spring:message code="null"/>
|
><spring:message code="null_expression"/>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div for="exprType"></div>
|
<div for="exprType"></div>
|
||||||
|
|||||||
@@ -310,8 +310,8 @@
|
|||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<c:if test="${cfg.exprType==1}"><spring:message code="and"/></c:if>
|
<c:if test="${cfg.exprType==1}"><spring:message code="and_expression"/></c:if>
|
||||||
<c:if test="${cfg.exprType==0}"><spring:message code="null"/></c:if>
|
<c:if test="${cfg.exprType==0}"><spring:message code="null_expression"/></c:if>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<c:forEach items="${fns:getDictList('MATCH_METHOD')}" var="matchMethodC">
|
<c:forEach items="${fns:getDictList('MATCH_METHOD')}" var="matchMethodC">
|
||||||
|
|||||||
@@ -311,8 +311,8 @@
|
|||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<c:if test="${cfg.exprType==1}"><spring:message code="and"/></c:if>
|
<c:if test="${cfg.exprType==1}"><spring:message code="and_expression"/></c:if>
|
||||||
<c:if test="${cfg.exprType==0}"><spring:message code="null"/></c:if>
|
<c:if test="${cfg.exprType==0}"><spring:message code="null_expression"/></c:if>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<c:forEach items="${fns:getDictList('MATCH_METHOD')}" var="matchMethodC">
|
<c:forEach items="${fns:getDictList('MATCH_METHOD')}" var="matchMethodC">
|
||||||
|
|||||||
@@ -181,12 +181,12 @@
|
|||||||
<label class="radio-inline">
|
<label class="radio-inline">
|
||||||
<input type="radio" name="exprType" value="1" class="required"
|
<input type="radio" name="exprType" value="1" class="required"
|
||||||
<c:if test="${_cfg.exprType==1}">checked</c:if>
|
<c:if test="${_cfg.exprType==1}">checked</c:if>
|
||||||
><spring:message code="and"/>
|
><spring:message code="and_expression"/>
|
||||||
</label>
|
</label>
|
||||||
<label class="radio-inline">
|
<label class="radio-inline">
|
||||||
<input type="radio" name="exprType" value="0" class="required"
|
<input type="radio" name="exprType" value="0" class="required"
|
||||||
<c:if test="${_cfg.exprType==0 || _cfg.exprType==null}">checked</c:if>
|
<c:if test="${_cfg.exprType==0 || _cfg.exprType==null}">checked</c:if>
|
||||||
><spring:message code="null"/>
|
><spring:message code="null_expression"/>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div for="exprType"></div>
|
<div for="exprType"></div>
|
||||||
|
|||||||
@@ -299,8 +299,8 @@
|
|||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<c:if test="${cfg.exprType==1}"><spring:message code="and"/></c:if>
|
<c:if test="${cfg.exprType==1}"><spring:message code="and_expression"/></c:if>
|
||||||
<c:if test="${cfg.exprType==0}"><spring:message code="null"/></c:if>
|
<c:if test="${cfg.exprType==0}"><spring:message code="null_expression"/></c:if>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<c:forEach items="${fns:getDictList('MATCH_METHOD')}" var="matchMethodC">
|
<c:forEach items="${fns:getDictList('MATCH_METHOD')}" var="matchMethodC">
|
||||||
|
|||||||
@@ -299,8 +299,8 @@
|
|||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<c:if test="${cfg.exprType==1}"><spring:message code="and"/></c:if>
|
<c:if test="${cfg.exprType==1}"><spring:message code="and_expression"/></c:if>
|
||||||
<c:if test="${cfg.exprType==0}"><spring:message code="null"/></c:if>
|
<c:if test="${cfg.exprType==0}"><spring:message code="null_expression"/></c:if>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<c:forEach items="${fns:getDictList('MATCH_METHOD')}" var="matchMethodC">
|
<c:forEach items="${fns:getDictList('MATCH_METHOD')}" var="matchMethodC">
|
||||||
|
|||||||
@@ -49,12 +49,12 @@ $(function(){
|
|||||||
<label class="radio-inline"> <input type="radio"
|
<label class="radio-inline"> <input type="radio"
|
||||||
name="${cfgName}.exprType" value="1"
|
name="${cfgName}.exprType" value="1"
|
||||||
class="required" <c:if test="${strCfg.exprType==1}">checked</c:if>>
|
class="required" <c:if test="${strCfg.exprType==1}">checked</c:if>>
|
||||||
<spring:message code="and" />
|
<spring:message code="and_expression" />
|
||||||
</label> <label class="radio-inline"> <input type="radio"
|
</label> <label class="radio-inline"> <input type="radio"
|
||||||
name="${cfgName}.exprType" value="0"
|
name="${cfgName}.exprType" value="0"
|
||||||
class="required"
|
class="required"
|
||||||
<c:if test="${strCfg.exprType==0 || strCfg.exprType==null}">checked</c:if>>
|
<c:if test="${strCfg.exprType==0 || strCfg.exprType==null}">checked</c:if>>
|
||||||
<spring:message code="null" />
|
<spring:message code="null_expression" />
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div for="${cfgName}.exprType"></div>
|
<div for="${cfgName}.exprType"></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user