Revision 68:b376781d30ff WebContent/template/sideMenu.jsp

View differences:

WebContent/template/sideMenu.jsp
26 26
					</c:if>
27 27
					<c:set var="pagePath1" value="${firstLvl.pagePath}?selected=${firstLvl.nodeCode}" />
28 28
					
29
					<c:choose>
29
					<%-- <c:choose>
30 30
						<c:when test="${not empty firstLvl.pagePath}">
31 31
							<htmlEL:link styleId="${firstLvl.nodeId}" action="${pagePath1}" name="paramsName" onclick="overlay();" styleClass="${select1}" >
32 32
								<c:out value="${firstLvl.nodeName}" />
......
35 35
						<c:otherwise>
36 36
							<a href="#" id="<%=nodeId %>" class="<c:out value='${select1}' />"><c:out value="${firstLvl.nodeName}" /></a>
37 37
						</c:otherwise>
38
					</c:choose>
38
					</c:choose> --%>
39 39
					
40 40
<%-- 					<script type="text/javascript">
41 41
						$("#<%=nodeId %>").click(function() {

Also available in: Unified diff