You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							164 lines
						
					
					
						
							5.0 KiB
						
					
					
				
			
		
		
	
	
							164 lines
						
					
					
						
							5.0 KiB
						
					
					
				| <%@page import="com.zky.pub.HashFmlBuf"%>
 | |
| <%@include file="/auth.jsp"%>
 | |
| <%@page import="com.zky.manager.Util" %>
 | |
| <%@page language="java" contentType="text/html;charset=utf-8"%>
 | |
| <html>
 | |
| <head>
 | |
| <title>经管国家秘密人员注册备案表</title>
 | |
| <style>
 | |
| table{ border-collapse:collapse; font-family:宋体; font-size:14px;  text-align:center; color: black;}
 | |
| p{color: black;}
 | |
| </style>
 | |
| </head>
 | |
| <%
 | |
| 	HashFmlBuf bufInfo=(HashFmlBuf)request.getAttribute("examineShowInfo");
 | |
| %>
 | |
| <body>
 | |
| <table width="600px" border="1"  summary="经管国家秘密人员注册备案表" align="center" style="border-left:none; border-right:none; border-bottom:none; border-top:none;">
 | |
|  <caption><h1>经管国家秘密人员注册备案表</h1></caption>
 | |
|   <tr>
 | |
|     <td colspan="2" style="border-left:none; border-right:none; border-bottom:none; border-top:none; text-align:left;">单位:<%=bufInfo.fget("departname",0)%></td>
 | |
|     <td colspan="4" style="border-left:none; border-right:none; border-bottom:none; border-top:none;"> </td>
 | |
|     <td width="20%" style="text-align:right;border-left:none; border-right:none; border-bottom:none; border-top:none;" >日期:<%=bufInfo.fget("empstatedate",0)%></td>
 | |
|   </tr>
 | |
|   <tr>
 | |
|     <td width="13%" height="35">姓名</td>
 | |
|     <td width="11%">
 | |
|    	<%=bufInfo.fget("empname",0)%>
 | |
|     </td>
 | |
|     <td width="7%">性别</td>
 | |
|     <td width="11%">
 | |
|    	<%
 | |
|     String tmpsex=bufInfo.fget("sex",0);
 | |
| 		if (tmpsex.equals("0")) {
 | |
| 			tmpsex = "女";
 | |
| 		} else {
 | |
| 			tmpsex = "男";
 | |
| 		}
 | |
|    	%>
 | |
|    	<%=tmpsex%>
 | |
|     </td>
 | |
|     <td width="17%">出生年月</td>
 | |
|     <td width="15%">
 | |
|    	<%=bufInfo.fget("empstatedate",0)%>
 | |
|     </td>
 | |
|     <td rowspan="4">照片</td>
 | |
|   </tr>
 | |
|   <tr>
 | |
|     <td height="35">曾用名</td>
 | |
|     <td>
 | |
|    	<%=bufInfo.fget("empname",0)%>
 | |
|     </td>
 | |
|     <td>学历</td>
 | |
|     <td>
 | |
|    	<%=bufInfo.fget("empeducational",0)%>
 | |
|     </td>
 | |
|     <td>政治面貌</td>
 | |
|     <td>
 | |
|    	<%=bufInfo.fget("emppolitics",0)%>
 | |
|     </td>
 | |
|   </tr>
 | |
|   <tr>
 | |
|     <td height="35">工作岗位</td>
 | |
|     <td colspan="5">
 | |
|    	<%=bufInfo.fget("jobname",0)%>
 | |
|     </td>
 | |
|   </tr>
 | |
|   <tr>
 | |
|     <td height="35">联系方式</td>
 | |
|     <td colspan="5">
 | |
|    	<%=bufInfo.fget("empcontmobphone",0)%>
 | |
|     </td>
 | |
|   </tr>
 | |
| </table>
 | |
| 
 | |
| <table width="600px" border="1" align="center" style="border-left:none; border-right:none; border-bottom:none; border-top:none;">
 | |
|   <tr>
 | |
|     <td width="31%" rowspan="2"  style="color: black;" height="50px">经营涉密载体的<br />
 | |
