From 11f1dae1f31d9a34e5446cef3cb456e1f9e7f82f Mon Sep 17 00:00:00 2001 From: Rinjae Date: Tue, 1 Sep 2026 15:07:23 +0900 Subject: [PATCH] =?UTF-8?q?Thymeleaf=20=ED=94=84=EB=9E=98=EA=B7=B8?= =?UTF-8?q?=EB=A8=BC=ED=8A=B8=20=EA=B2=BD=EB=A1=9C=20=ED=91=9C=EA=B8=B0=20?= =?UTF-8?q?=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95:=20-=20=EB=AA=A8?= =?UTF-8?q?=EB=93=A0=20th:replace/th:include=20=EA=B2=BD=EB=A1=9C=20~{}?= =?UTF-8?q?=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 --- .../views/fragment/popup/customPopups.html | 10 +++++----- .../templates/views/layout/base_layout.html | 4 ++-- .../templates/views/layout/djbank_base_layout.html | 8 ++++---- .../views/layout/djbank_index_layout.html | 6 +++--- .../views/layout/djbank_nohead_layout.html | 4 ++-- .../views/layout/djbank_title_layout.html | 10 +++++----- .../templates/views/layout/index_layout.html | 4 ++-- .../templates/views/layout/side_menu_layout.html | 14 +++++++------- .../resources/templates/views/samples/portal.html | 2 +- .../templates/views/samples/thymeleaf.html | 2 +- 10 files changed, 32 insertions(+), 32 deletions(-) diff --git a/src/main/resources/templates/views/fragment/popup/customPopups.html b/src/main/resources/templates/views/fragment/popup/customPopups.html index ac16373..c1fa6bc 100644 --- a/src/main/resources/templates/views/fragment/popup/customPopups.html +++ b/src/main/resources/templates/views/fragment/popup/customPopups.html @@ -1,8 +1,8 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/src/main/resources/templates/views/layout/base_layout.html b/src/main/resources/templates/views/layout/base_layout.html index 75eda29..ef31893 100644 --- a/src/main/resources/templates/views/layout/base_layout.html +++ b/src/main/resources/templates/views/layout/base_layout.html @@ -3,7 +3,7 @@ xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"> - + @@ -23,7 +23,7 @@ - + diff --git a/src/main/resources/templates/views/layout/djbank_base_layout.html b/src/main/resources/templates/views/layout/djbank_base_layout.html index 0b8d6bc..1ebb8a2 100644 --- a/src/main/resources/templates/views/layout/djbank_base_layout.html +++ b/src/main/resources/templates/views/layout/djbank_base_layout.html @@ -2,7 +2,7 @@ - + @@ -20,9 +20,9 @@ - -
-
+ +
+
diff --git a/src/main/resources/templates/views/layout/djbank_index_layout.html b/src/main/resources/templates/views/layout/djbank_index_layout.html index dbfd340..13cf639 100644 --- a/src/main/resources/templates/views/layout/djbank_index_layout.html +++ b/src/main/resources/templates/views/layout/djbank_index_layout.html @@ -3,7 +3,7 @@ xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"> - + @@ -18,9 +18,9 @@ - + -
+
diff --git a/src/main/resources/templates/views/layout/djbank_nohead_layout.html b/src/main/resources/templates/views/layout/djbank_nohead_layout.html index cfca038..6c223a8 100644 --- a/src/main/resources/templates/views/layout/djbank_nohead_layout.html +++ b/src/main/resources/templates/views/layout/djbank_nohead_layout.html @@ -2,7 +2,7 @@ - + @@ -18,7 +18,7 @@ -
+
\ No newline at end of file diff --git a/src/main/resources/templates/views/layout/djbank_title_layout.html b/src/main/resources/templates/views/layout/djbank_title_layout.html index d8c5fd1..2f8c4a3 100644 --- a/src/main/resources/templates/views/layout/djbank_title_layout.html +++ b/src/main/resources/templates/views/layout/djbank_title_layout.html @@ -2,7 +2,7 @@ - + @@ -12,7 +12,7 @@ - +
@@ -21,9 +21,9 @@ -
-
-
+
+
+
diff --git a/src/main/resources/templates/views/layout/index_layout.html b/src/main/resources/templates/views/layout/index_layout.html index 182aaaa..ce84471 100644 --- a/src/main/resources/templates/views/layout/index_layout.html +++ b/src/main/resources/templates/views/layout/index_layout.html @@ -3,7 +3,7 @@ xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"> - + @@ -21,7 +21,7 @@
- + diff --git a/src/main/resources/templates/views/layout/side_menu_layout.html b/src/main/resources/templates/views/layout/side_menu_layout.html index 1391723..f0360c0 100644 --- a/src/main/resources/templates/views/layout/side_menu_layout.html +++ b/src/main/resources/templates/views/layout/side_menu_layout.html @@ -3,31 +3,31 @@ xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"> - + -
- - +
+ +
- - + +
-
+
diff --git a/src/main/resources/templates/views/samples/portal.html b/src/main/resources/templates/views/samples/portal.html index dab52dd..814e897 100644 --- a/src/main/resources/templates/views/samples/portal.html +++ b/src/main/resources/templates/views/samples/portal.html @@ -18,7 +18,7 @@

2. 프래그먼트 대체

-
+
diff --git a/src/main/resources/templates/views/samples/thymeleaf.html b/src/main/resources/templates/views/samples/thymeleaf.html index 9ac6da0..72ee69b 100644 --- a/src/main/resources/templates/views/samples/thymeleaf.html +++ b/src/main/resources/templates/views/samples/thymeleaf.html @@ -104,7 +104,7 @@

14. 프래그먼트

-
여기에 푸터가 들어갑니다
+
여기에 푸터가 들어갑니다