From 3c798db12be40f98ec94bf7945aeadfac6a0c131 Mon Sep 17 00:00:00 2001 From: tolag3 Date: Mon, 16 Oct 2023 17:45:56 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EC=A4=80=ED=98=B8=20=EC=A0=84?= =?UTF-8?q?=EC=9E=90=EC=A1=B0=EC=A0=95=EC=8B=9C=EC=8A=A4=ED=85=9C=20?= =?UTF-8?q?=EC=BB=A4=EB=B0=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - weblayout back up 파일 업로드 --- .../WEB-INF/jsp/web/com/webLayout_back.jsp | 112 ++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 src/main/webapp/WEB-INF/jsp/web/com/webLayout_back.jsp diff --git a/src/main/webapp/WEB-INF/jsp/web/com/webLayout_back.jsp b/src/main/webapp/WEB-INF/jsp/web/com/webLayout_back.jsp new file mode 100644 index 00000000..784f1baa --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/web/com/webLayout_back.jsp @@ -0,0 +1,112 @@ +<%@ 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"%> + + + + + + + + +<c:choose> + <c:when test="${fn:contains(URL , 'main/mainPage.do')}"> + 저작권 전자조정시스템 - 메인 + </c:when> + <c:when test="${fn:contains(URL , 'web/user/login/ssoLogin.do')}"> + 로그인<한국저작권위원회 + </c:when> + <c:otherwise> + <c:forEach var="result" items="${menuCurrentResultList}" varStatus="status">${result.menuNm}<</c:forEach>한국저작권위원회 + </c:otherwise> +</c:choose> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<%-- --%> + + + + + + +<%@ include file="/WEB-INF/jsp/web/kccadr/kccadrCom/kccadrConstantsJsp.jsp" %> + + + + + + + + + + + + + + \ No newline at end of file