|     种类、范围</td>
 | |
|     <td width="44%" rowspan="2"  style="border-top:none;"> </td>
 | |
|     <td width="25%" rowspan="2"  style="border-top:none;"> </td>
 | |
|   </tr>
 | |
|   <tr>
 | |
|   </tr>
 | |
|   <tr>
 | |
|     <td rowspan="2" height="50px">岗位培训情况<br />
 | |
|     (时间、地点)</td>
 | |
|     <td rowspan="2"> </td>
 | |
|     <td height="25">资格证书号码</td>
 | |
|   </tr>
 | |
|   <tr>
 | |
| 
 | |
| 
 | |
|     <td height="25"> </td>
 | |
|   </tr>
 | |
| </table>
 | |
| <table width="600px" border="1" align="center" style="border-left:none; border-right:none; border-bottom:none; border-top:none;">
 | |
|   <tr>
 | |
|     <td width="107" rowspan="4" style="border-top:none;">单    位<br/><br/>意    见
 | |
| </td>
 | |
|     <td width="477" rowspan="2" style="border-top:none; border-bottom:none;"><p>经研究已批准该同志上岗,并于   年   月   日与本人签订《保密承诺书》。 </p>
 | |
|     <p>建议本岗位脱密期   为年(月) </p></td>
 | |
|   </tr>
 | |
|   <tr>
 | |
| 
 | |
|   </tr>
 | |
|   <tr>
 | |
| 
 | |
|     <td rowspan="2" style="padding-left:200px;border-top:none;" > 盖章:
 | |
|     <p>日期:<%if(bufInfo.fget("examinttime",0).equals("")){ %>
 | |
|     				未填写
 | |
|                     <%}else{ %>
 | |
|    	                <%=bufInfo.fget("examinttime",0)%>
 | |
|                     <%} %>
 | |
|     </p></td>
 | |
|   </tr>
 | |
|   <tr>
 | |
| 
 | |
|   </tr>
 | |
| </table>
 | |
| 
 | |
| 
 | |
| <table width="600px" border="1" align="center" style="border-left:none; border-right:none; border-bottom:none; border-top:none;">
 | |
|   <tr>
 | |
|     <td width="107" rowspan="4" style="border-top:none;"><p>保  密</p>
 | |
|     <p>行  政</p>
 | |
|     <p>管  理</p>
 | |
|     <p>部  门</p>
 | |
|     <p>意  见 </p></td>
 | |
|     <td width="477" rowspan="2" style="border-top:none; border-bottom:none;"><p>经核准,予以注册备案。本岗位脱密期核定为   年(月)。 </p></td>
 | |
|   </tr>
 | |
|   <tr>
 | |
| 
 | |
|   </tr>
 | |
|   <tr>
 | |
| 
 | |
|     <td rowspan="2" style="padding-left:200px;border-top:none;" > 盖章:
 | |
|     <p>日期:<%if(bufInfo.fget("examinttime",0).equals("")){ %>
 | |
|     				未填写
 | |
|                     <%}else{ %>
 | |
|    	                <%=bufInfo.fget("examinttime",0)%>
 | |
|                     <%} %>
 | |
|    </p></td>
 | |
|   </tr>
 | |
|   <tr>
 | |
| 
 | |
|   </tr>
 | |
| </table>
 | |
| <table width="600px" border="1" align="center" style="border-left:none; border-right:none; border-bottom:none; border-top:none;">
 | |
|   <tr>
 | |
|     <td width="107" height="45px"  style="border-top:none;">备注</td>
 | |
|     <td width="477" style="border-top:none;"> </td>
 | |
|   </tr>
 | |
| </table>
 | |
| <table width="600" border="0" align="center" style="text-align:left; margin-top:10px;">
 | |
|   <tr>
 | |
|     <td><b>说明:</b>此表一式二份。经保密行政管理部门注册备案后,一份退回本单位组织人事部门存档,一份由保密行政管理部门留存。</td>
 | |
|   </tr>
 | |
| </table>
 | |
| <br/>
 | |
| <%@include file="/print/print.jsp"%>
 | |
| 
 | |
| </body>
 | |
| </html>
 |