From 24dfdfe18937d7f369e0477eb7cb3ca35ea18f9a Mon Sep 17 00:00:00 2001 From: leebj Date: Fri, 7 Jun 2024 15:21:03 +0900 Subject: [PATCH] =?UTF-8?q?=EC=86=8C=EC=8A=A4=20=EC=A0=95=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WEB-INF/jsp/fims/user/user-info.jsp | 2 +- src/main/webapp/WEB-INF/jsp/include/tail.jsp | 9 +- src/main/webapp/resources/html/pdf.html | 2 +- .../webapp/resources/js/base/base-fims.js | 667 ------------------ .../resources/js/base/fimsFormFields.js | 128 ++++ .../resources/js/fims/cmmn/cmmnDateUtil.js | 624 ---------------- .../cmmn/{cmmnUtil.js => fims-cmmnUtil.js} | 192 +++-- .../js/fims/cmmn/initAfterPageLoad.js | 19 - 8 files changed, 278 insertions(+), 1365 deletions(-) delete mode 100644 src/main/webapp/resources/js/base/base-fims.js create mode 100644 src/main/webapp/resources/js/base/fimsFormFields.js delete mode 100644 src/main/webapp/resources/js/fims/cmmn/cmmnDateUtil.js rename src/main/webapp/resources/js/fims/cmmn/{cmmnUtil.js => fims-cmmnUtil.js} (61%) delete mode 100644 src/main/webapp/resources/js/fims/cmmn/initAfterPageLoad.js 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 d0a8f7b6..3050023a 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 @@ -230,7 +230,7 @@ - + - + - + + - + - + diff --git a/src/main/webapp/resources/html/pdf.html b/src/main/webapp/resources/html/pdf.html index b4aac522..dd863ed0 100644 --- a/src/main/webapp/resources/html/pdf.html +++ b/src/main/webapp/resources/html/pdf.html @@ -48,7 +48,7 @@ - +