From e7083a2e4101d7be053449228caceb188dddebba Mon Sep 17 00:00:00 2001 From: myname Date: Fri, 11 Oct 2024 17:33:22 +0900 Subject: [PATCH] =?UTF-8?q?2024-10-11=2017:33=20=EA=B4=80=EB=A6=AC?= =?UTF-8?q?=EC=9E=90=20=ED=86=B5=ED=95=A9=EA=B2=80=EC=83=89=20=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=20=EC=97=B0=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/seed/home/HomeController.java | 3 +- .../WEB-INF/jsp/manager/layout/layout_new.jsp | 14 ++ .../gtm/unifiedSearch/searchList_new.jsp | 150 ++++++++++++++++++ 3 files changed, 166 insertions(+), 1 deletion(-) create mode 100644 src/main/webapp/WEB-INF/jsp/manager/layout/layout_new.jsp create mode 100644 src/main/webapp/WEB-INF/views/_extra/gtm/unifiedSearch/searchList_new.jsp diff --git a/src/main/java/seed/home/HomeController.java b/src/main/java/seed/home/HomeController.java index 1ee62f09..8699bd0d 100644 --- a/src/main/java/seed/home/HomeController.java +++ b/src/main/java/seed/home/HomeController.java @@ -1261,7 +1261,8 @@ public class HomeController { } } - return new ModelAndView("/manager/layout/layout"); + //return new ModelAndView("/manager/layout/layout"); + return new ModelAndView("/manager/layout/layout_new"); } @RequestMapping(value = "/common/extra/{siteIdx}/{pageName}/jsp/Page.do") diff --git a/src/main/webapp/WEB-INF/jsp/manager/layout/layout_new.jsp b/src/main/webapp/WEB-INF/jsp/manager/layout/layout_new.jsp new file mode 100644 index 00000000..a6a5cd59 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/manager/layout/layout_new.jsp @@ -0,0 +1,14 @@ +<%@ page contentType="text/html;charset=utf-8" %> +<%@ taglib uri="http://www.springframework.org/tags" prefix="s"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> + + + + + + + + + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/_extra/gtm/unifiedSearch/searchList_new.jsp b/src/main/webapp/WEB-INF/views/_extra/gtm/unifiedSearch/searchList_new.jsp new file mode 100644 index 00000000..39000186 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/_extra/gtm/unifiedSearch/searchList_new.jsp @@ -0,0 +1,150 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> + + + + + 정보 관리 + + + + + + + + + + + + +
+
+ + + + + + + +
+ + + +
+ +
+
+
+ + + +
+ + + + \ No newline at end of file