|
@@ -55,8 +55,9 @@
|
|
|
<c:forEach var="sm" items="${sideMenuList}">
|
|
|
<li class="sidebar-item
|
|
|
<c:set var="menuPath" value="/${data._MENUPATH}/"/>
|
|
|
+ <c:set var="menuPath2" value="/${data._MENUPATH2}"/>
|
|
|
<c:if test = "${menuPath ne '/clinic/'}"><c:if test = "${fn:contains( sm.menuPath, menuPath )}">active</c:if></c:if>
|
|
|
- <c:if test = "${menuPath eq '/clinic/'}"><c:if test = "${sm.menuPath eq data._URL}">active</c:if></c:if>
|
|
|
+ <c:if test = "${menuPath eq '/clinic/'}"><c:if test = "${fn:contains( sm.menuPath, menuPath2 )}">active</c:if><c:if test = "${sm.menuPath eq '/clinic/state' and menuPath2 eq '/info'}"> active</c:if></c:if>
|
|
|
">
|
|
|
<a class="sidebar-link" href="${sm.menuPath}"><c:out value="${sm.menuName}"/></a>
|
|
|
</li>
|