From fccccb32aa90c14bc9a3b45d764af333d03c898f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EC=84=9D=20=EC=B5=9C?= Date: Tue, 22 Feb 2022 09:13:43 +0900 Subject: [PATCH] =?UTF-8?q?tiles=20=EC=84=A4=EC=A0=95=20=EC=99=84=EB=A3=8C?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/layout/header.jsp | 25 --------------- .../webapp/WEB-INF/jsp/layout/leftMenu.jsp | 32 +++++++++++++++++++ src/main/webapp/WEB-INF/tiles/tiles.xml | 8 ++--- 3 files changed, 36 insertions(+), 29 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/layout/header.jsp b/src/main/webapp/WEB-INF/jsp/layout/header.jsp index 0850a93..fb8647d 100644 --- a/src/main/webapp/WEB-INF/jsp/layout/header.jsp +++ b/src/main/webapp/WEB-INF/jsp/layout/header.jsp @@ -21,15 +21,6 @@ - - @@ -43,20 +34,4 @@ - diff --git a/src/main/webapp/WEB-INF/jsp/layout/leftMenu.jsp b/src/main/webapp/WEB-INF/jsp/layout/leftMenu.jsp index 6d1ff83..e29c892 100644 --- a/src/main/webapp/WEB-INF/jsp/layout/leftMenu.jsp +++ b/src/main/webapp/WEB-INF/jsp/layout/leftMenu.jsp @@ -4,3 +4,35 @@ <%@ taglib prefix="sec" uri="http://www.springframework.org/security/tags" %> <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%> <%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> + + + + + + + + + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/tiles/tiles.xml b/src/main/webapp/WEB-INF/tiles/tiles.xml index 43fa37f..6ba01c7 100644 --- a/src/main/webapp/WEB-INF/tiles/tiles.xml +++ b/src/main/webapp/WEB-INF/tiles/tiles.xml @@ -16,18 +16,18 @@ - + - + - + - + \ No newline at end of file