feat: 급경사지는 발주기관과 관리자만보여지도록 수정
parent
6795e72740
commit
6dd6ebe3f8
|
|
@ -276,10 +276,12 @@ function LoadingShow() {
|
|||
<a href="javascript:geologyWell();"
|
||||
class="map-right-btn map-btn-icon-well">관정</a>
|
||||
</li>
|
||||
<c:if test="${ CLS == '2' || CLS == '9' }">
|
||||
<li id="map-btn-icon-steep-slope-button">
|
||||
<a href="javascript:geologySteepSlope();"
|
||||
class="map-right-btn map-btn-icon-steep-slope">급경사지</a>
|
||||
</li>
|
||||
</c:if>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- 그리기도구 끝 -->
|
||||
|
|
|
|||
|
|
@ -1695,12 +1695,14 @@ function table3display(){
|
|||
<span class="folder">관정정보</span>
|
||||
</label>
|
||||
</li>
|
||||
<c:if test="${ CLS == '2' || CLS == '9' }">
|
||||
<li>
|
||||
<input id="geology-steep-slope" name="geology-group" type="radio" value="geology-steep-slope" onclick="geologySteepSlope();">
|
||||
<label for="geology-steep-slope">
|
||||
<span class="folder">급경사지정보</span>
|
||||
</label>
|
||||
</li>
|
||||
</c:if>
|
||||
<li>
|
||||
<input id="geology-resistivity-survey" name="geology-group" type="radio" value="geology-resistivity-survey" onclick="geologyResistivitySurvey();">
|
||||
<label for="geology-resistivity-survey">
|
||||
|
|
|
|||
Loading…
Reference in New Issue