fec690d57595bbd8289d9b55c70283fd9c75b463.svn-base
1.27 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
<%@ page contentType="text/html;charset=UTF-8" %>
<%@ include file="/WEB-INF/views/include/taglib.jsp"%>
<html>
<head>
<title>不动产登记簿-目录</title>
<meta name="decorator" content="default"/>
<script type="text/javascript">
$(document).ready(function() {
});
</script>
</head>
<body>
<ul id="regBookTab" class="nav nav-tabs">
<li class="active">
<li><a href="#bookbdcqml" data-toggle="tab">不动产权利登记目录</a></li>
</li>
</ul>
<div id="myTabContent" class="tab-content">
<!-- 不动产权利登记目录 -->
<div class="tab-pane fade" id="bookbdcqml">
<h1>不动产权利登记目录 </h1>
<table cellspacing="0" width="800px" border="1" cellpadding="3" style="font-family:宋体">
<col width="72" />
<col width="194" />
<col width="124" />
<col width="92" />
<col width="98" />
<tr height="69">
<td colspan="5" height="69" width="580"> 不动产权利登记目录 第 页</td>
</tr>
<tr height="37">
<td height="37">序号</td>
<td>不动产单元号</td>
<td>不动产类型</td>
<td>所在本数</td>
<td>备注</td>
</tr>
</table>
</div>
</body>
</html>