From 60dea51a90918475dfcfa483764d9392215593dc 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: Wed, 20 Mar 2019 22:48:36 +0900 Subject: [PATCH] Add: maestro_shortcut_icon popup window content --- src/web/module/maestro_section_help.html | 34 ++++- src/web/popup/maestro_register_favorite.html | 25 ++++ src/web/popup/maestro_register_startpage.html | 25 ++++ src/web/popup/maestro_shortcut_icon.html | 128 ++++++++++++++++++ 4 files changed, 206 insertions(+), 6 deletions(-) create mode 100644 src/web/popup/maestro_register_favorite.html create mode 100644 src/web/popup/maestro_register_startpage.html create mode 100644 src/web/popup/maestro_shortcut_icon.html diff --git a/src/web/module/maestro_section_help.html b/src/web/module/maestro_section_help.html index 552e09c..0cb78b9 100644 --- a/src/web/module/maestro_section_help.html +++ b/src/web/module/maestro_section_help.html @@ -6,9 +6,31 @@ $(document).ready(function() { }); + +function showModal(contentFileName) { + // console.log("showContractModal"); + $("#popupContent").empty(); + $("#popupContent").load("./../popup/" + contentFileName + ".html"); + + $("#popupModal").modal(); +} + + + + + + + +
초코마에 바로가기
@@ -32,11 +54,11 @@ $(document).ready(function() { 학생 로그인 화면 - http://www.chocomae.com/login/ + http://www.chocomae.com/login/ 타이머 로그인 화면 - http://www.chocomae.com/timer/ + http://www.chocomae.com/timer/ @@ -47,13 +69,13 @@ $(document).ready(function() {
- +
- - - + + +
diff --git a/src/web/popup/maestro_register_favorite.html b/src/web/popup/maestro_register_favorite.html new file mode 100644 index 0000000..2ac9f38 --- /dev/null +++ b/src/web/popup/maestro_register_favorite.html @@ -0,0 +1,25 @@ + + + \ No newline at end of file diff --git a/src/web/popup/maestro_register_startpage.html b/src/web/popup/maestro_register_startpage.html new file mode 100644 index 0000000..62a732c --- /dev/null +++ b/src/web/popup/maestro_register_startpage.html @@ -0,0 +1,25 @@ + + + \ No newline at end of file diff --git a/src/web/popup/maestro_shortcut_icon.html b/src/web/popup/maestro_shortcut_icon.html new file mode 100644 index 0000000..fb400f5 --- /dev/null +++ b/src/web/popup/maestro_shortcut_icon.html @@ -0,0 +1,128 @@ + + + + + + \ No newline at end of file