<%var cssParam = {%> <%};%> <%var jsParam = {%> <%};%> <%layout("/ace/commonPage/_layout.html", {nav: "个人档案审核",meunsel:"personalFileAuditManage",jsParam:jsParam,cssParam:cssParam}) {%>
姓名检索:
<%for(tempDate in personalist!){%> <%}elsefor{%> <%}%>
姓名 性别 民族 出生日期 从事专业 职务 操 作
${tempDate.userName!''} <%if(tempDate.sex==0){%> 男 <%}else{%> 女 <%}%> ${tempDate.nation!''} ${tempDate.birthday!''} ${tempDate.ZJZY!''} ${tempDate.position!''}
没有记录!
<%include("/ace/commonPage/_paginate.html", {"currentPage": pageNumber!1, "totalPage": totalPage!1, "totalRow": totalRow!0, "actionUrl": contextPath+"/admin/personalFileAudit/auditPersonalFileList?pageNumber=", "urlParas": urlParas!''}){}%>
<%}%>