From f8c06d727f4aee9055de250fe87155657c212687 Mon Sep 17 00:00:00 2001 From: JSYOO Date: Mon, 13 Dec 2021 17:58:18 +0900 Subject: [PATCH] c:out --- .../WEB-INF/jsp/nlib/read/confirmRead.jsp | 22 +++++++------- .../WEB-INF/jsp/nlib/read/insertReadItems.jsp | 12 ++++---- .../WEB-INF/jsp/nlib/read/listReadItems.jsp | 3 ++ .../WEB-INF/jsp/nlib/rent/confirmRent.jsp | 30 +++++++++---------- .../WEB-INF/jsp/nlib/rent/insertRentItems.jsp | 12 ++++---- .../WEB-INF/jsp/nlib/rent/listRentItems.jsp | 16 +++++----- 6 files changed, 49 insertions(+), 46 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/nlib/read/confirmRead.jsp b/src/main/webapp/WEB-INF/jsp/nlib/read/confirmRead.jsp index 827ea061..c5e45d15 100644 --- a/src/main/webapp/WEB-INF/jsp/nlib/read/confirmRead.jsp +++ b/src/main/webapp/WEB-INF/jsp/nlib/read/confirmRead.jsp @@ -37,7 +37,7 @@ var BTN_APP_PREFIX = "대출신청/예약"; $( document ).ready(function() { - fn_setPageTitle("${pageTitle}"); + fn_setPageTitle(""); $("[id^=chk_item_]").prop("disabled", true); $("[id^=chk_all_]").prop("disabled", true); @@ -140,7 +140,7 @@ function fn_listCartItems() { $(document).ready(function() { /* 탭메뉴 */ - var selectedIdx = '> li:eq(' + (${cartTypeCd } -1) + ')'; + var selectedIdx = '> li:eq(' + ( -1) + ')'; $('.cartTab ul.tabs').addClass('active').find(selectedIdx).addClass('current'); $('.tab ul.tabs li a').click(function (g) { @@ -155,7 +155,7 @@ $(document).ready(function() { g.preventDefault(); }); - if("${message}" != "") alert("${message}"); + if("" != "") alert(""); }); @@ -164,10 +164,10 @@ $(document).ready(function() {
- - - - + + + +
@@ -203,7 +203,7 @@ $(document).ready(function() { -

+

자료정보
@@ -325,7 +325,7 @@ $(document).ready(function() { onclick="alert('방문열람 신청할 자료가 없습니다.');" - >신청하기 (${rentType1Cnt + rentType2Cnt}) + >신청하기 ()
@@ -337,8 +337,8 @@ $(document).ready(function() {
- - + +
diff --git a/src/main/webapp/WEB-INF/jsp/nlib/read/insertReadItems.jsp b/src/main/webapp/WEB-INF/jsp/nlib/read/insertReadItems.jsp index 753c8d5e..e46a59ae 100644 --- a/src/main/webapp/WEB-INF/jsp/nlib/read/insertReadItems.jsp +++ b/src/main/webapp/WEB-INF/jsp/nlib/read/insertReadItems.jsp @@ -36,8 +36,8 @@
- - - - + + + +
@@ -185,7 +185,7 @@ $(document).ready(function() { -

+

자료정보
@@ -278,11 +278,11 @@ $(document).ready(function() {
총 자료 건수
-
${rentType1Cnt}
+
+
-
${rentType2Cnt}
+
=
-
${rentType1Cnt + rentType2Cnt}
+
@@ -293,10 +293,10 @@ $(document).ready(function() { - + - + @@ -309,7 +309,7 @@ $(document).ready(function() {
- - + +
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/nlib/rent/insertRentItems.jsp b/src/main/webapp/WEB-INF/jsp/nlib/rent/insertRentItems.jsp index d8173659..58e46330 100644 --- a/src/main/webapp/WEB-INF/jsp/nlib/rent/insertRentItems.jsp +++ b/src/main/webapp/WEB-INF/jsp/nlib/rent/insertRentItems.jsp @@ -37,7 +37,7 @@ var BTN_APP_PREFIX = "대출신청/예약"; $( document ).ready(function() { - fn_setPageTitle("${pageTitle}"); + fn_setPageTitle(""); $("[id^=chk_item_]").prop("disabled", true); $("[id^=chk_all_]").prop("disabled", true); @@ -121,7 +121,7 @@ function fn_listRentItems() { $(document).ready(function() { /* 탭메뉴 */ - var selectedIdx = '> li:eq(' + (${cartTypeCd } -1) + ')'; + var selectedIdx = '> li:eq(' + ( -1) + ')'; $('.cartTab ul.tabs').addClass('active').find(selectedIdx).addClass('current'); $('.tab ul.tabs li a').click(function (g) { @@ -136,7 +136,7 @@ $(document).ready(function() { g.preventDefault(); }); - if("${message}" != "") alert("${message}"); + if("" != "") alert(""); }); @@ -170,7 +170,7 @@ $(document).ready(function() {
-

+

자료정보
@@ -254,8 +254,8 @@ $(document).ready(function() {
- 자료 ${rentType1Cnt }건 대출신청, - 자료 ${rentType2Cnt }건 대출예약완료되었습니다.
+ 자료 건 대출신청, + 자료 건 대출예약완료되었습니다.
처리 내역이 없습니다. diff --git a/src/main/webapp/WEB-INF/jsp/nlib/rent/listRentItems.jsp b/src/main/webapp/WEB-INF/jsp/nlib/rent/listRentItems.jsp index c900eae8..0aa5dc1b 100644 --- a/src/main/webapp/WEB-INF/jsp/nlib/rent/listRentItems.jsp +++ b/src/main/webapp/WEB-INF/jsp/nlib/rent/listRentItems.jsp @@ -41,11 +41,11 @@