API신청 메뉴는 기업사용자(cls=1)만 볼 수 있음

main
유지인 2025-11-10 11:13:19 +09:00
parent f7a23c96e3
commit 9392a116d2
3 changed files with 36 additions and 24 deletions

View File

@ -181,11 +181,15 @@
</c:otherwise>
</c:choose>
</li>
<c:if test="${isLogin == true}">
<c:if test="${cls == 1}">
<li class="nav-item">
<a href="#" onClick="gourl('apiKey')" onFocus="this.blur()" class="nav-link nav-toggle">
<span class="title">API 신청</span>
</a>
</li>
</c:if>
</c:if>
<c:if test="${isLogin == true}">
<c:if test="${cls == 0}">

View File

@ -172,7 +172,11 @@
<a class="dropdown-toggle" data-toggle="dropdown" href="#" onClick="gourl('faq')" onFocus="this.blur()">시추정보 FAQ</a>
</li>
<li class="dropdown">
<c:if test="${isLogin == true}">
<c:if test="${cls == 1}">
<a class="dropdown-toggle" data-toggle="dropdown" href="#" onClick="gourl('apiKey')" onFocus="this.blur()">API 신청</a>
</c:if>
</c:if>
</li>
<c:if test="${isLogin == true}">
<c:if test="${cls == 0}">

View File

@ -367,6 +367,8 @@
</c:if>
<c:if test="${eGovUrl == 'apiKey.do'}">
<c:if test="${isLogin == true}">
<c:if test="${cls == 1}">
<!-- 커뮤니티 > API 신청 시작 -->
<h1 class="page-title">
<span class="page-title-text">API 신청</span>
@ -386,6 +388,8 @@
</script>
<!-- 커뮤니티 > 시추정보 Q&A 끝 -->
</c:if>
</c:if>
</c:if>
<c:if test="${eGovUrl == 'homeEducationApplicationInquiry.do' || eGovUrl == 'homeEducationApplicationInput.do' }">
<!-- 집합교육 신청 시작 -->