• Y
  • List All
  • Feedback
    • This Project
    • This Group
    • All Projects
Profile Account settings Log out
  • Favorite
  • Project
  • All
Loading...
  • Log in
  • Sign up
2025_PROJECT / orgasis star
  • Project homeH
  • CodeC
  • IssueI
  • Pull requestP
  • Review R
  • MilestoneM
  • BoardB
  • Files
  • Commit
  • Branches
orgasissrcmainwebappWEB-INFjspwebcomwebCommonLeftMenu.jsp
Download as .zip file
File name
Commit message
Commit date
src/main
관리자 로그인, 관리자 메뉴관리, 레이아웃 수정
01-21
.gitignore
first commit
2025-12-11
README.md
first commit
2025-12-11
pom.xml
first commit
2025-12-11
File name
Commit message
Commit date
java/kcc
first commit
2025-12-11
resources
first commit
2025-12-11
webapp
관리자 로그인, 관리자 메뉴관리, 레이아웃 수정
01-21
File name
Commit message
Commit date
META-INF
first commit
2025-12-11
WEB-INF
관리자 로그인, 관리자 메뉴관리, 레이아웃 수정
01-21
ark
first commit
2025-12-11
common
first commit
2025-12-11
css
first commit
2025-12-11
editor
first commit
2025-12-11
font
first commit
2025-12-11
html
first commit
2025-12-11
ico
first commit
2025-12-11
images
first commit
2025-12-11
js
first commit
2025-12-11
publish
관리자 로그인, 관리자 메뉴관리, 레이아웃 수정
01-21
index.jsp
first commit
2025-12-11
insp.html
first commit
2025-12-11
tempPrint.html
first commit
2025-12-11
File name
Commit message
Commit date
META-INF
first commit
2025-12-11
config/egovframework/springmvc
first commit
2025-12-11
jsp
관리자 로그인, 관리자 메뉴관리, 레이아웃 수정
01-21
lib
first commit
2025-12-11
tlds
first commit
2025-12-11
decorators.xml
first commit
2025-12-11
sitemesh.xml
first commit
2025-12-11
web.xml
first commit
2025-12-11
File name
Commit message
Commit date
cmm
first commit
2025-12-11
cnt
first commit
2025-12-11
cntsource
first commit
2025-12-11
com
first commit
2025-12-11
cop
first commit
2025-12-11
egovframework/com/uss/ion/bnr
first commit
2025-12-11
layout
first commit
2025-12-11
main
관리자 로그인, 관리자 메뉴관리, 레이아웃 수정
01-21
manager
first commit
2025-12-11
sec
first commit
2025-12-11
site/case/jsp
first commit
2025-12-11
sts/cst
first commit
2025-12-11
sym
관리자 로그인, 관리자 메뉴관리, 레이아웃 수정
01-21
uat
관리자 로그인, 관리자 메뉴관리, 레이아웃 수정
01-21
user
first commit
2025-12-11
uss
관리자 로그인, 관리자 메뉴관리, 레이아웃 수정
01-21
web
관리자 로그인, 관리자 메뉴관리, 레이아웃 수정
01-21
xxx
first commit
2025-12-11
blank.jsp
first commit
2025-12-11
File name
Commit message
Commit date
com
오가시스 사용자 페이지
01-20
cop
first commit
2025-12-11
login
first commit
2025-12-11
main
관리자 로그인, 관리자 메뉴관리, 레이아웃 수정
01-21
member
first commit
2025-12-11
search
first commit
2025-12-11
site/case/jsp/content
first commit
2025-12-11
user
first commit
2025-12-11
xxx
first commit
2025-12-11
File name
Commit message
Commit date
pop
first commit
2025-12-11
engWebCommonFooter.jsp
first commit
2025-12-11
engWebCommonHeader.jsp
first commit
2025-12-11
engWebCommonNaviWrap.jsp
first commit
2025-12-11
envi.jsp
first commit
2025-12-11
errorNoSite.jsp
first commit
2025-12-11
insp.jsp
first commit
2025-12-11
webCommonFooter.jsp
오가시스 사용자 페이지
01-20
webCommonHeader.jsp
오가시스 사용자 페이지
01-20
webCommonHeader_bak.jsp
first commit
2025-12-11
webCommonLeftMenu.jsp
first commit
2025-12-11
webCommonNaviWrap.jsp
오가시스 사용자 페이지
01-20
webCommonNaviWrapAjax.jsp
first commit
2025-12-11
webCommonNaviWrap_bak.jsp
오가시스 사용자 페이지
01-20
webCommonQuickMenu.jsp
first commit
2025-12-11
webCommonSmsMenu.jsp
first commit
2025-12-11
webCommonSubVisual.jsp
first commit
2025-12-11
webContentResearch.jsp
first commit
2025-12-11
webLayout.jsp
오가시스 사용자 페이지
01-20
webLayout_back.jsp
first commit
2025-12-11
webSatisCommonFooter.jsp
first commit
2025-12-11
hehihoho3@gmail.com 2025-12-11 07db9e0 first commit UNIX
Raw Open in browser Change history
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <!-- lnb --> <div class="lnb"> <p class="title"> <c:forEach var="list" items="${whereAmIList}" varStatus="status"> <c:if test="${list.depth eq '1'}"> <c:out value="${list.menuNm}"/> </c:if> </c:forEach> </p> <ul class="lnb_menu"> <c:forEach var="listDep2" items="${whereAmIList}" varStatus="status1"> <c:if test="${listDep2.depth eq '2'}"> <li <c:if test="${whereAmIVO_dep2 eq listDep2.menuNo}">class="active"</c:if>> <a href="${listDep2.menuType ne 'M' ? listDep2.url : '#none'}" class="lnb_menu_title" > <c:out value="${listDep2.menuNm}"/> <c:forEach var="depth2CntList" items="${depth2CntList}" varStatus="status4"> <c:if test="${ depth2CntList.menuNo eq listDep2.menuNo && depth2CntList.cnt gt 0 }"> <i class="icon lnb_slide_toggle"></i> </c:if> </c:forEach> </a> <c:forEach var="depth2CntList" items="${depth2CntList}" varStatus="status4"> <c:if test="${ depth2CntList.menuNo eq listDep2.menuNo && depth2CntList.cnt gt 0 }"> <ul class="lnb_sub_menu"> <c:forEach var="listDep3" items="${whereAmIList}" varStatus="status3"> <c:if test="${listDep3.upperMenuId eq listDep2.menuNo}"> <li> <a href="${listDep3.url}" <c:if test="${listDep3.menuNo eq menuManageVO.menuNo}">class="active"</c:if>> <c:out value="${listDep3.menuNm}"/> </a> </li> </c:if> </c:forEach> </ul> </c:if> </c:forEach> </li> </c:if> </c:forEach> </ul> </div> <!-- //lnb -->

          
        
    
    
Copyright Yona authors & © NAVER Corp. & NAVER LABS Supported by NAVER CLOUD PLATFORM

or
Sign in with github login with Google Sign in with Google
Reset password | Sign up