网站
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 

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