From 9e890efdbc25cc075de6102e8bbb16b54a1b6e17 Mon Sep 17 00:00:00 2001 From: Taehyeon Jo <70999462+whxogus215@users.noreply.github.com> Date: Fri, 15 Nov 2024 19:40:57 +0900 Subject: [PATCH 01/29] =?UTF-8?q?refactor:=20tr,=20td=20=ED=83=9C=EA=B7=B8?= =?UTF-8?q?=20=EB=93=A4=EC=97=AC=EC=93=B0=EA=B8=B0=201=20depth=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit tr 태그가 thead, tbody 태그와 같은 depth를 갖고 있어서 가독성 차원에서 들여쓰기를 추가하였습니다. --- .../templates/gonghak/statusForm.html | 38 +++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/src/main/resources/templates/gonghak/statusForm.html b/src/main/resources/templates/gonghak/statusForm.html index 5b1861a..c643ce1 100644 --- a/src/main/resources/templates/gonghak/statusForm.html +++ b/src/main/resources/templates/gonghak/statusForm.html @@ -25,27 +25,27 @@

RESULT RATIO

- - - - - - - + + + + + + + - - - - - - - + + + + + + +
Abeek 타입얻은 학점기준 학점진행도
Abeek 타입얻은 학점기준 학점진행도
-
-
-
-
+
+
+
+
From 5caa9becf8aef2779ee93cfc00947aabfce12d0c Mon Sep 17 00:00:00 2001 From: Taehyeon Jo <70999462+whxogus215@users.noreply.github.com> Date: Sat, 16 Nov 2024 11:42:37 +0900 Subject: [PATCH 02/29] =?UTF-8?q?feat:=20=ED=83=80=EC=9E=84=EB=A6=AC?= =?UTF-8?q?=ED=94=84=20=EB=84=A4=EC=9E=84=EC=8A=A4=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=8A=A4=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/templates/layout/layout2.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/templates/layout/layout2.html b/src/main/resources/templates/layout/layout2.html index 125570e..80d07b9 100644 --- a/src/main/resources/templates/layout/layout2.html +++ b/src/main/resources/templates/layout/layout2.html @@ -1,5 +1,5 @@ - + From 481f95805f00d7c8f1f5edc781e4f8f4cf15953f Mon Sep 17 00:00:00 2001 From: Taehyeon Jo <70999462+whxogus215@users.noreply.github.com> Date: Sat, 16 Nov 2024 13:53:57 +0900 Subject: [PATCH 03/29] =?UTF-8?q?feat:=20=EB=AA=A8=EB=8B=AC=EC=B0=BD=20?= =?UTF-8?q?=EB=BC=88=EB=8C=80=20=EA=B5=AC=EC=84=B1=20=EB=B0=8F=20=EC=9E=90?= =?UTF-8?q?=EC=84=B8=ED=9E=88=20=EB=B2=84=ED=8A=BC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/gonghak/AbeekDetailModal.html | 38 +++++++++++++++++++ .../templates/gonghak/statusForm.html | 10 ++++- 2 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 src/main/resources/templates/gonghak/AbeekDetailModal.html diff --git a/src/main/resources/templates/gonghak/AbeekDetailModal.html b/src/main/resources/templates/gonghak/AbeekDetailModal.html new file mode 100644 index 0000000..ef800b6 --- /dev/null +++ b/src/main/resources/templates/gonghak/AbeekDetailModal.html @@ -0,0 +1,38 @@ + + + + + +
+ + +
diff --git a/src/main/resources/templates/gonghak/statusForm.html b/src/main/resources/templates/gonghak/statusForm.html index c643ce1..7fd7487 100644 --- a/src/main/resources/templates/gonghak/statusForm.html +++ b/src/main/resources/templates/gonghak/statusForm.html @@ -17,6 +17,9 @@ + +
+
@@ -35,7 +38,12 @@

RESULT RATIO

