浏览代码

statistics view add attention text

junggilpark 4 月之前
父节点
当前提交
10286d897b

+ 1 - 0
src/main/webapp/WEB-INF/jsp/egovframework/statistics/info.jsp

@@ -144,6 +144,7 @@
         </div>
         <div class="move-up" onclick="move(this)"></div>
         <div class="mapContent statistics">
+            <div class="check-text">※ 속도와 통행시간 확인 후 이용하시기 바랍니다.</div>
             <div class="road_info-box sub-road_info">
                 <img alt="loading" src="/images/ajax_loading.gif" id="loading" style="display:none;position:absolute;left:calc(50% - 25px);top:calc(50%);z-index:10; width: 50px; height: 50px;"/>
                 <table id ="info-road-list" class="info-road-list">

+ 1 - 0
src/main/webapp/WEB-INF/jsp/egovframework/statistics/trafficStats.jsp

@@ -143,6 +143,7 @@
         <div id="statistics_map"></div>
         <div class="move-up" onclick="move(this)"></div>
         <div class="mapContent statistics">
+            <div class="check-text">※ 교통량과 방향 확인 후 이용하시기 바랍니다.</div>
             <div class="road_info-box sub-road_info">
                 <img alt="loading" src="/images/ajax_loading.gif" id="loading" style="display:none;position:absolute;left:calc(50% - 25px);top:calc(50%);z-index:10; width: 50px; height: 50px;"/>
                 <table id ="info-road-list" class="info-road-list">

+ 1 - 1
src/main/webapp/WEB-INF/jsp/egovframework/tiles/empty.jsp

@@ -10,7 +10,7 @@
 <%--    <link rel="stylesheet" type="text/css" href="/css/video-js.min.css" />--%>
     <link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
     <link rel="stylesheet" type="text/css" href="/common/css/Exsting_style.css" />
-    <script type="text/javascript" src="/js/common.js"></script>
+    <script type="text/javascript" src="/js/common.js?v=20250401"></script>
     <script src="https://code.jquery.com/jquery-1.12.4.js"></script>
     <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
     <script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>

+ 5 - 5
src/main/webapp/WEB-INF/jsp/egovframework/tiles/template.jsp

@@ -20,13 +20,13 @@
     <title>평택시 교통정보센터 - ${subTitle}</title>
 
     <link href="/common/bootstrap-5.1.3-dist/css/bootstrap.min.css" rel="stylesheet">
-    <link rel="stylesheet" type="text/css" href="/common/css/reset.css" />
-    <link rel="stylesheet" type="text/css" href="/common/css/layout.css" />
-    <link rel="stylesheet" type="text/css" href="/common/css/contents.css" />
-    <link rel="stylesheet" type="text/css" href="/common/css/Exsting_style.css">
+    <link rel="stylesheet" type="text/css" href="/common/css/reset.css?v=20250401" />
+    <link rel="stylesheet" type="text/css" href="/common/css/layout.css?v=20250401" />
+    <link rel="stylesheet" type="text/css" href="/common/css/contents.css?v=20250401" />
+    <link rel="stylesheet" type="text/css" href="/common/css/Exsting_style.css?v=20250401">
     <link rel="stylesheet" type="text/css" href="/common/css/jquery-ui-1.13.2.min.css">
     <script type="text/javascript"  src="/js/jquery-3.7.0.min.js"></script>
-    <script type="text/javascript" src="/js/common.js"></script>
+    <script type="text/javascript" src="/js/common.js?v=20250401"></script>
     <script src="/js/jquery-ui-1.13.2.min.js"></script>
 </head>
 <body>

+ 1 - 1
src/main/webapp/common/css/Exsting_style.css

@@ -106,7 +106,7 @@
 .move-up{
     position: absolute;
     right: 0;
-    bottom: 289px;
+    bottom: 315px;
     z-index: 999;
     cursor: pointer;
     user-select: none;

+ 10 - 3
src/main/webapp/common/css/contents.css

@@ -174,16 +174,23 @@ button.sitemap:focus:not(:focus-visible) {
 
 #statistics_map{
     width: 100%;
-    height: calc(100% - 200px);
+    height: calc(100% - 224px);
     border-bottom: 1px solid #cccccc;
 }
 
+.check-text {
+    padding: 5px 10px;
+    text-decoration: underline;
+    color: red;
+    font-weight: bold;
+}
+
 #statistics_map.on {
     height: 25px;
 }
 .mapContent.statistics {
     width: 100%;
-    height: 190px;
+    height: 194px;
 }
 .mapArea.traffic {
     width: calc(100% - 350px);
@@ -424,7 +431,7 @@ button.sitemap:focus:not(:focus-visible) {
 }
 @media (max-width: 768px) {
     .mapContent.statistics {
-        height: 365px;
+        height: 345px;
     }
     #statistics_map, .left-list .condition-box .button-box,
     .left-list .condition-box .selected-ixr,