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