<%@page import="com.zky.pojo.MyUtils"%> <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@page import="com.zky.pub.HashFmlBuf"%> 涉密网络统计信息 <% HashFmlBuf buf=(HashFmlBuf)request.getAttribute("useBuf"); %>

<%= buf.fget("DEPARTNAME",0)%>涉密网络信息表

单位: <%=buf.fget("DEPARTNAME",0) %> 日期: <%=MyUtils.getDateString() %>
所属地市 <%=buf.fget("FRAMEWORKNAME", 0) %> 所属区县 <%=buf.fget("AREADEF", 0) %> 使用单位 <%=buf.fget("DEPARTNAME", 0) %>
登记人员 <%=buf.fget("net_staffid", 0) %> 登记时间 <%=buf.fget("net_date", 0) %> 登记编号 <%=buf.fget("net_id", 0) %>
涉密网络设备数量 <%=buf.getRowCount() %>
<% HashFmlBuf buf1=(HashFmlBuf)request.getAttribute("useInfo"); if (buf1 != null) { int rowcount = buf1.getRowCount(); for (int i=0; i <% } %> <% } %>
网络编号 涉密网络名称 品牌 型号 Ip地址 资产SN码 备注信息
<%=buf1.fget("id",i) %> <%=buf1.fget("net_name",i) %> <%=buf1.fget("net_brand",i) %> <%=buf1.fget("net_no",i) %> <%=buf1.fget("net_ip",i) %> <%=buf1.fget("property_sn",i) %> <%=buf1.fget("remark",i) %>


<%@include file="/print/print.jsp"%>