网站
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.
 
 
 

236 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. <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. <option value="">全部</option>
  42. <option value="1">未流转</option>
  43. <option value="2">部分流转</option>
  44. <option value="3">已流转</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 active">
  69. <a href="resource.html">
  70. <div>
  71. <i class="i3"></i>
  72. <img src="static/images/nav_bg.png" class="i_bg xuanzhuan" alt="">
  73. </div>
  74. <p>资源信息</p>
  75. </a>
  76. </div>
  77. <div class="header_nav">
  78. <a href="homestead.html">
  79. <div>
  80. <i class="i4"></i>
  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. <td>是否基本农田</td>
  100. <td>实测面积(亩)</td>
  101. <td>流转状态</td>
  102. </tr>
  103. {{each propertyList as value i}}
  104. <tr onclick="openDialog({{value.id}})">
  105. <td>{{value.townName}}</td>
  106. <td>{{value.deptName}}</td>
  107. <td>{{value.dkbm}}</td>
  108. <td>{{value.dklb}}</td>
  109. <td>{{value.tdlylx}}</td>
  110. <td>{{value.dldj}}</td>
  111. <td>{{value.tdyt}}</td>
  112. <td>{{value.sfjbnt}}</td>
  113. <td>{{value.scmjm}}</td>
  114. <td>{{value.dkzt}}</td>
  115. </tr>
  116. {{/each}}
  117. </script>
  118. </table>
  119. </div>
  120. <div class="pageNum">
  121. <div style="display: inline-block;margin: 0 auto;" class="page_s1"></div>
  122. <p style="display: inline-block;margin: 0 auto;" id="page_s1"></p>
  123. </div>
  124. <div style="box-shadow: 0px 5px 20px #999 inset;width: 100%;height: 16vh;">
  125. <div id="container"></div>
  126. </div>
  127. <script>
  128. var map = new BMapGL.Map('container'); // 创建Map实例
  129. map.centerAndZoom(new BMapGL.Point(116.320938,39.950026), 18); // 初始化地图,设置中心点坐标和地图级别
  130. map.enableScrollWheelZoom(false); // 开启鼠标滚轮缩放
  131. </script>
  132. </div>
  133. <div class="dialog" id="dialog" style="display: none;">
  134. <div class="bg-mengban"></div>
  135. <div class="dialog_table" id="propertyDetailContent">
  136. <script id="propertyDetailData" type="text/html">
  137. <div class="dialog_header">
  138. <p><img src="static/images/dialog_icon_1.png" alt=""></p>
  139. <p class="name">基本信息</p>
  140. <p class="bigWin"><img src="static/images/dialog_icon_2.png" onclick="window.location='resourceDetail.html?id='+{{propertyDetail.id}}" alt=""></p>
  141. <p class="phoneIcon"><img src="static/images/dialog_icon_3.png" alt=""></p>
  142. <i class="sanjiao-left"></i>
  143. <p class="phone">{{phone}} {{leader}}</p>
  144. <img src="static/images/dialog_icon_close.png" onclick="closeDialog()" style="margin-left: auto;" alt="">
  145. </div>
  146. <div class="dialog_main">
  147. <table cellpadding="0" cellspacing="0" width="100%">
  148. <tr>
  149. <td>镇</td>
  150. <td>{{propertyDetail.townName}}</td>
  151. <td>村</td>
  152. <td>{{propertyDetail.deptName}}</td>
  153. <td>地块代码</td>
  154. <td>{{propertyDetail.dkbm}}</td>
  155. </tr>
  156. <tr>
  157. <td>地块类别</td>
  158. <td>{{propertyDetail.dklb}}</td>
  159. <td>土地利用类型</td>
  160. <td>{{propertyDetail.tdlylx}}</td>
  161. <td>地力等级</td>
  162. <td>{{propertyDetail.dldj}}</td>
  163. </tr>
  164. <tr>
  165. <td>土地用途</td>
  166. <td>{{propertyDetail.tdyt}}</td>
  167. <td>是否基本农田</td>
  168. <td>{{propertyDetail.sfjbnt}}</td>
  169. <td>实测面积</td>
  170. <td>{{propertyDetail.scmjm}}(亩)</td>
  171. </tr>
  172. <tr>
  173. <td>流转状态</td>
  174. <td>{{propertyDetail.dkzt}}</td>
  175. </tr>
  176. </table>
  177. </div>
  178. </script>
  179. </div>
  180. </div>
  181. <div class="footer" id="webContent">
  182. <script id="webData" type="text/html">
  183. <div class="footer_link">
  184. <p class="footer_link_tit">友情链接</p>
  185. <a href="{{webList[5].contentUrl}}">{{webList[5].contentValue}}</a>
  186. </div>
  187. <div class="footer_link_filings">
  188. <div class="footer_link_filings_left">
  189. <p>鲁公安备案</p>
  190. <a href="#">{{webList[3].contentValue}}</a>
  191. </div>
  192. <div class="footer_link_filings_right">
  193. <p>服务热线</p>
  194. <a href="#">{{webList[4].contentValue}}</a>
  195. </div>
  196. </div>
  197. <div class="footer_link_company">
  198. <div>
  199. <p>承办单位</p>
  200. <a href="#">{{webList[1].contentValue}}</a>
  201. </div>
  202. <div>
  203. <p>技术支持</p>
  204. <a href="#">{{webList[2].contentValue}}</a>
  205. </div>
  206. <div>
  207. <p>联系电话</p>
  208. <a href="#">185 9664 1072</a>
  209. </div>
  210. </div>
  211. </script>
  212. </div>
  213. </div>
  214. </body>
  215. <script src="./static/js/common/require.js" data-main="./static/js/common/main.js?t=101" id="require-page" target-module="./static/js/project/resource.js" defer type="text/javascript"></script>
  216. </html>