<%@page language="java" contentType="text/html;charset=utf-8" pageEncoding="UTF-8"%> <%@page import="java.net.URLEncoder"%> <%@page import="com.zky.para.Para"%> <%@include file="/auth.jsp"%> <% request.setCharacterEncoding("UTF-8");%> <% Login login = (Login) request.getSession().getAttribute("login"); String empid = Common.convertNull(request.getParameter("empid")); String username = Common.convertNull(request.getParameter("username")); String operate = (String)request.getParameter("operate"); String sj = Common.convertNull(request.getParameter("sj")); String qj = Common.convertNull(request.getParameter("qj")); String school = Common.convertNull(request.getParameter("pcs")); String name = Common.convertNull(request.getParameter("usename")); String optrid = login_obj.optrid; String optrjob = getPara.getDesc("TAB_EMPLOYEE","EMPID","EMPJOB",optrid); %> 涉密人员培训
 涉密人员培训
所属地市 所属区县 所属单位 人员姓名
<%if(login.getSanyuan().equals("0")){ %>    <%} else{%> <%} %>
<% HashFmlBuf buf = (HashFmlBuf) request.getAttribute("SmryTj_info"); if (buf != null) { int rowcount = buf.getRowCount(); %>
<%--
共检索到<%=rowcount%>条记录
--%>
序号 所属市州 所属区县 所在单位 培训人员 培训次数 操作
<% for (int i=0; i
<%=i+1%> <%= buf.fget("FRAMEWORKNAME",i)%> <%= buf.fget("AREADEF",i)%> <%=buf.fget("DEPARTNAME",i)%> <%=buf.fget("TRAIN_NAME",i)%> <%=buf.fget("dddddd",i) %> ','<%=buf.fget("DEPART_ID",i)%>');" >查看
<% } %>
<% } %>
<%@include file="/foot.jsp"%>