- + + + + 상세보기 + + From 2b8b0a1bada9f8cc1aee93c1f71d9d7867049d65 Mon Sep 17 00:00:00 2001 From: Taehyeon Jo <70999462+whxogus215@users.noreply.github.com> Date: Sat, 16 Nov 2024 14:15:30 +0900 Subject: [PATCH 04/29] =?UTF-8?q?feat:=20=EB=AA=A8=EB=8B=AC=EC=B0=BD=20?= =?UTF-8?q?=ED=81=B4=EB=A6=AD=20=EC=8B=9C=20=EC=97=B4=EA=B8=B0/=EB=8B=AB?= =?UTF-8?q?=EA=B8=B0=20=ED=8A=B8=EB=A6=AC=EA=B1=B0=20=EC=97=B0=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/js/modal.js | 9 +++++++++ src/main/resources/submodule-properties | 2 +- .../resources/templates/gonghak/AbeekDetailModal.html | 7 ++++--- src/main/resources/templates/gonghak/statusForm.html | 2 +- 4 files changed, 15 insertions(+), 5 deletions(-) create mode 100644 src/main/resources/static/js/modal.js diff --git a/src/main/resources/static/js/modal.js b/src/main/resources/static/js/modal.js new file mode 100644 index 0000000..bd87116 --- /dev/null +++ b/src/main/resources/static/js/modal.js @@ -0,0 +1,9 @@ +function openModal() { + document.getElementById("modal-background").style.display = "block"; + document.getElementById("modal-container").style.display = "block"; +} + +function closeModal() { + document.getElementById("modal-background").style.display = "none"; + document.getElementById("modal-container").style.display = "none"; +} diff --git a/src/main/resources/submodule-properties b/src/main/resources/submodule-properties index 1418f5d..920fd67 160000 --- a/src/main/resources/submodule-properties +++ b/src/main/resources/submodule-properties @@ -1 +1 @@ -Subproject commit 1418f5d4c4368c33630b08d9086bbb46aaf54e91 +Subproject commit 920fd67beab95c36c8895217290a124b7058db0c diff --git a/src/main/resources/templates/gonghak/AbeekDetailModal.html b/src/main/resources/templates/gonghak/AbeekDetailModal.html index ef800b6..15fb57c 100644 --- a/src/main/resources/templates/gonghak/AbeekDetailModal.html +++ b/src/main/resources/templates/gonghak/AbeekDetailModal.html @@ -4,11 +4,11 @@
- - diff --git a/src/main/resources/templates/gonghak/statusForm.html b/src/main/resources/templates/gonghak/statusForm.html index 7fd7487..e371576 100644 --- a/src/main/resources/templates/gonghak/statusForm.html +++ b/src/main/resources/templates/gonghak/statusForm.html @@ -18,7 +18,7 @@
-
+
From 688f00835d0a412e686346f0e659f20599962647 Mon Sep 17 00:00:00 2001 From: Taehyeon Jo <70999462+whxogus215@users.noreply.github.com> Date: Sat, 16 Nov 2024 15:42:33 +0900 Subject: [PATCH 05/29] =?UTF-8?q?feat:=20=EB=AA=A8=EB=8B=AC=EC=B0=BD,=20?= =?UTF-8?q?=EB=B0=B0=EA=B2=BD=20CSS=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/css/modalStyle.css | 21 +++++++++++++++++++ .../templates/gonghak/AbeekDetailModal.html | 4 ++-- .../resources/templates/layout/layout2.html | 1 + 3 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 src/main/resources/static/css/modalStyle.css diff --git a/src/main/resources/static/css/modalStyle.css b/src/main/resources/static/css/modalStyle.css new file mode 100644 index 0000000..067bf24 --- /dev/null +++ b/src/main/resources/static/css/modalStyle.css @@ -0,0 +1,21 @@ +#modal-background { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + background-color: rgba(0, 0, 0, 0.5); /* 반투명 검정 배경 */ + z-index: 999; /* 모달이 표시될 때, 검정 배경이 다른 요소들보다 위에 보이도록 설정 */ + display: none; +} + +#modal-container { + position: fixed; + top: 20%; + left: 50%; + transform: translate(-50%, -50%); + background-color: white; + padding: 20px; + z-index: 1000; /* 모달이 배경 위에 오도록 설정 */ + display: none; +} diff --git a/src/main/resources/templates/gonghak/AbeekDetailModal.html b/src/main/resources/templates/gonghak/AbeekDetailModal.html index 15fb57c..f27b85e 100644 --- a/src/main/resources/templates/gonghak/AbeekDetailModal.html +++ b/src/main/resources/templates/gonghak/AbeekDetailModal.html @@ -4,8 +4,8 @@
- -