📄 analysis_person.jsp
字号:
<%@ page contentType="text/html; charset=GBK" %>
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
<%
response.setHeader("Pragma", "No-cache");
response.setHeader("Cache-Control", "no-cache");
response.setDateHeader("Expires", 0);
%>
<html>
<HEaD>
<META http-equiv=Content-Type content="text/html; charset=GBK">
<link rel="stylesheet" href="<%=request.getContextPath()%>/include/style.css">
<script>
function selectUnit() {
wx=200;
wy=200;
urlstr="<%=request.getContextPath()%>/jsp/advancesearch/orgtree.jsp?nameField=unitname&idField=unitcode";
x=(window.screen.width-wx)/2;
y=(window.screen.height-wy)/2;
wposition=",left="+x+",top="+y;
window.open(urlstr,"选择单位","width="+wx+",height="+wy+",scrollbars=yes,status=yes"+wposition);
}
</script>
</head>
<body background="<%=request.getContextPath()%>/images/grid.gif">
<form name="form1" method="post" action="<%=request.getContextPath()%>/servlet/AuditPersonAnalysisServlet">
<input type="hidden" name="unitcode" value='<c:out value="${unitcode}"/>'>
<input type="hidden" name="token" value="32323">
<table width="95%" border=0 cellpadding=4 cellspacing=1 bgcolor="#426199" align="center">
<TR bgcolor="#a6d0f2">
<TD width="14%" colspan="4" height=25 align=middle>
<div align="center" size="6">
<font size="2" color="red">机构人员构成比分析 </font>查询条件</font>
</div>
</TD>
</TR>
<tr bgcolor="#A6D0F2">
<td width=98 bgcolor="#A6D0F2" >
<div align="right">单位:</div></td>
<td width="700" colspan="2" bgcolor="EEF4FF">
<input type="text" name="unitname" value='<c:out value="${unitname}"/>' readonly>
<img src="<%=request.getContextPath()%>/images/icon-15.gif" width="22" height="15"
class="bt1" style="cursor:hand;" onClick="selectUnit('<c:out value="${curOrgUuid}"/>')">
</td>
</tr>
</table>
<div align="center">
<img src="<%=request.getContextPath()%>/images/find.gif" width="66" height="21"
style="cursor:hand " onClick="if(form1.unitname.value=='') {alert('请选择单位信息');return} ; else form1.submit()">
<br>
</div>
<br>
<c:if test="${!empty param.token}">
<table width="85%" border=0 cellpadding=4 cellspacing=1 bgcolor="#426199" align="center">
<tr bgcolor="#A6D0F2">
<td height="28" colspan="2" ><div align="center">统计图</div></td>
</tr>
<tr bgcolor="EEF4FF" >
<td class=xl25>
<div align="center"><p>学历构成比例</p></div>
</td>
<td class=xl25 >
<div align="center"><p>职级构成分析 </p></div>
</td>
</tr>
<tr bgcolor="#A6D0F2">
<td align="center">
<img src="<%=request.getContextPath()%>/servlet/AuditPersonAnalysisServlet?entry=1&unitcode=<c:out value="${unitcode}"/>&showImg=true&width=307&height=122" width="307" height="122">
</td>
<td align="center">
<img src="<%=request.getContextPath()%>/servlet/AuditPersonAnalysisServlet?entry=2&unitcode=<c:out value="${unitcode}"/>&showImg=true&width=307&height=122" width="307" height="122">
</td>
</tr>
<tr bgcolor="#EEF4FF">
<td class=xl25 >
<div align="center"><p>专业职称分析 </p></div>
</td>
<td><div align="center"><p>专业结构分析</p></div></td>
</tr>
<tr bgcolor="#A6D0F2">
<td align="center">
<img src="<%=request.getContextPath()%>/servlet/AuditPersonAnalysisServlet?entry=3&unitcode=<c:out value="${unitcode}"/>&showImg=true&width=307&height=122" width="307" height="122">
</td>
<td align="center">
<img src="<%=request.getContextPath()%>/servlet/AuditPersonAnalysisServlet?entry=4&unitcode=<c:out value="${unitcode}"/>&showImg=true&width=307&height=122" width="307" height="122">
</td>
</tr>
</table>
</c:if>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -