From 35ba08e4afd4bdea0c5447edf2085dad1ab532c2 Mon Sep 17 00:00:00 2001 From: leebj Date: Wed, 5 Jun 2024 09:17:20 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B3=B5=ED=86=B5=20=EB=A6=AC=EC=86=8C?= =?UTF-8?q?=EC=8A=A4(js,=20css)=20=EA=B2=BD=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WEB-INF/jsp/adds/nims/barcode-main.jsp | 2 +- .../webapp/WEB-INF/jsp/error/errorPage.jsp | 2 +- src/main/webapp/WEB-INF/jsp/include/head.jsp | 2 +- src/main/webapp/WEB-INF/jsp/include/tail.jsp | 43 ++++++++++--------- src/main/webapp/resources/css/xit-core.css | 2 +- .../webapp/resources/js/base/base-fims.js | 2 +- .../webapp/resources/js/fims/photo-main.js | 2 +- 7 files changed, 28 insertions(+), 27 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/adds/nims/barcode-main.jsp b/src/main/webapp/WEB-INF/jsp/adds/nims/barcode-main.jsp index d5e0729..16970f5 100644 --- a/src/main/webapp/WEB-INF/jsp/adds/nims/barcode-main.jsp +++ b/src/main/webapp/WEB-INF/jsp/adds/nims/barcode-main.jsp @@ -49,7 +49,7 @@ -<%----%> +<%----%> - - + + + + - - - - - - - - + + + + + + + + - - + + - - - - - - - + + + + + + + - + diff --git a/src/main/webapp/resources/css/xit-core.css b/src/main/webapp/resources/css/xit-core.css index 2ccb8b6..c49af09 100644 --- a/src/main/webapp/resources/css/xit-core.css +++ b/src/main/webapp/resources/css/xit-core.css @@ -107,7 +107,7 @@ } .hidden { - display:none !important; + display:none; } [hidden] { diff --git a/src/main/webapp/resources/js/base/base-fims.js b/src/main/webapp/resources/js/base/base-fims.js index 0ad10b1..ac4f8c4 100644 --- a/src/main/webapp/resources/js/base/base-fims.js +++ b/src/main/webapp/resources/js/base/base-fims.js @@ -15,7 +15,7 @@ async function prompt2(msg){ async function dialog2(msg, type, buttons){ var dlgId = "dlg-" + uuid(); - var resp = await fetch(wctx.url("/resources/html/dialog.html")); + var resp = await fetch(wctx.url("/webjars/html/dialog.html")); var template = await resp.text(); var container = "
{content}
"; if(type == "prompt"){ diff --git a/src/main/webapp/resources/js/fims/photo-main.js b/src/main/webapp/resources/js/fims/photo-main.js index cdfb8f5..b65e08b 100644 --- a/src/main/webapp/resources/js/fims/photo-main.js +++ b/src/main/webapp/resources/js/fims/photo-main.js @@ -1,4 +1,4 @@ -LoadScript("sortableScript","/resources/sneat/libs/sortablejs/sortable.js"); +LoadScript("sortableScript","/webjars/3rd-party/sneat/libs/sortablejs/sortable.js"); function settingPhotoMain(pageName, crdnIdElementId, carInfoFunc, carLinkFunc){