건설현장 관리, API 관리 left메뉴에 active된 menu 표시 처리

main
유지인 2025-11-19 13:31:46 +09:00
parent c17b89c984
commit c1e7f21149
2 changed files with 6 additions and 6 deletions

View File

@ -74,13 +74,13 @@ img { border:0; }
</tr> </tr>
<tr> <tr>
<td> <td>
<div class="menu-item active"> <div class="menu-item ${pId eq 'construction-project-statistics-index' ? 'active' : ''}">
<span style="cursor:hand" onClick="javascript:goUrl('construction-project-statistics-index', '${menuId}')"><img src="${pageContext.request.contextPath}/images/renew/arrow-right.png" /> &nbsp;건설현장 통계</span> <span style="cursor:hand" onClick="javascript:goUrl('construction-project-statistics-index', '${menuId}')"><img src="${pageContext.request.contextPath}/images/renew/arrow-right.png" /> &nbsp;건설현장 통계</span>
</div> </div>
<div class="menu-item"> <div class="menu-item ${pId eq 'construction-user-mgmt-index' ? 'active' : ''}">
<span style="cursor:hand" onClick="javascript:goUrl('construction-user-mgmt-index', '${menuId}')"><img src="${pageContext.request.contextPath}/images/renew/arrow-right.png" /> &nbsp;발주기관 계정</span> <span style="cursor:hand" onClick="javascript:goUrl('construction-user-mgmt-index', '${menuId}')"><img src="${pageContext.request.contextPath}/images/renew/arrow-right.png" /> &nbsp;발주기관 계정</span>
</div> </div>
<div class="menu-item"> <div class="menu-item ${pId eq 'construction-user-login-history' ? 'active' : ''}">
<span style="cursor:hand" onClick="javascript:goUrl('construction-user-login-history', '${menuId}')"><img src="${pageContext.request.contextPath}/images/renew/arrow-right.png" /> &nbsp;발주기관 로그인 내역</span> <span style="cursor:hand" onClick="javascript:goUrl('construction-user-login-history', '${menuId}')"><img src="${pageContext.request.contextPath}/images/renew/arrow-right.png" /> &nbsp;발주기관 로그인 내역</span>
</div> </div>
</td> </td>

View File

@ -74,21 +74,21 @@ img { border:0; }
</tr> </tr>
<tr> <tr>
<td> <td>
<div class="menu-item active"> <div class="menu-item ${pId eq 'mgmt-api-index' ? 'active' : ''}">
<span style="cursor:hand" onClick="javascript:goUrl('mgmt-api-index', '${menuId}')"><img src="${pageContext.request.contextPath}/images/renew/arrow-right.png" /> &nbsp;API 통계(내부 데이타)</span> <span style="cursor:hand" onClick="javascript:goUrl('mgmt-api-index', '${menuId}')"><img src="${pageContext.request.contextPath}/images/renew/arrow-right.png" /> &nbsp;API 통계(내부 데이타)</span>
</div> </div>
</td> </td>
</tr> </tr>
<tr> <tr>
<td> <td>
<div class="menu-item active"> <div class="menu-item ${pId eq 'mgmt-api-outdata' ? 'active' : ''}">
<span style="cursor:hand" onClick="javascript:goUrl('mgmt-api-outdata', '${menuId}')"><img src="${pageContext.request.contextPath}/images/renew/arrow-right.png" /> &nbsp;API 통계(외부 데이타)</span> <span style="cursor:hand" onClick="javascript:goUrl('mgmt-api-outdata', '${menuId}')"><img src="${pageContext.request.contextPath}/images/renew/arrow-right.png" /> &nbsp;API 통계(외부 데이타)</span>
</div> </div>
</td> </td>
</tr> </tr>
<tr> <tr>
<td> <td>
<div class="menu-item active"> <div class="menu-item ${pId eq 'mgmt-api-key' ? 'active' : ''}">
<span style="cursor:hand" onClick="javascript:goUrl('mgmt-api-key', '${menuId}')"><img src="${pageContext.request.contextPath}/images/renew/arrow-right.png" /> &nbsp;API 신청 관리</span> <span style="cursor:hand" onClick="javascript:goUrl('mgmt-api-key', '${menuId}')"><img src="${pageContext.request.contextPath}/images/renew/arrow-right.png" /> &nbsp;API 신청 관리</span>
</div> </div>
</td> </td>