网站
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 

254 wiersze
10 KiB

  1. <!DOCTYPE html
  2. PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="zh-CN" xml:lang="zh-CN">
  4. <head>
  5. <meta charset="utf-8">
  6. <title>乳山农村资源信息港</title>
  7. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  8. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  9. <meta name="keywords" content="" />
  10. <meta name="description" cxontent="" />
  11. <link href="static/css/main.css" rel="stylesheet" type="text/css" />
  12. <link href="static/css/index.css" rel="stylesheet" type="text/css" />
  13. <link href="static/css/property.css" rel="stylesheet" type="text/css" />
  14. <link href="static/css/page_common.css" rel="stylesheet" type="text/css" />
  15. <link href="../static/css/ol/ol.css" rel="stylesheet" type="text/css" />
  16. <script src="../static/js/common/ol.js"></script>
  17. </head>
  18. <body>
  19. <div class="main" id="page">
  20. <div class="header flex_dom flex_item_between flex_item_mid">
  21. <p id="titContent">
  22. <script id="titData" type="text/html">
  23. {{webList[0].contentValue}}
  24. </script>
  25. </p>
  26. <div class="select">
  27. <select id="treeselectContent" onchange="selectChange()">
  28. <script id="treeselectData" type="text/html">
  29. {{each treeselect as value i}}
  30. <option value="{{value.value}}">{{value.label}}</option>
  31. {{/each}}
  32. </script>
  33. </select>
  34. <select id="treeselectSecondContent" onchange="selectSecondChange()">
  35. <script id="treeselectSecondData" type="text/html">
  36. {{each treeselectSecond as value i}}
  37. <option value="{{value.value}}">{{value.label}}</option>
  38. {{/each}}
  39. </script>
  40. </select>
  41. <select id="useTypeContent" onchange="useTypeChange()">
  42. <option value="">全部</option>
  43. <option value="3">闲置中</option>
  44. <option value="4">已流转</option>
  45. <!-- <script id="useTypeData" type="text/html">-->
  46. <!-- {{each useType as value i}}-->
  47. <!-- {{/each}}-->
  48. <!-- </script>-->
  49. </select>
  50. </div>
  51. <div class="wid25 flex_dom flex_item_between flex_item_mid">
  52. <div class="header_nav">
  53. <a href="index.html">
  54. <div>
  55. <i class="i1"></i>
  56. </div>
  57. <p>新闻资讯</p>
  58. </a>
  59. </div>
  60. <div class="header_nav">
  61. <a href="property.html">
  62. <div>
  63. <i class="i2"></i>
  64. </div>
  65. <p>资产信息</p>
  66. </a>
  67. </div>
  68. <div class="header_nav">
  69. <a href="resource.html">
  70. <div>
  71. <i class="i3"></i>
  72. </div>
  73. <p>资源信息</p>
  74. </a>
  75. </div>
  76. <div class="header_nav active">
  77. <a href="homestead.html">
  78. <div>
  79. <i class="i4"></i>
  80. <img src="static/images/nav_bg.png" class="i_bg xuanzhuan" alt="">
  81. </div>
  82. <p>宅基地信息</p>
  83. </a>
  84. </div>
  85. </div>
  86. </div>
  87. <div class="new">
  88. <div class="table_main">
  89. <table align="center" cellspacing="0" cellpadding="0" border="0" width="100%" id="propertyContent">
  90. <script id="propertyData" type="text/html">
  91. <tr>
  92. <td>镇</td>
  93. <td>村</td>
  94. <td>宅基地代码</td>
  95. <!-- <td>房屋面积(㎡)</td>-->
  96. <!-- <td>房屋类型</td>-->
  97. <td>宗地面积(亩)</td>
  98. <td>使用状态</td>
  99. </tr>
  100. {{each propertyList as value i}}
  101. <tr onclick="openDialog({{value.id}})">
  102. <td>{{value.townshipName}}</td>
  103. <td>{{value.villageName}}</td>
  104. <td>{{value.zjddm}}</td>
  105. <!-- <td>{{value.nmfwmj}}</td>-->
  106. <!-- <td>{{value.fwlx}}</td>-->
  107. <td>{{value.zdmj}}</td>
  108. <td>{{value.landStatus}}</td>
  109. </tr>
  110. {{/each}}
  111. </script>
  112. </table>
  113. </div>
  114. <div class="pageNum">
  115. <div style="display: inline-block;margin: 0 auto;" class="page_s1"></div>
  116. <p style="display: inline-block;margin: 0 auto;" id="page_s1"></p>
  117. </div>
  118. <div style="box-shadow: 0px 5px 20px #999 inset;width: 100%;height: 16vh;">
  119. <div id="container"></div>
  120. </div>
  121. </div>
  122. <div class="dialog" id="dialog" style="display: none;">
  123. <div class="bg-mengban"></div>
  124. <div class="dialog_table" id="propertyDetailContent">
  125. <script id="propertyDetailData" type="text/html">
  126. <div class="dialog_header">
  127. <p><img src="static/images/dialog_icon_1.png" alt=""></p>
  128. <p class="name">基本信息</p>
  129. <p class="bigWin" onclick="window.location='homesteadDetail.html?id='+{{propertyDetail.id}}"><img src="static/images/dialog_icon_2.png" alt=""></p>
  130. <p class="phoneIcon"><img src="static/images/dialog_icon_3.png" alt=""></p>
  131. <i class="sanjiao-left"></i>
  132. <p class="phone">{{phone}} {{leader}}</p>
  133. <img src="static/images/dialog_icon_close.png" onclick="closeDialog()" style="margin-left: auto;" alt="">
  134. </div>
  135. <div class="dialog_main">
  136. <table cellpadding="0" cellspacing="0" width="100%">
  137. <tr>
  138. <td>镇</td>
  139. <td>{{propertyDetail.townshipName}}</td>
  140. <td>村</td>
  141. <td>{{propertyDetail.deptName}}</td>
  142. <td>宅基地代码</td>
  143. <td>{{propertyDetail.zjddm}}</td>
  144. </tr>
  145. <tr>
  146. <td>宗地面积(㎡)</td>
  147. <td>{{propertyDetail.zdmj}}</td>
  148. <td>使用状态</td>
  149. <td>{{propertyDetail.landStatus}}</td>
  150. </tr>
  151. </table>
  152. </div>
  153. <div class="dialog_header">
  154. <p><img src="static/images/dialog_icon_5.png" alt=""></p>
  155. <p class="name">房屋信息</p>
  156. </div>
  157. <div class="center_table">
  158. <table cellpadding="0" cellspacing="0" width="100%">
  159. <tr>
  160. <td>房屋代码</td>
  161. <td>房屋面积(㎡)</td>
  162. <td>户型</td>
  163. <td>户型结构</td>
  164. <td>房屋类型</td>
  165. <td>房屋结构</td>
  166. </tr>
  167. {{each propertyDetail.homesteadNmfwList as value i}}
  168. <tr>
  169. <td>{{value.nmfwdm}}</td>
  170. <td>{{value.nmfwmj}}</td>
  171. <td>{{value.hx}}</td>
  172. <td>{{value.hxjg}}</td>
  173. <td>{{value.fwlx}}</td>
  174. <td>{{value.fwjg}}</td>
  175. </tr>
  176. {{/each}}
  177. </table>
  178. </div>
  179. <div class="dialog_header">
  180. <p><img src="static/images/dialog_icon_4.png" alt=""></p>
  181. <p class="name">现场图片</p>
  182. </div>
  183. <div class="dialog_img">
  184. {{each attachment as value i}}
  185. <img src="/api{{value.fileUrl}}" alt="">
  186. {{/each}}
  187. </div>
  188. </script>
  189. </div>
  190. </div>
  191. <div class="footer" id="webContent">
  192. <script id="webData" type="text/html">
  193. <div class="footer_link">
  194. <p class="footer_link_tit">友情链接</p>
  195. <a href="{{webList[5].contentUrl}}">{{webList[5].contentValue}}</a>
  196. </div>
  197. <div class="footer_link_filings">
  198. <div class="footer_link_filings_left">
  199. <p>鲁公安备案</p>
  200. <a href="#">{{webList[3].contentValue}}</a>
  201. </div>
  202. <div class="footer_link_filings_right">
  203. <p>服务热线</p>
  204. <a href="#">{{webList[4].contentValue}}</a>
  205. </div>
  206. </div>
  207. <div class="footer_link_company">
  208. <div>
  209. <p>承办单位</p>
  210. <a href="#">{{webList[1].contentValue}}</a>
  211. </div>
  212. <div>
  213. <p>技术支持</p>
  214. <a href="#">{{webList[2].contentValue}}</a>
  215. </div>
  216. <div>
  217. <p>联系电话</p>
  218. <a href="#">185 9664 1072</a>
  219. </div>
  220. </div>
  221. </script>
  222. </div>
  223. </div>
  224. </body>
  225. <script src="./static/js/common/require.js" data-main="./static/js/common/main.js?t=101" id="require-page" target-module="./static/js/project/homestead.js" defer type="text/javascript"></script>
  226. </html>