From 6f4be3e81b752713bcf32262f8f8c8e3263b13d5 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: Tue, 26 Jun 2018 23:51:39 +0900 Subject: [PATCH] Add: maestro register --- src/web/module/maestro_section_login.html | 2 - src/web/module/maestro_section_register.html | 168 +++++++++++++++---- src/web/server/maestro/check_id.php | 48 ++++++ src/web/server/maestro/login.php | 3 +- src/web/sql/make_db.sql | 2 +- 5 files changed, 186 insertions(+), 37 deletions(-) create mode 100644 src/web/server/maestro/check_id.php diff --git a/src/web/module/maestro_section_login.html b/src/web/module/maestro_section_login.html index b9bddab..123b9a4 100644 --- a/src/web/module/maestro_section_login.html +++ b/src/web/module/maestro_section_login.html @@ -20,8 +20,6 @@ function login() { xhr.open('POST', './../server/maestro/login.php', true); xhr.setRequestHeader("Content-Type", "application/x-www-form-urlencoded"); xhr.send("maestro_name=" + name + "&password=" + password); - - //응답 xhr.onload = function() { if(xhr.readyState === 4 && xhr.status === 200) { let replyJSON = JSON.parse(xhr.responseText); diff --git a/src/web/module/maestro_section_register.html b/src/web/module/maestro_section_register.html index 59ce168..1c8978e 100644 --- a/src/web/module/maestro_section_register.html +++ b/src/web/module/maestro_section_register.html @@ -11,40 +11,133 @@ + + +
-
+

마에스트로 계정 신청

-
- (필수) 마에스트로 아이디 : -
- (필수) 암호 :
- (필수) 이메일 :
- (필수) 학생 수 : - -
-
- 아래 약관을 읽었으며, 모든 내용에 동의합니다.
-
- -
+ (필수) 마에스트로 아이디 : +
+ (필수) 암호 :
+ (필수) 이메일 :
+ (필수) 학생 수 : + +
+
+ 아래 약관을 읽었으며, 모든 내용에 동의합니다.
+
+ + +
+

약관 주요 내용 요약

마지막 갱신 : 2018년 6월 26일

- - -
  1. 결제는 계좌 이체(송금)으로만 가능합니다. 신용카드 결제는 준비되지 않았습니다.
  2. 결제는 계좌 이체(송금)으로만 가능합니다. 신용카드 결제는 준비되지 않았습니다.
  3. @@ -55,25 +148,33 @@
  4. 서비스 업그레이드는 가능합니다. 업그레이드한 날부터 1년간 업그레이드 서비스가 시작됩니다.
+ -
+
+ +