|
|
|
|
@@ -25,7 +25,7 @@
|
|
|
|
|
<div class="theme-panel hidden-xs hidden-sm">
|
|
|
|
|
<button type="button" class="btn btn-default" onclick="location='${ctx}/cfg/ip/list?serviceId=${serviceId}&action=${action}&cfgName=${cfgName}'"><spring:message code="refresh"></spring:message></button>
|
|
|
|
|
<button type="button" class="btn btn-primary"
|
|
|
|
|
onClick="javascript:window.location='${ctx}/cfg/ip/form?serviceId=${serviceId}&action=${action}&cfgName=${cfgName}'"><spring:message code="新增"></spring:message></button>
|
|
|
|
|
onClick="javascript:window.location='${ctx}/cfg/ip/form?serviceId=${serviceId}&action=${action}&cfgName=${cfgName}'"><spring:message code="add"></spring:message></button>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<h3 class="page-title">
|
|
|
|
|
@@ -37,7 +37,7 @@
|
|
|
|
|
<div class="portlet box blue">
|
|
|
|
|
<div class="portlet-title">
|
|
|
|
|
<div class="caption">
|
|
|
|
|
<i class="fa fa-cogs"></i><spring:message code="详情"></spring:message>
|
|
|
|
|
<i class="fa fa-cogs"></i><spring:message code="date_list"></spring:message>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="tools">
|
|
|
|
|
<!-- <a href="javascript:;" class="collapse" data-original-title=""
|
|
|
|
|
@@ -54,16 +54,16 @@
|
|
|
|
|
<input id="pageNo" name="pageNo" type="hidden" value="${page.pageNo}"/>
|
|
|
|
|
<input id="pageSize" name="pageSize" type="hidden" value="${page.pageSize}"/>
|
|
|
|
|
<div class="col-md-12">
|
|
|
|
|
<spring:message code="state"/> : <form:select path="isAudit" class="selectpicker select2" title="--请选择--" >
|
|
|
|
|
<form:option value=""></form:option>
|
|
|
|
|
<spring:message code="state"/> : <form:select path="isAudit" class="selectpicker select2">
|
|
|
|
|
<form:option value=""><spring:message code="select"/></form:option>
|
|
|
|
|
<form:option value="0"><spring:message code="created"></spring:message></form:option>
|
|
|
|
|
<form:option value="1"><spring:message code="approved"></spring:message></form:option>
|
|
|
|
|
<form:option value="2"><spring:message code="unapproved"></spring:message></form:option>
|
|
|
|
|
<form:option value="3"><spring:message code="取消审核通过"></spring:message></form:option>
|
|
|
|
|
<form:option value="3"><spring:message code="cancel_approved"></spring:message></form:option>
|
|
|
|
|
</form:select>
|
|
|
|
|
<spring:message code="函号"/> :
|
|
|
|
|
<form:select path="requestId" class="selectpicker select2" title="--请选择--" data-live-search="true" data-live-search-placeholder="搜索">
|
|
|
|
|
<form:option value=""></form:option>
|
|
|
|
|
<spring:message code="request_number"/> :
|
|
|
|
|
<form:select path="requestId" class="selectpicker select2" data-live-search="true" data-live-search-placeholder="search">
|
|
|
|
|
<form:option value=""><spring:message code="select"/></form:option>
|
|
|
|
|
<c:forEach items="${requestInfos}" var="requestInfo" >
|
|
|
|
|
<form:option value="${requestInfo.id}"><spring:message code="${requestInfo.requestTitle}"></spring:message></form:option>
|
|
|
|
|
</c:forEach>
|
|
|
|
|
@@ -71,15 +71,15 @@
|
|
|
|
|
<button type="button" class="btn btn-default btn-sm" onclick="return page()">
|
|
|
|
|
<i class="fa fa-edit"></i><spring:message code="search"></spring:message>
|
|
|
|
|
</button>
|
|
|
|
|
<spring:message code="排序"/> :
|
|
|
|
|
<form:select path="page.orderBy" class="selectpicker select2" title="--请选择--">
|
|
|
|
|
<form:option value=""></form:option>
|
|
|
|
|
<form:option value="createTime asc">按创建时间顺序</form:option>
|
|
|
|
|
<form:option value="createTime desc">按创建时间倒序</form:option>
|
|
|
|
|
<form:option value="editTime asc">按修改时间顺序</form:option>
|
|
|
|
|
<form:option value="editTime desc">按修改时间倒序</form:option>
|
|
|
|
|
<form:option value="auditTime asc">按审核时间顺序</form:option>
|
|
|
|
|
<form:option value="auditTime desc">按审核时间倒序</form:option>
|
|
|
|
|
<spring:message code="sort"/> :
|
|
|
|
|
<form:select path="page.orderBy" class="selectpicker select2">
|
|
|
|
|
<form:option value=""><spring:message code="select"/></form:option>
|
|
|
|
|
<form:option value="createTime asc"><spring:message code="createTime_asc"/></form:option>
|
|
|
|
|
<form:option value="createTime desc"><spring:message code="createTime_desc"/></form:option>
|
|
|
|
|
<form:option value="editTime asc"><spring:message code="editTime_asc"/></form:option>
|
|
|
|
|
<form:option value="editTime desc"><spring:message code="editTime_desc"/></form:option>
|
|
|
|
|
<form:option value="auditTime asc"><spring:message code="auditTime_asc"/></form:option>
|
|
|
|
|
<form:option value="auditTime desc"><spring:message code="auditTime_desc"/></form:option>
|
|
|
|
|
</form:select>
|
|
|
|
|
</div>
|
|
|
|
|
</form:form>
|
|
|
|
|
@@ -88,37 +88,37 @@
|
|
|
|
|
<table class="table table-striped table-bordered table-condensed text-nowrap">
|
|
|
|
|
<thead>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>序列</th>
|
|
|
|
|
<th>配置描述</th>
|
|
|
|
|
<th>ip类型</th>
|
|
|
|
|
<th>源IP地址</th>
|
|
|
|
|
<th>源地址掩码</th>
|
|
|
|
|
<th>源端口</th>
|
|
|
|
|
<th>源端口掩码</th>
|
|
|
|
|
<th>目的IP地址</th>
|
|
|
|
|
<th>目的地址掩码</th>
|
|
|
|
|
<th>目的端口</th>
|
|
|
|
|
<th>目的端口掩码</th>
|
|
|
|
|
<th>方向</th>
|
|
|
|
|
<th>协议</th>
|
|
|
|
|
<th><spring:message code="seq"/></th>
|
|
|
|
|
<th><spring:message code="config_describe"/></th>
|
|
|
|
|
<th>ip<spring:message code="type"/></th>
|
|
|
|
|
<th><spring:message code="client_ip"/></th>
|
|
|
|
|
<th><spring:message code="client_address_mask"/></th>
|
|
|
|
|
<th><spring:message code="client_port"/></th>
|
|
|
|
|
<th><spring:message code="client_port_mask"/></th>
|
|
|
|
|
<th><spring:message code="server_ip"/></th>
|
|
|
|
|
<th><spring:message code="server_address_mask"/></th>
|
|
|
|
|
<th><spring:message code="server_port"/></th>
|
|
|
|
|
<th><spring:message code="server_port_mask"/></th>
|
|
|
|
|
<th><spring:message code="direction"/></th>
|
|
|
|
|
<th><spring:message code="protocol"/></th>
|
|
|
|
|
<!-- <th>协议ID</th> -->
|
|
|
|
|
<th>管控类型</th>
|
|
|
|
|
<th><spring:message code="block_type"/></th>
|
|
|
|
|
<!-- <th>业务id</th> -->
|
|
|
|
|
<th>来函</th>
|
|
|
|
|
<th><spring:message code="letter"/></th>
|
|
|
|
|
<!-- <th>编译id</th> -->
|
|
|
|
|
<th>是否区域管控</th>
|
|
|
|
|
<th>分类</th>
|
|
|
|
|
<th>性质</th>
|
|
|
|
|
<th>标签</th>
|
|
|
|
|
<th><spring:message code="whether_area_block"/></th>
|
|
|
|
|
<th><spring:message code="type"/></th>
|
|
|
|
|
<th><spring:message code="label"/></th>
|
|
|
|
|
<th><spring:message code="attribute"/></th>
|
|
|
|
|
<!-- <th>区域生效id</th> -->
|
|
|
|
|
<th>有效标识</th>
|
|
|
|
|
<th>是否审核</th>
|
|
|
|
|
<th>创建人员</th>
|
|
|
|
|
<th>配置时间</th>
|
|
|
|
|
<th>修改人员</th>
|
|
|
|
|
<th>修改时间</th>
|
|
|
|
|
<th>审核人员</th>
|
|
|
|
|
<th>审核时间</th>
|
|
|
|
|
<th><spring:message code="valid_identifier"/></th>
|
|
|
|
|
<th><spring:message code="is_audit"/></th>
|
|
|
|
|
<th><spring:message code="creator"/></th>
|
|
|
|
|
<th><spring:message code="config_time"/></th>
|
|
|
|
|
<th><spring:message code="editor"/></th>
|
|
|
|
|
<th><spring:message code="edit_time"/></th>
|
|
|
|
|
<th><spring:message code="auditor"/></th>
|
|
|
|
|
<th><spring:message code="audit_time"/></th>
|
|
|
|
|
<th><spring:message code="operation"></spring:message></th>
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
|
@@ -140,19 +140,19 @@
|
|
|
|
|
<td>${ipCfg.protocol }</td>
|
|
|
|
|
<%-- <td>${ipCfg.protocolId }</td> --%>
|
|
|
|
|
<td>
|
|
|
|
|
<c:if test="${1 eq ipCfg.action }">阻断</c:if>
|
|
|
|
|
<c:if test="${2 eq ipCfg.action }">监测</c:if>
|
|
|
|
|
<c:if test="${5 eq ipCfg.action }">封堵白名单</c:if>
|
|
|
|
|
<c:if test="${6 eq ipCfg.action }">监测白名单</c:if>
|
|
|
|
|
<c:if test="${7 eq ipCfg.action }">封堵监测白名单</c:if>
|
|
|
|
|
<c:if test="${8 eq ipCfg.action }">灰名单</c:if>
|
|
|
|
|
<c:if test="${1 eq ipCfg.action }"><spring:message code="block"/></c:if>
|
|
|
|
|
<c:if test="${2 eq ipCfg.action }"><spring:message code="monitor"/></c:if>
|
|
|
|
|
<c:if test="${5 eq ipCfg.action }"><spring:message code="block_white_list"/></c:if>
|
|
|
|
|
<c:if test="${6 eq ipCfg.action }"><spring:message code="monitor_white_list"/></c:if>
|
|
|
|
|
<c:if test="${7 eq ipCfg.action }"><spring:message code="block_monitor_white_list"/></c:if>
|
|
|
|
|
<c:if test="${8 eq ipCfg.action }"><spring:message code="grey_list"/></c:if>
|
|
|
|
|
</td>
|
|
|
|
|
<%-- <td>${ipCfg.serviceId }</td> --%>
|
|
|
|
|
<td>${ipCfg.requestName }</td>
|
|
|
|
|
<%-- <td>${ipCfg.compileId }</td> --%>
|
|
|
|
|
<td>
|
|
|
|
|
<c:if test="${ipCfg.isAreaEffective==0}">否</c:if>
|
|
|
|
|
<c:if test="${ipCfg.isAreaEffective==1}">是</c:if>
|
|
|
|
|
<c:if test="${ipCfg.isAreaEffective==0}"><spring:message code="no"/></c:if>
|
|
|
|
|
<c:if test="${ipCfg.isAreaEffective==1}"><spring:message code="yes"/></c:if>
|
|
|
|
|
</td>
|
|
|
|
|
<td>
|
|
|
|
|
<c:forEach items="${fn:split(ipCfg.classify,',')}" var="classifyId">
|
|
|
|
|
@@ -180,16 +180,16 @@
|
|
|
|
|
</td>
|
|
|
|
|
<%-- <td>${ipCfg.areaEffectiveIds }</td> --%>
|
|
|
|
|
<td>
|
|
|
|
|
<c:if test="${ipCfg.isValid==0}">否</c:if>
|
|
|
|
|
<c:if test="${ipCfg.isValid==1}">是</c:if>
|
|
|
|
|
<c:if test="${ipCfg.isValid==-1}">已删除</c:if>
|
|
|
|
|
<c:if test="${ipCfg.isValid==0}"><spring:message code="no"/></c:if>
|
|
|
|
|
<c:if test="${ipCfg.isValid==1}"><spring:message code="yes"/></c:if>
|
|
|
|
|
<c:if test="${ipCfg.isValid==-1}"><spring:message code="deleted"/></c:if>
|
|
|
|
|
</td>
|
|
|
|
|
<td>
|
|
|
|
|
<c:choose>
|
|
|
|
|
<c:when test="${ipCfg.isAudit eq '0'}"><span class="label label-danger"><spring:message code="created"></spring:message></span></c:when>
|
|
|
|
|
<c:when test="${ipCfg.isAudit eq '1'}"><span class="label label-success"><spring:message code="approved"></spring:message></span></c:when>
|
|
|
|
|
<c:when test="${ipCfg.isAudit eq '2'}"><span class="label label-warning"><spring:message code="unapproved"></spring:message></span></c:when>
|
|
|
|
|
<c:when test="${ipCfg.isAudit eq '3'}"><span class="label label-warning"><spring:message code="取消审核通过"></spring:message></span></c:when>
|
|
|
|
|
<c:when test="${ipCfg.isAudit eq '3'}"><span class="label label-warning"><spring:message code="cancel_approved"></spring:message></span></c:when>
|
|
|
|
|
</c:choose>
|
|
|
|
|
</td>
|
|
|
|
|
<td>${ipCfg.creatorName }</td>
|
|
|
|
|
|