• 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 / mjgo_admin star
  • Project homeH
  • CodeC
  • IssueI
  • Pull requestP
  • Review R
  • MilestoneM
  • BoardB
  • Files
  • Commit
  • Branches
mjgo_adminsrcmainwebappWEB-INFjsplayoutgetScript.jsp
Download as .zip file
File name
Commit message
Commit date
DATABASE
first commit
04-21
src/main
회원관리, 문자관리 하위메뉴 레이아웃 수정
04-22
.codetogether.ignore
first commit
04-21
.gitignore
first commit
04-21
pom.xml
mjon -> mjgo 수정
04-22
File name
Commit message
Commit date
java
Snippet java 주석
04-22
resources
first commit
04-21
webapp
회원관리, 문자관리 하위메뉴 레이아웃 수정
04-22
File name
Commit message
Commit date
META-INF
first commit
04-21
MMS
first commit
04-21
WEB-INF
회원관리, 문자관리 하위메뉴 레이아웃 수정
04-22
common
first commit
04-21
crosseditor/binary/images
first commit
04-21
css
관리자페이지 기본 스타일 수정
04-22
direct
first commit
04-21
dist
first commit
04-21
download
first commit
04-21
font
first commit
04-21
font-flexslider
first commit
04-21
fonts
first commit
04-21
html
first commit
04-21
images
first commit
04-21
img
관리자페이지 기본 스타일 수정
04-22
js
first commit
04-21
mail
first commit
04-21
mjon/MMS
first commit
04-21
pb
회원관리, 문자관리 하위메뉴 레이아웃 수정
04-22
public
first commit
04-21
publish
회원관리, 문자관리 하위메뉴 레이아웃 수정
04-22
sample_mjon
first commit
04-21
site
first commit
04-21
google53cfb10eb3856530.html
first commit
04-21
googlefa7d697b23d4a34a.html
first commit
04-21
imageEditorSample.html
first commit
04-21
imageEditorSample2.html
first commit
04-21
index.jsp
first commit
04-21
naver94c82af5badbae52b1e46e77b88410c9.html
first commit
04-21
robots.txt
first commit
04-21
sendRESTAPI_test_r1_send.jsp
first commit
04-21
sitemap.xml
first commit
04-21
tempPayPrint.html
first commit
04-21
tempPrint.html
first commit
04-21
tempPrint1.html
first commit
04-21
test.jsp
first commit
04-21
File name
Commit message
Commit date
META-INF
first commit
04-21
config/egovframework/springmvc
first commit
04-21
jsp
회원관리, 문자관리 하위메뉴 레이아웃 수정
04-22
lib
first commit
04-21
tld
first commit
04-21
decorators.xml
first commit
04-21
jeus-web-dd.xml
first commit
04-21
sitemesh.xml
first commit
04-21
web.xml
first commit
04-21
weblogic.xml
first commit
04-21
File name
Commit message
Commit date
agent
first commit
04-21
block
first commit
04-21
cmm
회원관리, 문자관리 하위메뉴 레이아웃 수정
04-22
cnt
first commit
04-21
cntsource
first commit
04-21
com/utl/wed
first commit
04-21
cop
first commit
04-21
egovframework/com/uss/ion/bnr
first commit
04-21
holiday
first commit
04-21
kisa/kisa
first commit
04-21
kopost/search
first commit
04-21
layout
관리자페이지 기본 스타일 수정
04-22
letter
회원관리, 문자관리 하위메뉴 레이아웃 수정
04-22
main
메인페이지 이미지 수정
04-22
sec
first commit
04-21
sts/cst
first commit
04-21
sym
회원관리, 문자관리 하위메뉴 레이아웃 수정
04-22
uat
관리자페이지 기본 스타일 수정
04-22
uss
회원관리, 문자관리 하위메뉴 레이아웃 수정
04-22
web
first commit
04-21
blank.jsp
first commit
04-21
cntCNT_000000000862.jsp
first commit
04-21
File name
Commit message
Commit date
include
first commit
04-21
adminLayout.jsp
관리자페이지 기본 스타일 수정
04-22
adminLayout1.jsp
first commit
04-21
adminLayout_ori.jsp
first commit
04-21
bbsPreviewLayout.jsp
first commit
04-21
getScript.jsp
first commit
04-21
none.jsp
first commit
04-21
popLayout.jsp
관리자페이지 기본 스타일 수정
04-22
popWebLayout.jsp
first commit
04-21
siteCheck.jsp
first commit
04-21
hehihoho3@gmail.com 04-21 cab3919 first commit UNIX
Raw Open in browser Change history
<%@ page language="java" contentType="text/html; charset=UTF-8" %> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ taglib prefix="decorator" uri="http://www.opensymphony.com/sitemesh/decorator" %> <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> <!DOCTYPE html> <html lang="ko"> <script type="text/javascript" src="/js/jquery.min.itn.js"></script> <script type="text/javascript" src="/js/calendar.js"></script> <!-- message --> <c:if test="${!empty message}"> <script lang="javascript"> alert("${message}"); </script> </c:if> <c:import url="/${siteId}/web/siteCheck.do" /><!-- 사이트체크 getScript--> <c:import url="/${siteId}/common/getMetaTag.do" /><!-- 메타테그 --> <c:import url="/${siteId}/common/getScript.do" /><!-- 메타테그 --> <decorator:head /> <c:import url="/${siteId}/web/com/webCommonHeader.do" /><!-- 해더 매뉴 --> <c:set var="currentUrl" value="${pageContext.request.requestURL}" /> <c:if test="${!fn:contains(currentUrl, '/web/main/mainPage.do')}"> <!-- 메인페이지 좌측매뉴 없음 --> <section class="sub"> <c:import url="/${siteId}/web/com/naviWrap.do" /> <div id="wrapper"> <div id="left_menu"><c:import url="/${siteId}/web/com/leftMenu.do" /></div> <decorator:body /> </div> </section> </c:if> <c:if test="${fn:contains(currentUrl, '/web/main/mainPage.do')}"> <decorator:body /> </c:if> <c:import url="/${siteId}/web/com/webCommonFooter.do" /> </html>

          
        
    
    
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