网站
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 

246 行
12 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.top.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" style="display: none;" onchange="useTypeChange()">
  42. <option value="">全部</option>
  43. <option value="2" selected>闲置</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="resourceNew.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 class="header_nav">
  86. <a href="discussions.html">
  87. <div>
  88. <i class="i5"></i>
  89. </div>
  90. <p>四议两公开</p>
  91. </a>
  92. </div>
  93. </div>
  94. </div>
  95. <div class="new">
  96. <div class="table_main">
  97. <table align="center" cellspacing="0" cellpadding="0" border="0" width="100%" id="propertyContent">
  98. <script id="propertyData" type="text/html">
  99. <tr>
  100. <td style="width: 8%;">镇</td>
  101. <td style="width: 8%;">村</td>
  102. <td style="width: 14%;">资源编码</td>
  103. <td style="width: 26%;">资源名称</td>
  104. <td style="width: 14%;">资源分类</td>
  105. <td style="width: 14%;">资源类型</td>
  106. <td style="width: 8%;">面积/亩</td>
  107. <td style="width: 8%;">使用情况</td>
  108. </tr>
  109. {{each propertyList as value i}}
  110. <tr onclick="openDialog({{value.id}})">
  111. <td>{{value.townName}}</td>
  112. <td>{{value.deptName}}</td>
  113. <td>{{value.code}}</td>
  114. <td style="text-align: left;padding: 0 10px;">{{value.name}}</td>
  115. <td>{{value.resourceType}}</td>
  116. <td>{{value.resourceSort}}</td>
  117. <td>{{value.totalArea}}</td>
  118. <td>{{value.useType}}</td>
  119. </tr>
  120. {{/each}}
  121. </script>
  122. </table>
  123. </div>
  124. <div class="pageNum">
  125. <div style="display: inline-block;margin: 0 auto;" class="page_s1"></div>
  126. <p style="display: inline-block;margin: 0 auto;" id="page_s1"></p>
  127. </div>
  128. <div id="map_main" style="box-shadow: 0px 5px 20px #999 inset;width: 100%;height: 16vh;position:relative;">
  129. <div id="container"></div>
  130. <img src="static/images/openBig.png" id="open" onclick="openBig()" style="position:absolute;right: 10px;top: 10px;" alt="">
  131. <img src="static/images/closeBig.png" id="close" onclick="closeBig()" style="display:none;position:absolute;right: 10px;top: 10px;" alt="">
  132. </div>
  133. </div>
  134. <div class="dialog" id="dialog" style="display: none;">
  135. <div class="bg-mengban"></div>
  136. <div class="dialog_table" id="propertyDetailContent">
  137. <script id="propertyDetailData" type="text/html">
  138. <div class="dialog_header">
  139. <p><img src="static/images/dialog_icon_1.png" alt=""></p>
  140. <p class="name">基本信息</p>
  141. <p class="bigWin" onclick="window.location='resourceNewDetail.html?id='+{{propertyDetail.id}}"><img src="static/images/dialog_icon_2.png" alt=""></p>
  142. <!-- <p class="phoneIcon"><img src="static/images/dialog_icon_3.png" alt=""></p>-->
  143. <!-- <i class="sanjiao-left"></i>-->
  144. <!-- <p class="phone">{{phone}} {{leader}}</p>-->
  145. <img src="static/images/dialog_icon_close.png" onclick="closeDialog()" style="margin-left: auto;" alt="">
  146. </div>
  147. <div class="dialog_main">
  148. <table cellpadding="0" cellspacing="0" width="100%">
  149. <tr>
  150. <td>镇</td>
  151. <td>{{propertyDetail.townName}}</td>
  152. <td>村</td>
  153. <td>{{propertyDetail.deptName}}</td>
  154. <td>资源编码</td>
  155. <td>{{propertyDetail.code}}</td>
  156. </tr>
  157. <tr>
  158. <td>资源名称</td>
  159. <td>{{propertyDetail.name}}</td>
  160. <td>资源分类</td>
  161. <td>{{propertyDetail.resourceType}}</td>
  162. <td>资源类型</td>
  163. <td>{{propertyDetail.resourceSort}}</td>
  164. </tr>
  165. <tr>
  166. <td>面积/亩</td>
  167. <td>{{propertyDetail.totalArea}}</td>
  168. <td>使用情况</td>
  169. <td>{{propertyDetail.useType}}</td>
  170. <td></td>
  171. <td></td>
  172. </tr>
  173. </table>
  174. </div>
  175. <div class="dialog_header">
  176. <p><img src="static/images/dialog_icon_4.png" alt=""></p>
  177. <p class="name">现场图片</p>
  178. </div>
  179. <div class="dialog_img">
  180. {{each attachment as value i}}
  181. <img src="/api{{value.fileUrl}}" alt="">
  182. {{/each}}
  183. </div>
  184. </script>
  185. </div>
  186. </div>
  187. <div class="footer" id="webContent">
  188. <script id="webData" type="text/html">
  189. <div class="footer_link">
  190. <!-- <p class="footer_link_tit">友情链接</p>-->
  191. <!-- {{each webList.botoom1 as value i}}-->
  192. <!-- <a class="hotFile" target="_blank" href="{{value.contentUrl}}">{{value.contentValue}}</a>-->
  193. <!-- {{/each}}-->
  194. <img src="static/images/link_00.png" alt="">
  195. <!-- <a href=""><img src="static/images/link_01.png" alt="" ></a>-->
  196. <!-- <a href=""><img src="static/images/link_02.png" alt=""></a>-->
  197. {{each webList.botoom1 as value i}}
  198. <a href="{{value.contentUrl}}" style="background: url('static/images/{{value.contentIcon}}.png') no-repeat center;background-size: 100% 100%;" target="_blank">
  199. <!-- <img src="static/images/{{value.contentIcon}}.png" alt="" >-->
  200. <p class="link_tt">{{value.contentValue}}</p>
  201. </a>
  202. {{/each}}
  203. </div>
  204. <div class="footer_link_filings">
  205. {{each webList.botoom2 as value i}}
  206. <div class="footer_link_filings_left">
  207. <p style="background-image: url('static/images/{{value.contentIcon}}')">{{value.contentTitle}}</p>
  208. <a href="#">{{value.contentValue}}</a>
  209. </div>
  210. {{/each}}
  211. </div>
  212. <div class="footer_link_company">
  213. {{each webList.botoom3 as value i}}
  214. <div>
  215. <p>{{value.contentTitle}}</p>
  216. <a target="{{value.contentUrl ? '_blank' : '_self' }}" href="{{value.contentUrl ? value.contentUrl : 'javascript:void(0)' }}">{{value.contentValue}}</a>
  217. </div>
  218. {{/each}}
  219. </div>
  220. </script>
  221. </div>
  222. </div>
  223. </body>
  224. <script src="./static/js/common/require.js" data-main="./static/js/common/main.js?t=101" id="require-page" target-module="./static/js/project/resourceNew.js" defer type="text/javascript"></script>
  225. </html>