网站
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

256 regels
11 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. <script src="https://api.map.baidu.com/api?type=webgl&v=1.0&ak=XzwOBaO4CElCsPdl8LIFEvv5rTemG6w1"></script>
  16. </head>
  17. <body>
  18. <div class="main" id="page">
  19. <div class="header flex_dom flex_item_between flex_item_mid">
  20. <p id="titContent">
  21. <script id="titData" type="text/html">
  22. {{webList[0].contentValue}}
  23. </script>
  24. </p>
  25. <div class="select">
  26. <select id="treeselectContent" onchange="selectChange()">
  27. <script id="treeselectData" type="text/html">
  28. {{each treeselect as value i}}
  29. <option value="{{value.value}}">{{value.label}}</option>
  30. {{/each}}
  31. </script>
  32. </select>
  33. <select id="treeselectSecondContent" onchange="selectSecondChange()">
  34. <script id="treeselectSecondData" type="text/html">
  35. {{each treeselectSecond as value i}}
  36. <option value="{{value.value}}">{{value.label}}</option>
  37. {{/each}}
  38. </script>
  39. </select>
  40. <select id="useTypeContent" onchange="useTypeChange()">
  41. <script id="useTypeData" type="text/html">
  42. {{each useType as value i}}
  43. <option value="{{value.dictValue}}">{{value.dictLabel}}</option>
  44. {{/each}}
  45. </script>
  46. </select>
  47. </div>
  48. <div class="wid25 flex_dom flex_item_between flex_item_mid">
  49. <div class="header_nav">
  50. <a href="index.html">
  51. <div>
  52. <i class="i1"></i>
  53. </div>
  54. <p>新闻资讯</p>
  55. </a>
  56. </div>
  57. <div class="header_nav">
  58. <a href="property.html">
  59. <div>
  60. <i class="i2"></i>
  61. </div>
  62. <p>资产信息</p>
  63. </a>
  64. </div>
  65. <div class="header_nav">
  66. <a href="resource.html">
  67. <div>
  68. <i class="i3"></i>
  69. </div>
  70. <p>资源信息</p>
  71. </a>
  72. </div>
  73. <div class="header_nav active">
  74. <a href="homestead.html">
  75. <div>
  76. <i class="i4"></i>
  77. <img src="static/images/nav_bg.png" class="i_bg xuanzhuan" alt="">
  78. </div>
  79. <p>宅基地信息</p>
  80. </a>
  81. </div>
  82. </div>
  83. </div>
  84. <div class="new">
  85. <div class="table_main">
  86. <table align="center" cellspacing="0" cellpadding="0" border="0" width="100%" id="propertyContent">
  87. <script id="propertyData" type="text/html">
  88. <tr>
  89. <td>镇</td>
  90. <td>村</td>
  91. <td>宅基地代码</td>
  92. <!-- <td>房屋面积(㎡)</td>-->
  93. <!-- <td>房屋类型</td>-->
  94. <td>宗地面积(亩)</td>
  95. <td>使用状态</td>
  96. </tr>
  97. {{each propertyList as value i}}
  98. <tr onclick="openDialog({{value.id}})">
  99. <td>{{value.townshipName}}</td>
  100. <td>{{value.villageName}}</td>
  101. <td>{{value.zjddm}}</td>
  102. <!-- <td>{{value.nmfwmj}}</td>-->
  103. <!-- <td>{{value.fwlx}}</td>-->
  104. <td>{{value.zdmj}}</td>
  105. <td>{{value.landStatus}}</td>
  106. </tr>
  107. {{/each}}
  108. </script>
  109. </table>
  110. </div>
  111. <div class="pageNum">
  112. <div style="display: inline-block;margin: 0 auto;" class="page_s1"></div>
  113. <p style="display: inline-block;margin: 0 auto;" id="page_s1"></p>
  114. </div>
  115. <div style="box-shadow: 0px 5px 20px #999 inset;width: 100%;height: 16vh;">
  116. <div id="container"></div>
  117. </div>
  118. <script>
  119. var map = new BMapGL.Map('container'); // 创建Map实例
  120. map.centerAndZoom(new BMapGL.Point(116.320938,39.950026), 18); // 初始化地图,设置中心点坐标和地图级别
  121. map.enableScrollWheelZoom(false); // 开启鼠标滚轮缩放
  122. </script>
  123. </div>
  124. <div class="dialog" id="dialog" style="display: none;">
  125. <div class="bg-mengban"></div>
  126. <div class="dialog_table" id="propertyDetailContent">
  127. <script id="propertyDetailData" type="text/html">
  128. <div class="dialog_header">
  129. <p><img src="static/images/dialog_icon_1.png" alt=""></p>
  130. <p class="name">基本信息</p>
  131. <p class="bigWin"><img src="static/images/dialog_icon_2.png" onclick="window.location='homesteadDetail.html?id='+{{propertyDetail.id}}" alt=""></p>
  132. <p class="phoneIcon"><img src="static/images/dialog_icon_3.png" alt=""></p>
  133. <i class="sanjiao-left"></i>
  134. <p class="phone">15925781687 王程程</p>
  135. <img src="static/images/dialog_icon_close.png" onclick="closeDialog()" style="margin-left: auto;" alt="">
  136. </div>
  137. <div class="dialog_main">
  138. <table cellpadding="0" cellspacing="0" width="100%">
  139. <tr>
  140. <td>镇</td>
  141. <td>{{propertyDetail.townshipName}}</td>
  142. <td>村</td>
  143. <td>{{propertyDetail.deptName}}</td>
  144. <td>宅基地代码</td>
  145. <td>{{propertyDetail.zjddm}}</td>
  146. </tr>
  147. <tr>
  148. <td>宗地面积(㎡)</td>
  149. <td>{{propertyDetail.zdmj}}</td>
  150. <td>使用状态</td>
  151. <td>{{propertyDetail.landStatus}}</td>
  152. </tr>
  153. </table>
  154. </div>
  155. <div class="dialog_header">
  156. <p><img src="static/images/dialog_icon_5.png" alt=""></p>
  157. <p class="name">房屋信息</p>
  158. </div>
  159. <div class="center_table">
  160. <table cellpadding="0" cellspacing="0" width="100%">
  161. <tr>
  162. <td>房屋代码</td>
  163. <td>房屋面积(㎡)</td>
  164. <td>户型</td>
  165. <td>户型结构</td>
  166. <td>房屋类型</td>
  167. <td>房屋结构</td>
  168. </tr>
  169. {{each propertyDetail.homesteadNmfwList as value i}}
  170. <tr>
  171. <td>{{value.nmfwdm}}</td>
  172. <td>{{value.nmfwmj}}</td>
  173. <td>{{value.hx}}</td>
  174. <td>{{value.hxjg}}</td>
  175. <td>{{value.fwlx}}</td>
  176. <td>{{value.fwjg}}</td>
  177. </tr>
  178. {{/each}}
  179. </table>
  180. </div>
  181. <div class="dialog_header">
  182. <p><img src="static/images/dialog_icon_4.png" alt=""></p>
  183. <p class="name">现场图片</p>
  184. </div>
  185. <div class="dialog_img">
  186. {{each attachment as value i}}
  187. <img src="/api{{value.fileUrl}}" alt="">
  188. {{/each}}
  189. </div>
  190. </script>
  191. </div>
  192. </div>
  193. <div class="footer" id="webContent">
  194. <script id="webData" type="text/html">
  195. <div class="footer_link">
  196. <p class="footer_link_tit">友情链接</p>
  197. <a href="{{webList[5].contentUrl}}">{{webList[5].contentValue}}</a>
  198. </div>
  199. <div class="footer_link_filings">
  200. <div class="footer_link_filings_left">
  201. <p>鲁公安备案</p>
  202. <a href="#">{{webList[3].contentValue}}</a>
  203. </div>
  204. <div class="footer_link_filings_right">
  205. <p>服务热线</p>
  206. <a href="#">{{webList[4].contentValue}}</a>
  207. </div>
  208. </div>
  209. <div class="footer_link_company">
  210. <div>
  211. <p>承办单位</p>
  212. <a href="#">{{webList[1].contentValue}}</a>
  213. </div>
  214. <div>
  215. <p>技术支持</p>
  216. <a href="#">{{webList[2].contentValue}}</a>
  217. </div>
  218. <div>
  219. <p>联系电话</p>
  220. <a href="#">185 9664 1072</a>
  221. </div>
  222. </div>
  223. </script>
  224. </div>
  225. </div>
  226. </body>
  227. <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>
  228. </html>