From d3dc488431608219dfbbb877b806cbaf15910951 Mon Sep 17 00:00:00 2001 From: leebeomjun Date: Mon, 25 Mar 2024 13:21:09 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A0=95=EC=A0=81=20=EC=9D=B4=EB=AF=B8?= =?UTF-8?q?=EC=A7=80=20=ED=8F=B4=EB=8D=94=EB=AA=85=20=EC=88=98=EC=A0=95(im?= =?UTF-8?q?age=20->=20img)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../webapp/WEB-INF/jsp/fims/sprt/sprt03010-main.jsp | 2 +- .../webapp/WEB-INF/jsp/fims/sprt/sprt03020-main.jsp | 2 +- src/main/webapp/WEB-INF/jsp/fims/user/user-info.jsp | 2 +- src/main/webapp/WEB-INF/jsp/include/head.jsp | 2 +- src/main/webapp/WEB-INF/jsp/include/top.jsp | 4 ++-- src/main/webapp/WEB-INF/jsp/include/userMenus.jsp | 2 +- src/main/webapp/WEB-INF/jsp/login.jsp | 6 +++--- .../css/fims/framework/common/xit-icon.css | 12 ++++++------ src/main/webapp/resources/html/pdf.html | 2 +- .../webapp/resources/{image => img}/7seg20m.svg | 0 .../webapp/resources/{image => img}/7seg50m.svg | 0 .../webapp/resources/{image => img}/department.svg | 0 .../webapp/resources/{image => img}/favicon.ico | Bin .../fims/framework/login/loginDeco_02.png | Bin .../fims/framework/login/mainLogo_01.png | Bin .../fims/framework/login/mainLogo_02.png | Bin .../webapp/resources/{image => img}/korea-post.svg | 0 .../webapp/resources/{image => img}/no-image.svg | 0 src/main/webapp/resources/{image => img}/sa.svg | 0 src/main/webapp/resources/{image => img}/si.svg | 0 .../{image => img}/user-circle-solid-24.svg | 0 .../js/fims/framework/cmm/componentization.js | 2 +- 22 files changed, 18 insertions(+), 18 deletions(-) rename src/main/webapp/resources/{image => img}/7seg20m.svg (100%) rename src/main/webapp/resources/{image => img}/7seg50m.svg (100%) rename src/main/webapp/resources/{image => img}/department.svg (100%) rename src/main/webapp/resources/{image => img}/favicon.ico (100%) rename src/main/webapp/resources/{image => img}/fims/framework/login/loginDeco_02.png (100%) rename src/main/webapp/resources/{image => img}/fims/framework/login/mainLogo_01.png (100%) rename src/main/webapp/resources/{image => img}/fims/framework/login/mainLogo_02.png (100%) rename src/main/webapp/resources/{image => img}/korea-post.svg (100%) rename src/main/webapp/resources/{image => img}/no-image.svg (100%) rename src/main/webapp/resources/{image => img}/sa.svg (100%) rename src/main/webapp/resources/{image => img}/si.svg (100%) rename src/main/webapp/resources/{image => img}/user-circle-solid-24.svg (100%) 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 71519826..deac1441 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 @@ -13,7 +13,7 @@ 과태료통합관리시스템 - " /> + " /> " /> 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 de33d3ed..784c5712 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 @@ -13,7 +13,7 @@ 과태료통합관리시스템 - " /> + " /> " /> 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 9bae4d45..3ffb9301 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 @@ -6,7 +6,7 @@ - + diff --git a/src/main/webapp/WEB-INF/jsp/include/head.jsp b/src/main/webapp/WEB-INF/jsp/include/head.jsp index e6877424..6a0009c9 100644 --- a/src/main/webapp/WEB-INF/jsp/include/head.jsp +++ b/src/main/webapp/WEB-INF/jsp/include/head.jsp @@ -13,7 +13,7 @@ 과태료통합관리시스템 - " /> + " /> " /> diff --git a/src/main/webapp/WEB-INF/jsp/include/top.jsp b/src/main/webapp/WEB-INF/jsp/include/top.jsp index 4dfb462c..9b5f1979 100644 --- a/src/main/webapp/WEB-INF/jsp/include/top.jsp +++ b/src/main/webapp/WEB-INF/jsp/include/top.jsp @@ -89,7 +89,7 @@
- " alt + " alt class="w-px-40 h-auto rounded-circle" />
${currentUser.name} @@ -103,7 +103,7 @@
- " alt + " alt class="w-px-40 h-auto rounded-circle" />
diff --git a/src/main/webapp/WEB-INF/jsp/include/userMenus.jsp b/src/main/webapp/WEB-INF/jsp/include/userMenus.jsp index 597474ab..5cdc880a 100644 --- a/src/main/webapp/WEB-INF/jsp/include/userMenus.jsp +++ b/src/main/webapp/WEB-INF/jsp/include/userMenus.jsp @@ -6,7 +6,7 @@
diff --git a/src/main/webapp/WEB-INF/jsp/login.jsp b/src/main/webapp/WEB-INF/jsp/login.jsp index 4d242e7a..057388a9 100644 --- a/src/main/webapp/WEB-INF/jsp/login.jsp +++ b/src/main/webapp/WEB-INF/jsp/login.jsp @@ -14,7 +14,7 @@ 과태료통합관리시스템 - " /> + " /> " /> @@ -47,14 +47,14 @@