<%@page import="com.zky.para.Para"%>
<%@include file="/auth.jsp"%>
<%@page import="java.util.Date"%>
<%@page language="java" pageEncoding="utf-8" %>
<jsp:useBean id="getPara" scope="application" class="com.zky.para.SyncPara"/>
<%
HashFmlBuf buf = (HashFmlBuf) request.getAttribute("department_info_by_departid");
    String sj= Common.convertNull(request.getParameter("sj"));
    String qj= Common.convertNull(request.getParameter("qj"));
%>
<html>
<head>
<title>涉密人员管理</title>
<link href="../../css/font.css" rel="stylesheet" type="text/css">
<script src="../../js/date.js"></script>
<script src="../../js/check.js"></script>
<style type="text/css">
html { overflow-x:hidden; overflow-y:hidden; } 
.aselect{
	width: 155px;
}
</style>
</head>
<body onload="setValue();">
<table width="99%"  border="0" align="center" cellpadding="0" cellspacing="1" class="box">
  <tr>
    <td valign="top"><table width="100%" height="23"  border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td width="25%" background="/images/tab_search_01.jpg"><table width="80%" height="23" border="0" align="center" cellpadding="0" cellspacing="0">
              <tr>
                <td width="3%"><img src="/images/little_red.jpg" width="12" height="12"></td>
                <td width="97%" class="font12b">&nbsp部门管理</td>
              </tr>
          </table></td>
          <td width="82%" background="/images/tab_search_03.jpg"><img src="/images/tab_search_02.jpg" width="12" height="23"></td>
        </tr>
      </table>                 
	<table width="99%"  border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="d8e9fe" class="table02">
	  <tr bgcolor="#FFFFFF">
		<td class="cell1" style="line-height: 30px; " width="100px;">所属地市</td>
		<td class="cell2">
			<%=buf.fget("FRAMEWORKNAME", 0)%>
		</td>	
		<td class="cell1">所属区县</td>
		<td class="cell2">
			<%=buf.fget("AREADEF", 0)%>
		</td>
		</tr>
		<tr bgcolor="#FFFFFF">
		<td class="cell1" style="line-height: 30px;">单位类型</td>
		<td class="cell2">
			<%=buf.fget("departtypeid", 0)%>
		</td>		
		<td class="cell1">单位名称</td>
		<td class="cell2">
		<%=buf.fget("departname", 0)%>
		</td>
	</tr>
	<tr bgcolor="#FFFFFF">
		<td class="cell1">单位级别</td>
		<td class="cell2">
		<%=buf.fget("departlvlid", 0)%>
		</td>	
			<td class="cell1" style="line-height: 30px;">下属单位</td>
		<td class="cell2">
				<%=buf.fget("part", 0)%>
		</td>	
	</tr>	
	<tr bgcolor="#FFFFFF">		
			<td class="cell1" style="line-height: 30px;">单位地址</td>
		<td class="cell2">
			<%=buf.fget("departaddr", 0)%>
		</td>
		<td class="cell1" style="line-height: 30px;">单位电话</td>
		<td class="cell2">
			<%=buf.fget("departphone", 0)%>
		</td>	
								
	</tr>		
	<tr bgcolor="#FFFFFF">
      <td class="cell1" style="line-height: 35px;">单位负责人</td>
		<td class="cell2">
				<%=buf.fget("departrepname", 0)%>
		</td>	
			<td class="cell1">单位邮编</td>
		<td class="cell2">
			<%=buf.fget("post_code", 0)%>
		</td>
			</tr>				
     <tr bgcolor="#FFFFFF">
		<td class="cell1" style="line-height: 30px;">单位网址</td>
		<td class="cell2"  colspan="3">
				<%=buf.fget("net_address", 0)%>
		</td>					
	  </tr>	
</table>
	<br>   
	<table width="99%" align="center">
		<tr align="center">
		<td>
	    <a href="javascript:history.go(-1)"><img src="../../images1/gb.png" alt="关闭"  border="0" /></a>
		</td>
		</tr>
	</table>	
	 </td>
  </tr>
</table>
</body>
</html>