printGdInfo.jsp
2.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<%@ 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(); ">
<input onclick =" javascript:window.close();" type=button value="关闭" name= close>
</div>
</body>
</html>