|
@@ -8,7 +8,7 @@
|
|
|
<link rel="stylesheet" th:href="@{/visualization/images/zhly_body.css}">
|
|
|
<link rel="stylesheet" th:href="@{/visualization/images/zhly_page.css}">
|
|
|
</head>
|
|
|
-<body>
|
|
|
+<body id="scroll">
|
|
|
|
|
|
<!-- 右侧内容 开始-->
|
|
|
<div class="zhly_tit">
|
|
@@ -130,9 +130,9 @@
|
|
|
<div class="zhly_tit">
|
|
|
<h3>新事件</h3>
|
|
|
</div>
|
|
|
- <ul class="zhly_list1" id="newEvent" th:each="vpl : ${Visualization_Pending_List}">
|
|
|
- <li th:if="${vpl.EVENT_STATUS eq 'event_status_1' || vpl.EVENT_SIGN eq '0'}">
|
|
|
- <a th:onclick="flyTo([[${vpl.LATITUDE}]],[[${vpl.LONGITUDE}]])">
|
|
|
+ <ul class="zhly_list1" id="newEvent">
|
|
|
+ <li th:each="vpl : ${Visualization_Pending_List}">
|
|
|
+ <a th:if="${vpl.EVENT_STATUS eq 'event_status_1' || vpl.EVENT_SIGN eq '0'}" th:onclick="flyTo([[${vpl.LATITUDE}]],[[${vpl.LONGITUDE}]])">
|
|
|
<i th:if="${vpl.RESERVEPLAN_TYPE} eq 'reserveplan_type_1'" class="slfh">森林防火</i>
|
|
|
<i th:if="${vpl.RESERVEPLAN_TYPE} eq 'reserveplan_type_2'" class="bch">病虫害</i>
|
|
|
<i th:if="${vpl.RESERVEPLAN_TYPE} eq 'reserveplan_type_3'" class="tdao">偷盗偷猎</i>
|
|
@@ -152,9 +152,9 @@
|
|
|
<div class="zhly_tit">
|
|
|
<h3>处理中</h3>
|
|
|
</div>
|
|
|
- <ul class="zhly_list1" th:each="vpl : ${Visualization_Pending_List}">
|
|
|
- <li th:if="${vpl.EVENT_STATUS eq 'event_status_2' && vpl.EVENT_SIGN eq '1'}">
|
|
|
- <a th:onclick="flyTo([[${vpl.LATITUDE}]],[[${vpl.LONGITUDE}]])">
|
|
|
+ <ul class="zhly_list1">
|
|
|
+ <li th:each="vpl : ${Visualization_Pending_List}">
|
|
|
+ <a th:if="${vpl.EVENT_STATUS eq 'event_status_2' && vpl.EVENT_SIGN eq '1'}" th:onclick="flyTo([[${vpl.LATITUDE}]],[[${vpl.LONGITUDE}]])">
|
|
|
<i th:if="${vpl.RESERVEPLAN_TYPE} eq 'reserveplan_type_1'" class="slfh">森林防火</i>
|
|
|
<i th:if="${vpl.RESERVEPLAN_TYPE} eq 'reserveplan_type_2'" class="bch">病虫害</i>
|
|
|
<i th:if="${vpl.RESERVEPLAN_TYPE} eq 'reserveplan_type_3'" class="tdao">偷盗偷猎</i>
|
|
@@ -171,9 +171,9 @@
|
|
|
<div class="zhly_tit">
|
|
|
<h3>已办结</h3>
|
|
|
</div>
|
|
|
- <ul class="zhly_list1" th:each="vpl : ${Visualization_Pending_List}">
|
|
|
- <li th:if="${vpl.EVENT_STATUS} eq 'event_status_4'">
|
|
|
- <a th:onclick="flyTo([[${vpl.LATITUDE}]],[[${vpl.LONGITUDE}]])">
|
|
|
+ <ul class="zhly_list1">
|
|
|
+ <li th:each="vpl : ${Visualization_Pending_List}">
|
|
|
+ <a th:if="${vpl.EVENT_STATUS} eq 'event_status_4'" th:onclick="flyTo([[${vpl.LATITUDE}]],[[${vpl.LONGITUDE}]])">
|
|
|
<i th:if="${vpl.RESERVEPLAN_TYPE} eq 'reserveplan_type_1'" class="slfh">森林防火</i>
|
|
|
<i th:if="${vpl.RESERVEPLAN_TYPE} eq 'reserveplan_type_2'" class="bch">病虫害</i>
|
|
|
<i th:if="${vpl.RESERVEPLAN_TYPE} eq 'reserveplan_type_3'" class="tdao">偷盗偷猎</i>
|
|
@@ -189,6 +189,9 @@
|
|
|
</ul>
|
|
|
</div>
|
|
|
<!-- 右侧内容 结束-->
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
</body>
|
|
|
|
|
|
<!-- 全局js -->
|