<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@page import="com.zky.pojo.MyUtils"%> <%@page import="com.zky.pub.HashFmlBuf"%> 涉密人员考试信息 <% HashFmlBuf buf=(HashFmlBuf)request.getAttribute("SmryTj_info"); int rowcount1 = buf.getRowCount(); %>

<%= buf.fget("DEPARTNAME",0)%>人员考试信息表

单位: <%=buf.fget("departname",0) %> 日期: <%=MyUtils.getDateString() %>
所属地市 所属区县 单位名称 考试次数
<%= buf.fget("FRAMEWORKNAME",0)%> <%= buf.fget("AREADEF",0)%> <%= buf.fget("DEPARTNAME",0)%> <%=rowcount1 %>
<% HashFmlBuf buf1=(HashFmlBuf)request.getAttribute("SmryTj_info"); if (buf1 != null) { int rowcount = buf1.getRowCount(); for (int i=0; i <% } %> <% } %>
人员编号 人员姓名 考试类型 考试成绩 考试时间
<%=buf1.fget("empid", i) %> <%=buf.fget("EMPNAME", i) %> <% if(type.equals("1")){ %> 专业试题 <% }else{%> 基础题库 <%} %> <%= buf.fget("radioResult", i) %> <%= buf.fget("Result", i) %>

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