From ec761309474ab68462790755526fee69577e4c0e Mon Sep 17 00:00:00 2001 From: leebeomjun Date: Thu, 4 May 2023 17:22:31 +0900 Subject: [PATCH] =?UTF-8?q?refactor=20:=20css=ED=8C=8C=EC=9D=BC=20?= =?UTF-8?q?=EC=82=BD=EC=9E=85=EC=BD=94=EB=93=9C=EC=99=80=20=EC=9E=90?= =?UTF-8?q?=EB=B0=94=EC=8A=A4=ED=81=AC=EB=A6=BD=ED=8A=B8=20=ED=8C=8C?= =?UTF-8?q?=EC=9D=BC=20=EC=82=BD=EC=9E=85=EC=BD=94=EB=93=9C=20=EB=B6=84?= =?UTF-8?q?=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WEB-INF/jsp/include/fims/head-biz.jsp | 27 ------ .../jsp/include/fims/head-framework.jsp | 81 +---------------- .../WEB-INF/jsp/include/fims/tail-biz.jsp | 23 +++++ .../jsp/include/fims/tail-framework.jsp | 87 +++++++++++++++++++ .../fims/tiles/biz/layout-tiles-biz-inner.jsp | 4 +- .../fims/tiles/biz/layout-tiles-biz-org.jsp | 2 +- .../fims/tiles/biz/layout-tiles-biz-root.jsp | 4 +- .../fims/tiles/biz/layout-tiles-dashboard.jsp | 4 +- .../fims/tiles/popup/layout-tiles-popup.jsp | 5 +- 9 files changed, 125 insertions(+), 112 deletions(-) delete mode 100644 src/main/webapp/WEB-INF/jsp/include/fims/head-biz.jsp create mode 100644 src/main/webapp/WEB-INF/jsp/include/fims/tail-biz.jsp create mode 100644 src/main/webapp/WEB-INF/jsp/include/fims/tail-framework.jsp diff --git a/src/main/webapp/WEB-INF/jsp/include/fims/head-biz.jsp b/src/main/webapp/WEB-INF/jsp/include/fims/head-biz.jsp deleted file mode 100644 index 8f7135cc..00000000 --- a/src/main/webapp/WEB-INF/jsp/include/fims/head-biz.jsp +++ /dev/null @@ -1,27 +0,0 @@ -<%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> - - - - - - - - - - - - - - - - - - - -<%-- --%> - - - - - - diff --git a/src/main/webapp/WEB-INF/jsp/include/fims/head-framework.jsp b/src/main/webapp/WEB-INF/jsp/include/fims/head-framework.jsp index 1fae265b..3b5330f9 100644 --- a/src/main/webapp/WEB-INF/jsp/include/fims/head-framework.jsp +++ b/src/main/webapp/WEB-INF/jsp/include/fims/head-framework.jsp @@ -11,6 +11,7 @@ + @@ -21,91 +22,11 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<%--TODO: 보완 필요 : 공통 ajax 호출 모듈과 통합 필요 --%> - \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/include/fims/tail-biz.jsp b/src/main/webapp/WEB-INF/jsp/include/fims/tail-biz.jsp new file mode 100644 index 00000000..95aee36d --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/include/fims/tail-biz.jsp @@ -0,0 +1,23 @@ +<%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> + + + + + + + + + + + + + + + +<%-- --%> + + + + + + diff --git a/src/main/webapp/WEB-INF/jsp/include/fims/tail-framework.jsp b/src/main/webapp/WEB-INF/jsp/include/fims/tail-framework.jsp new file mode 100644 index 00000000..e5295770 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/include/fims/tail-framework.jsp @@ -0,0 +1,87 @@ +<%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<%--TODO: 보완 필요 : 공통 ajax 호출 모듈과 통합 필요 --%> + diff --git a/src/main/webapp/WEB-INF/jsp/template/fims/tiles/biz/layout-tiles-biz-inner.jsp b/src/main/webapp/WEB-INF/jsp/template/fims/tiles/biz/layout-tiles-biz-inner.jsp index cc9f7d25..9385bca3 100644 --- a/src/main/webapp/WEB-INF/jsp/template/fims/tiles/biz/layout-tiles-biz-inner.jsp +++ b/src/main/webapp/WEB-INF/jsp/template/fims/tiles/biz/layout-tiles-biz-inner.jsp @@ -7,7 +7,9 @@ <%@include file="/WEB-INF/jsp/include/fims/head-framework.jsp" %> - <%@include file="/WEB-INF/jsp/include/fims/head-biz.jsp" %> + <%@include file="/WEB-INF/jsp/include/fims/tail-framework.jsp" %> + + <%@include file="/WEB-INF/jsp/include/fims/tail-biz.jsp" %> @@ -22,7 +24,7 @@ - <%@include file="/WEB-INF/jsp/include/fims/head-biz.jsp" %> + <%@include file="/WEB-INF/jsp/include/fims/tail-biz.jsp" %> diff --git a/src/main/webapp/WEB-INF/jsp/template/fims/tiles/biz/layout-tiles-dashboard.jsp b/src/main/webapp/WEB-INF/jsp/template/fims/tiles/biz/layout-tiles-dashboard.jsp index f01aab35..821a34bf 100644 --- a/src/main/webapp/WEB-INF/jsp/template/fims/tiles/biz/layout-tiles-dashboard.jsp +++ b/src/main/webapp/WEB-INF/jsp/template/fims/tiles/biz/layout-tiles-dashboard.jsp @@ -7,7 +7,9 @@ <%@include file="/WEB-INF/jsp/include/fims/head-framework.jsp" %> - <%@include file="/WEB-INF/jsp/include/fims/head-biz.jsp" %> + <%@include file="/WEB-INF/jsp/include/fims/tail-framework.jsp" %> + + <%@include file="/WEB-INF/jsp/include/fims/tail-biz.jsp" %>