From 4ce72e24b4d9de657554846fdc055434f88ff196 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=8B=E1=85=A2=E1=84=91=E1=85=B3=E1=86=AF=20=E1=84=82?= =?UTF-8?q?=E1=85=A9=E1=84=90=E1=85=B3=E1=84=87=E1=85=AE=E1=86=A8?= Date: Thu, 28 Mar 2019 09:21:28 +0900 Subject: [PATCH] Add: search_record popup htmls --- src/web/module/maestro_section_record.html | 24 ++- src/web/popup/copy_result_to_clipboard.html | 183 ------------------ .../result_copy_result_to_clipboard.html | 78 ++++++++ ...earch_record_copy_result_to_clipboard.html | 78 ++++++++ src/web/popup/search_record_player_name.html | 52 +++++ src/web/popup/search_record_subject.html | 41 ++++ 6 files changed, 265 insertions(+), 191 deletions(-) delete mode 100644 src/web/popup/copy_result_to_clipboard.html create mode 100644 src/web/popup/result_copy_result_to_clipboard.html create mode 100644 src/web/popup/search_record_copy_result_to_clipboard.html create mode 100644 src/web/popup/search_record_player_name.html create mode 100644 src/web/popup/search_record_subject.html diff --git a/src/web/module/maestro_section_record.html b/src/web/module/maestro_section_record.html index 5de676f..12310ed 100644 --- a/src/web/module/maestro_section_record.html +++ b/src/web/module/maestro_section_record.html @@ -83,7 +83,7 @@ function selectElementContents(el) {
-
날짜
+
@@ -117,7 +117,11 @@ function selectElementContents(el) {
-
학생 이름
+ +
@@ -125,18 +129,22 @@ function selectElementContents(el) {
-
과목
+ +
- +
- +
@@ -150,11 +158,11 @@ function selectElementContents(el) {
- +
- +
@@ -178,7 +186,7 @@ function selectElementContents(el) {
- ? + ?
diff --git a/src/web/popup/copy_result_to_clipboard.html b/src/web/popup/copy_result_to_clipboard.html deleted file mode 100644 index b8c32e2..0000000 --- a/src/web/popup/copy_result_to_clipboard.html +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/src/web/popup/result_copy_result_to_clipboard.html b/src/web/popup/result_copy_result_to_clipboard.html new file mode 100644 index 0000000..507e11b --- /dev/null +++ b/src/web/popup/result_copy_result_to_clipboard.html @@ -0,0 +1,78 @@ + + + \ No newline at end of file diff --git a/src/web/popup/search_record_copy_result_to_clipboard.html b/src/web/popup/search_record_copy_result_to_clipboard.html new file mode 100644 index 0000000..507e11b --- /dev/null +++ b/src/web/popup/search_record_copy_result_to_clipboard.html @@ -0,0 +1,78 @@ + + + \ No newline at end of file diff --git a/src/web/popup/search_record_player_name.html b/src/web/popup/search_record_player_name.html new file mode 100644 index 0000000..a2ebea8 --- /dev/null +++ b/src/web/popup/search_record_player_name.html @@ -0,0 +1,52 @@ + + + \ No newline at end of file diff --git a/src/web/popup/search_record_subject.html b/src/web/popup/search_record_subject.html new file mode 100644 index 0000000..6ec535c --- /dev/null +++ b/src/web/popup/search_record_subject.html @@ -0,0 +1,41 @@ + + + \ No newline at end of file