Revision 10:210d183ce4d3 WebContent/template/sideMenu.jsp

View differences:

WebContent/template/sideMenu.jsp
37 37
						</c:otherwise>
38 38
					</c:choose>
39 39
					
40
					<script type="text/javascript">
40
<%-- 					<script type="text/javascript">
41 41
						$("#<%=nodeId %>").click(function() {
42 42
						    // Hide other sub navigation
43 43
							$(".submenu").slideUp();
44 44
							// Show selected sub navigation
45 45
						    $("#<%=nodeId %>Sub").slideDown();
46 46
						});
47
					</script>
47
					</script> --%>
48 48
					
49 49
					<c:if test="${not empty sessionScope.IBSS_NAV_MAP_2[firstLvl.nodeCode]}">
50 50
					
51 51
						<c:set var="disPlay" value="" />
52
						<c:if test="${select1 != 'selected'}">
52
						<%-- <c:if test="${select1 != 'selected'}">
53 53
							<c:set var="disPlay" value="display:none" />
54
						</c:if>
54
						</c:if> --%>
55 55
					
56 56
						<ul class="submenu" style="<c:out value='${disPlay}' />" id="<%=nodeId %>Sub">
57 57
							<c:forEach var="secLvl" varStatus="status" items="${sessionScope.IBSS_NAV_MAP_2[firstLvl.nodeCode]}">

Also available in: Unified diff