<%@ page contentType="text/html;charset=UTF-8"%> <%@ include file="/WEB-INF/include/taglib.jsp"%> <spring:message code="agreement_ip_configuration" />

<%--
${dict.itemValue}
--%>
请选择协议名称 ${specService.specServiceName}
-请选择ip类型- ${dict.itemValue}
<%--
-请选择方向- ${dict.itemValue}
--%>
-请选择协议- ${dict.itemValue}
<%--
--%> <%--
所有协议 ${dict.itemValue}
所有方向 ${dict.itemValue}
协议ID
--%>
<%--
--%>
" onclick="WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss',isShowClear:true});"/>
" onclick="WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss',isShowClear:true});"/>
" onclick="WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss',isShowClear:true});"/>
" onclick="WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss',isShowClear:true});"/>
" onclick="WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss',isShowClear:true});"/>
协议名称 源IP地址 源地址掩码 源端口 源端口掩码 目的IP地址 目的地址掩码 目的端口 目的端口掩码 方向 协议 是否审核 创建人员 配置时间 修改人员 修改时间 审核人员 审核时间
${fns:getBySpecServiceId(specificServiceHostCfg.specServiceId).specServiceName } ${fns:abbr(specificServiceHostCfg.srcIp,15)} ${fns:abbr(specificServiceHostCfg.srcIpMask,15) } ${specificServiceHostCfg.srcPort} ${specificServiceHostCfg.srcPortMask} ${fns:abbr(specificServiceHostCfg.dstIp,15) } ${fns:abbr(specificServiceHostCfg.dstIpMask,15) } ${specificServiceHostCfg.dstPort } ${specificServiceHostCfg.dstPortMask } ${fns:getDictLabel("SPEC_DIRECTION",specificServiceHostCfg.direction,"0")} ${fns:getDictLabel("SPEC_PROTOCOL",specificServiceHostCfg.protocol,"0")} ${fns:getDictLabel("SPEC_AUDIT",specificServiceHostCfg.isAudit,"0")} ${fns:getUserById(specificServiceHostCfg.creator.id).name} ${fns:getUserById(specificServiceHostCfg.editor.id).name} ${fns:getUserById(specificServiceHostCfg.auditor.id==null?0:specificServiceHostCfg.auditor.id).name}
${page}