From 465ddfb6c7f597370fa4c6b48fc8a9dcd1b03cdc Mon Sep 17 00:00:00 2001 From: leebj Date: Fri, 7 Jun 2024 14:25:34 +0900 Subject: [PATCH] =?UTF-8?q?css=EC=88=98=EC=A0=95(=EA=B8=B0=EB=B3=B8?= =?UTF-8?q?=EC=A0=81=EC=9C=BC=EB=A1=9C=20xit-web-res=20=EB=82=B4=EB=B6=80?= =?UTF-8?q?=20CSS=20=EC=82=AC=EC=9A=A9=ED=95=98=EA=B3=A0,=20=ED=95=84?= =?UTF-8?q?=EC=9A=94=EC=97=90=20=EB=94=B0=EB=9D=BC=20=EC=8A=A4=ED=83=80?= =?UTF-8?q?=EC=9D=BC=20=EB=8D=AE=EC=96=B4=EC=93=B0=EA=B8=B0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WEB-INF/jsp/fims/sprt/sprt03010-main.jsp | 9 +- .../WEB-INF/jsp/fims/sprt/sprt03020-main.jsp | 9 +- .../WEB-INF/jsp/fims/user/user-info.jsp | 10 +- src/main/webapp/WEB-INF/jsp/include/head.jsp | 10 +- src/main/webapp/WEB-INF/jsp/include/tail.jsp | 1 + src/main/webapp/WEB-INF/jsp/include/top.jsp | 2 +- src/main/webapp/WEB-INF/jsp/index.jsp | 2 +- src/main/webapp/WEB-INF/jsp/login.jsp | 9 +- src/main/webapp/resources/css/applib.css | 202 + .../css/{xit-extend.css => fims.css} | 436 +- src/main/webapp/resources/css/overwrite.css | 313 + src/main/webapp/resources/css/xit-core.css | 19171 ---------------- src/main/webapp/resources/css/xit-layout.css | 1965 -- src/main/webapp/resources/html/pdf.html | 11 +- .../js/fims/cmmn/componentization.js | 179 - 15 files changed, 740 insertions(+), 21589 deletions(-) create mode 100644 src/main/webapp/resources/css/applib.css rename src/main/webapp/resources/css/{xit-extend.css => fims.css} (83%) create mode 100644 src/main/webapp/resources/css/overwrite.css delete mode 100644 src/main/webapp/resources/css/xit-core.css delete mode 100644 src/main/webapp/resources/css/xit-layout.css diff --git a/src/main/webapp/WEB-INF/jsp/fims/sprt/sprt03010-main.jsp b/src/main/webapp/WEB-INF/jsp/fims/sprt/sprt03010-main.jsp index b81b81c3..67d0370a 100644 --- a/src/main/webapp/WEB-INF/jsp/fims/sprt/sprt03010-main.jsp +++ b/src/main/webapp/WEB-INF/jsp/fims/sprt/sprt03010-main.jsp @@ -23,10 +23,15 @@ " /> " /> - " /> - " /> + " class="template-customizer-core-css" /> + " class="template-customizer-theme-css" /> " /> + " /> + " /> + + " /> + " /> diff --git a/src/main/webapp/WEB-INF/jsp/fims/sprt/sprt03020-main.jsp b/src/main/webapp/WEB-INF/jsp/fims/sprt/sprt03020-main.jsp index 0865f69e..f2c4b007 100644 --- a/src/main/webapp/WEB-INF/jsp/fims/sprt/sprt03020-main.jsp +++ b/src/main/webapp/WEB-INF/jsp/fims/sprt/sprt03020-main.jsp @@ -23,10 +23,15 @@ " /> " /> - " /> - " /> + " class="template-customizer-core-css" /> + " class="template-customizer-theme-css" /> " /> + " /> + " /> + + " /> + " /> ?${ver}" /> diff --git a/src/main/webapp/WEB-INF/jsp/fims/user/user-info.jsp b/src/main/webapp/WEB-INF/jsp/fims/user/user-info.jsp index f71361f1..d0a8f7b6 100644 --- a/src/main/webapp/WEB-INF/jsp/fims/user/user-info.jsp +++ b/src/main/webapp/WEB-INF/jsp/fims/user/user-info.jsp @@ -16,8 +16,14 @@ - - +" class="template-customizer-core-css" /> +" class="template-customizer-theme-css" /> +" /> + +" /> +" /> + +" /> diff --git a/src/main/webapp/WEB-INF/jsp/include/head.jsp b/src/main/webapp/WEB-INF/jsp/include/head.jsp index 54139f18..c61ceb69 100644 --- a/src/main/webapp/WEB-INF/jsp/include/head.jsp +++ b/src/main/webapp/WEB-INF/jsp/include/head.jsp @@ -24,12 +24,14 @@ " /> - " /> - " /> - " /> - + " class="template-customizer-core-css" /> + " class="template-customizer-theme-css" /> " /> + " /> + " /> + " /> + " /> " /> diff --git a/src/main/webapp/WEB-INF/jsp/include/tail.jsp b/src/main/webapp/WEB-INF/jsp/include/tail.jsp index ba4a4000..982a3709 100644 --- a/src/main/webapp/WEB-INF/jsp/include/tail.jsp +++ b/src/main/webapp/WEB-INF/jsp/include/tail.jsp @@ -55,6 +55,7 @@ + diff --git a/src/main/webapp/WEB-INF/jsp/include/top.jsp b/src/main/webapp/WEB-INF/jsp/include/top.jsp index 3b11c113..5acceb8f 100644 --- a/src/main/webapp/WEB-INF/jsp/include/top.jsp +++ b/src/main/webapp/WEB-INF/jsp/include/top.jsp @@ -2,7 +2,7 @@ <%@ include file="/WEB-INF/jsp/include/taglib.jsp"%>