From 8300b2749aa574e3cf82b9fb972ae2f535b12930 Mon Sep 17 00:00:00 2001 From: jiHyung Date: Fri, 11 Nov 2022 15:02:19 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B5=AD=EC=A0=9C=EB=B2=94=EC=A3=84=EA=B2=80?= =?UTF-8?q?=EA=B1=B0=ED=98=84=ED=99=A9=20=EB=94=94=EC=9E=90=EC=9D=B8=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../faStatistics/internationalCrimeArrest.js | 62 +++++----- .../internationalCrimeArrest.html | 14 +-- .../internationalCrimeArrestEditModal.html | 108 ++++++++-------- .../internationalCrimeArrestViewModal.html | 116 +++++++++--------- 4 files changed, 150 insertions(+), 150 deletions(-) diff --git a/src/main/resources/static/js/faStatistics/internationalCrimeArrest.js b/src/main/resources/static/js/faStatistics/internationalCrimeArrest.js index 023de1ce..4c73f46c 100644 --- a/src/main/resources/static/js/faStatistics/internationalCrimeArrest.js +++ b/src/main/resources/static/js/faStatistics/internationalCrimeArrest.js @@ -69,19 +69,19 @@ $(document).on('click', '#spiAddBtn', function (){ $("#spiDiv").append( '
' - + '' + + '' + '
' + '' + '
' - + '' + + '' + '
' + '' + '
' - + '' + + '' + '
' + '' + + '' + '
' ); } else { @@ -109,7 +109,7 @@ $(document).on('change', '#processResult', function (){ if ($(this).val() == 'etc') { $(this).after( '
' - + '' + + '' + '
' ); } else { @@ -136,7 +136,7 @@ $(document).on('change', '#crimeType', function (){ if ($(this).val() == 'CTH2') { makeArrestAreaDiv('장소'); $('#smugglingAmountDiv').append( - '' + '' + '
' + '' + '
' - + '' + + '' + '
' - + '' + + '' + '
' - + '' + + '' + '
' - + '' + + '' + '
' ); } else { $("#crimeNameDiv").append( - '' + '' + '
' - + '' + + '' + '
' ); } @@ -223,7 +223,7 @@ $(document).on('change', '#smugglingAmount', function (){ if ($(this).val() == 'etc') { $(this).parent().append( '
' - + '' + + '' + '
' ); } else { @@ -235,7 +235,7 @@ $(document).on('change', '#means', function (){ if ($(this).val() == 'etc') { $(this).parent().append( '
' - + '' + + '' + '
' ); } else { @@ -247,7 +247,7 @@ $(document).on('change', '#purpose', function (){ if ($(this).val() == 'etc') { $(this).parent().append( '
' - + '' + + '' + '
' ); } else { @@ -264,9 +264,9 @@ $(function(){ function makeEntryVisaDiv() { $('#spiWrapper').prepend( - '' + '' + '
' - + '' + + '' + '
' ); } @@ -274,16 +274,16 @@ function makeEntryVisaDiv() { function makeSpiInfoDiv(name) { $('#spiParentDiv').after( '
' - + '' + + '' + '
' + '
' - + '' + + '' + '
' - + '' + + '' + '
' - + '' + + '' + '
' - + '' + + '' + '
' + '
' + '
' @@ -303,7 +303,7 @@ function makeSeaAreaDiv(name) { }) $('#arrestAreaDiv').append( - '' + '' + '
' + '' + + '' + '
' + '
' ); @@ -344,7 +344,7 @@ function makeMeansDiv(name, code) { $('#spiParentDiv').after( '
' - + '' + + '' + '
' + '' + '' @@ -377,9 +377,9 @@ function makePurposeDiv(name) { function makeDestinationDiv(name) { $('#meansDiv').append( - '' + '' + '
' - + '' + + '' + '
' ); } @@ -387,9 +387,9 @@ function makeDestinationDiv(name) { function makeViolationAmountDiv() { $('#spiParentDiv').after( '
' - + '' + + '' + '
' - + '' + + '' + '
' + '
' ); diff --git a/src/main/resources/templates/faStatistics/internationalCrimeArrest/internationalCrimeArrest.html b/src/main/resources/templates/faStatistics/internationalCrimeArrest/internationalCrimeArrest.html index 18ca1d3d..c7ca60f6 100644 --- a/src/main/resources/templates/faStatistics/internationalCrimeArrest/internationalCrimeArrest.html +++ b/src/main/resources/templates/faStatistics/internationalCrimeArrest/internationalCrimeArrest.html @@ -24,7 +24,7 @@
- @@ -89,8 +89,8 @@
- - +
+ @@ -120,7 +120,7 @@ - + @@ -191,9 +191,9 @@
지방청 경찰서국적
- - - + + +
diff --git a/src/main/resources/templates/faStatistics/internationalCrimeArrest/internationalCrimeArrestEditModal.html b/src/main/resources/templates/faStatistics/internationalCrimeArrest/internationalCrimeArrestEditModal.html index 66e08252..39bb2173 100644 --- a/src/main/resources/templates/faStatistics/internationalCrimeArrest/internationalCrimeArrestEditModal.html +++ b/src/main/resources/templates/faStatistics/internationalCrimeArrest/internationalCrimeArrestEditModal.html @@ -17,11 +17,11 @@
- +
- +
- +
- +
- +
- +
- +
@@ -86,37 +86,37 @@
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- -
+ +
@@ -141,7 +141,7 @@
- +
- +
- +
- +
- +
+
@@ -208,22 +208,22 @@
- +
- +
- +
- +
- +
- +
- +
@@ -233,12 +233,12 @@
- +
- +
- +
- +
- +
- +
- +
- +
- +
+
- +
- +
- +
- +
- +
- +
- +
diff --git a/src/main/resources/templates/faStatistics/internationalCrimeArrest/internationalCrimeArrestViewModal.html b/src/main/resources/templates/faStatistics/internationalCrimeArrest/internationalCrimeArrestViewModal.html index cdaf35b0..5f9e5f83 100644 --- a/src/main/resources/templates/faStatistics/internationalCrimeArrest/internationalCrimeArrestViewModal.html +++ b/src/main/resources/templates/faStatistics/internationalCrimeArrest/internationalCrimeArrestViewModal.html @@ -14,13 +14,13 @@
- +
- +
- +
- +
+ +
+
- +
- +
@@ -88,37 +88,37 @@
- +
- +
- +
- +
- +
- +
- +
- +
- +
- -
+ +
@@ -140,7 +140,7 @@
- +
- +
@@ -171,7 +171,7 @@
- +
- +
+
@@ -203,22 +203,22 @@
- +
- +
- +
- +
- +
- -
- + +
+
@@ -228,12 +228,12 @@
- +
- +
- +
- +
- +
- +
- +
- +
- +
+
- -
- + +
+
- -
- + +
+
- +
- +
- +
-
+