fec49728745774c61cd08ce57a6adc7b986dd9cb.svn-base 2.36 KB
<%@ page contentType="text/html;charset=UTF-8" %>
<%@ include file="/WEB-INF/views/include/taglib.jsp"%>
<html>
<head>
	<meta name="decorator" content="default"/>
</head>
<body>
	<sys:message content="${message}"/>	
	  <div align="left"><label class="control-label" ></label></div><br>
	   <div align="center" style="font-size: 26px; font-weight: bold" style="font-family:宋体">
	   		<h1>档 案 宗 封 面</h1>
	   </div>
	   <br>
	<div align="right" ></div>
	<table class="table-form" width="700" border="1" align="center">
	 <tr align="center" height="90">
	  		<td width="10%" style="font-size:24px;font-weight:bold;">业务编号</td>
			<td width="40%" style="font-size:24px;">${ywh}</td>
	 </tr>
	 <tr align="center" height="90">
			<td style="font-size:24px;font-weight:bold;">业务类别</td>
			<td style="font-size:24px;">${djxl}</td>
	 </tr>
	 <tr align="center" height="90">
	  		<td style="font-size:24px;font-weight:bold;">卷宗号</td>
			<td style="font-size:24px;">${jzh}</td>
	 </tr>
	 <tr align="center" height="90">
	  		<td style="font-size:24px;font-weight:bold;">档案位置</td>
			<td style="font-size:24px;">${dawz}</td>
	 </tr>
	 <tr align="center" height="90">
			<td style="font-size:24px;font-weight:bold;">权利人</td>
			<td style="font-size:24px;">${qlr}</td>
	  </tr>
	  <tr align="center" height="120">
			<td style="font-size:24px;font-weight:bold;">证(明)号</td>
			<c:if test="${empty bdcqzhsl}">
				<td style="font-size:24px;">${qzhm}</td>
			</c:if>
			<c:if test="${not empty bdcqzhsl}">
				<td style="font-size:18px;">${qzhm}</td>
			</c:if>
	  </tr>
	  <tr align="center" height="90">
	  		<td style="font-size:24px;font-weight:bold;">档案时间</td>
			<td style="font-size:24px;">${gdsj}</td>
	  </tr>
	  <tr align="center" height="120">
	  		<td style="font-size:24px;font-weight:bold;">坐落</td>
			<td style="font-size:24px;">${zl}</td>
	  </tr>
	  <tr align="center" height="90">
	  		<td style="font-size:24px;font-weight:bold;">保管期限</td>
			<td style="font-size:24px;">永久</td>
	  </tr>
	</table>
	<br>
	<style type="text/css" media=print>.noprint {display : none }</style>
	<div width="800" class="noprint" align="center">
		<input type=button name=show value="打印" onclick="javascript:window.print(); ">
		&nbsp;&nbsp;
		<input onclick =" javascript:window.close();" type=button value="关闭" name= close> 
	</div>
</body>
</html>