From 007389b299de33779fef7b8cfad149d9a7f0f888 Mon Sep 17 00:00:00 2001 From: whitedot Date: Fri, 27 Aug 2021 18:29:18 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=ED=9A=8C=EC=9B=90=20:=20=EB=B3=B8=EC=9D=B8?= =?UTF-8?q?=ED=99=95=EC=9D=B8=20=EC=A4=91=EB=B3=B5=EC=B2=B4=ED=81=AC=20?= =?UTF-8?q?=EA=B2=B0=EA=B3=BC=EC=97=90=EC=84=9C,=20=EA=B8=B0=EA=B0=80?= =?UTF-8?q?=EC=9E=85=EB=90=9C=20=ED=9A=8C=EC=9B=90=EC=95=84=EC=9D=B4?= =?UTF-8?q?=EB=94=94=EB=A5=BC=20=EC=95=8C=EB=A0=A4=EC=A3=BC=EC=A7=80=20?= =?UTF-8?q?=EC=95=8A=EB=8F=84=EB=A1=9D=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/register_form_update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbs/register_form_update.php b/bbs/register_form_update.php index 5f912da5e..994b0eec0 100644 --- a/bbs/register_form_update.php +++ b/bbs/register_form_update.php @@ -167,7 +167,7 @@ if($config['cf_cert_use'] && get_session('ss_cert_type') && get_session('ss_cert $sql = " select mb_id from {$g5['member_table']} where mb_id <> '{$member['mb_id']}' and mb_dupinfo = '".get_session('ss_cert_dupinfo')."' "; $row = sql_fetch($sql); if ($row['mb_id']) { - alert("입력하신 본인확인 정보로 가입된 내역이 존재합니다.\\n회원아이디 : ".$row['mb_id']); + alert("입력하신 본인확인 정보로 가입된 내역이 존재합니다."); } } From e333412be6ff310d18f365440d6a7d18515f3e33 Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 30 Aug 2021 11:13:28 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=20=ED=86=B5=ED=95=A9=EC=9D=B8=EC=A6=9D=20:?= =?UTF-8?q?=20=EA=B8=B0=EC=B4=88=20=EC=9E=91=EC=97=85=20=20=20=20=20-=20?= =?UTF-8?q?=EC=A0=95=EB=B3=B4=EC=B0=BE=EA=B8=B0=EB=A5=BC=20ID/PW=20?= =?UTF-8?q?=EC=B0=BE=EA=B8=B0=20=ED=98=B9=EC=9D=80=20=EC=95=84=EC=9D=B4?= =?UTF-8?q?=EB=94=94/=EB=B9=84=EB=B0=80=EB=B2=88=ED=98=B8=20=EC=B0=BE?= =?UTF-8?q?=EA=B8=B0=EB=A1=9C=20=EC=9A=A9=EC=96=B4=20=EB=B3=80=EA=B2=BD?= =?UTF-8?q?=ED=95=98=EA=B3=A0=20=ED=98=84=EC=9E=AC=EC=B0=BD=EC=97=90=20?= =?UTF-8?q?=EB=9C=A8=EB=8F=84=EB=A1=9D=20=20=20=20=20-=20=EB=B3=B8?= =?UTF-8?q?=EC=9D=B8=EC=9D=B8=EC=A6=9D=EC=9D=84=20=EC=9D=B4=EC=9A=A9?= =?UTF-8?q?=ED=95=9C=20=EC=95=84=EC=9D=B4=EB=94=94/=EB=B9=84=EB=B0=80?= =?UTF-8?q?=EB=B2=88=ED=98=B8=20=EC=9E=AC=EC=84=A4=EC=A0=95=20=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80(only=20url)=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/password_lost.php | 4 ++-- bbs/password_reset.php | 5 +++++ mobile/skin/member/basic/login.skin.php | 2 +- .../skin/member/basic/password_lost.skin.php | 18 +++--------------- mobile/skin/member/basic/style.css | 2 +- skin/member/basic/login.skin.php | 2 +- skin/member/basic/password_lost.skin.php | 14 +------------- skin/outlogin/basic/outlogin.skin.1.php | 2 +- skin/outlogin/shop_basic/outlogin.skin.1.php | 2 +- skin/outlogin/shop_side/outlogin.skin.1.php | 2 +- .../mobile/skin/member/basic/login.skin.php | 2 +- .../skin/member/basic/password_lost.skin.php | 14 +------------- theme/basic/mobile/skin/member/basic/style.css | 2 +- theme/basic/skin/member/basic/login.skin.php | 2 +- .../skin/member/basic/password_lost.skin.php | 14 +------------- .../skin/outlogin/basic/outlogin.skin.1.php | 2 +- .../outlogin/shop_basic/outlogin.skin.1.php | 2 +- .../outlogin/shop_side/outlogin.skin.1.php | 2 +- 18 files changed, 25 insertions(+), 68 deletions(-) create mode 100644 bbs/password_reset.php diff --git a/bbs/password_lost.php b/bbs/password_lost.php index c8f93f352..e250f747d 100644 --- a/bbs/password_lost.php +++ b/bbs/password_lost.php @@ -7,9 +7,9 @@ if ($is_member) { } $g5['title'] = '회원정보 찾기'; -include_once(G5_PATH.'/head.sub.php'); +include_once(G5_PATH.'/_head.php'); $action_url = G5_HTTPS_BBS_URL."/password_lost2.php"; include_once($member_skin_path.'/password_lost.skin.php'); -include_once(G5_PATH.'/tail.sub.php'); \ No newline at end of file +include_once(G5_PATH.'/_tail.php'); \ No newline at end of file diff --git a/bbs/password_reset.php b/bbs/password_reset.php new file mode 100644 index 000000000..4b53664c0 --- /dev/null +++ b/bbs/password_reset.php @@ -0,0 +1,5 @@ +password_reset.php
+- skin/member/basic/password_reset.skin.php
+- mobile/skin/member/basic/password_reset.skin.php
+- theme/basic/skin/member/basic/password_reset.skin.php
+- theme/basic/mobile/skin/member/basic/password_reset.skin.php \ No newline at end of file diff --git a/mobile/skin/member/basic/login.skin.php b/mobile/skin/member/basic/login.skin.php index 8fa843fa6..a53a15af2 100644 --- a/mobile/skin/member/basic/login.skin.php +++ b/mobile/skin/member/basic/login.skin.php @@ -32,7 +32,7 @@ add_stylesheet('', diff --git a/mobile/skin/member/basic/password_lost.skin.php b/mobile/skin/member/basic/password_lost.skin.php index 10ccb24a8..4acd2d0ac 100644 --- a/mobile/skin/member/basic/password_lost.skin.php +++ b/mobile/skin/member/basic/password_lost.skin.php @@ -7,7 +7,6 @@ add_stylesheet('',
-

아이디 / 비밀번호 찾기

@@ -19,11 +18,10 @@ add_stylesheet('',
- - +
-
-
+ +
diff --git a/mobile/skin/member/basic/style.css b/mobile/skin/member/basic/style.css index 042c43fa0..63209a259 100644 --- a/mobile/skin/member/basic/style.css +++ b/mobile/skin/member/basic/style.css @@ -108,7 +108,7 @@ #fregisterform .form_01 h2 {font-size:1.167em;margin:0 0 5px} #fregisterform .frm_label {display:block;font-size:1.083em;margin:15px 0 5px;color:#555} #fregisterform .btn_frmline {width:70px;height:30px;line-height:30px;padding:0 10px;font-weight:bold} -#fregisterform .rgs_name_li button {margin:5px 0 0} +#fregisterform .rgs_name_li button {margin:5px 0 0;width:auto} #fregisterform .reg_mb_img_file {margin-bottom:30px} #fregisterform .reg_mb_img_file img {max-width:100%;height:auto} diff --git a/skin/member/basic/login.skin.php b/skin/member/basic/login.skin.php index 15f94e3a7..1cf0239a2 100644 --- a/skin/member/basic/login.skin.php +++ b/skin/member/basic/login.skin.php @@ -30,7 +30,7 @@ add_stylesheet('', diff --git a/skin/member/basic/password_lost.skin.php b/skin/member/basic/password_lost.skin.php index 56f27ff58..7a5241081 100644 --- a/skin/member/basic/password_lost.skin.php +++ b/skin/member/basic/password_lost.skin.php @@ -7,7 +7,6 @@ add_stylesheet('',
-

회원정보 찾기

@@ -21,8 +20,7 @@ add_stylesheet('',
- - +
@@ -35,15 +33,5 @@ function fpasswordlost_submit(f) return true; } - -$(function() { - var sw = screen.width; - var sh = screen.height; - var cw = document.body.clientWidth; - var ch = document.body.clientHeight; - var top = sh / 2 - ch / 2 - 100; - var left = sw / 2 - cw / 2; - moveTo(left, top); -}); \ No newline at end of file diff --git a/skin/outlogin/basic/outlogin.skin.1.php b/skin/outlogin/basic/outlogin.skin.1.php index 5735d3326..5c41ffbdf 100644 --- a/skin/outlogin/basic/outlogin.skin.1.php +++ b/skin/outlogin/basic/outlogin.skin.1.php @@ -27,7 +27,7 @@ add_stylesheet(''
' diff --git a/skin/outlogin/shop_side/outlogin.skin.1.php b/skin/outlogin/shop_side/outlogin.skin.1.php index df051c4a4..8f3c7ce82 100644 --- a/skin/outlogin/shop_side/outlogin.skin.1.php +++ b/skin/outlogin/shop_side/outlogin.skin.1.php @@ -27,7 +27,7 @@ add_stylesheet('' ', diff --git a/theme/basic/mobile/skin/member/basic/password_lost.skin.php b/theme/basic/mobile/skin/member/basic/password_lost.skin.php index 10ccb24a8..ce82c6a7f 100644 --- a/theme/basic/mobile/skin/member/basic/password_lost.skin.php +++ b/theme/basic/mobile/skin/member/basic/password_lost.skin.php @@ -7,7 +7,6 @@ add_stylesheet('',
-

아이디 / 비밀번호 찾기

@@ -19,8 +18,7 @@ add_stylesheet('',
- - +
@@ -33,14 +31,4 @@ function fpasswordlost_submit(f) return true; } - -$(function() { - var sw = screen.width; - var sh = screen.height; - var cw = document.body.clientWidth; - var ch = document.body.clientHeight; - var top = sh / 2 - ch / 2 - 100; - var left = sw / 2 - cw / 2; - moveTo(left, top); -}); diff --git a/theme/basic/mobile/skin/member/basic/style.css b/theme/basic/mobile/skin/member/basic/style.css index 208b0df1f..802b74032 100644 --- a/theme/basic/mobile/skin/member/basic/style.css +++ b/theme/basic/mobile/skin/member/basic/style.css @@ -108,7 +108,7 @@ #fregisterform .form_01 h2 {font-size:1.167em;margin:0 0 5px} #fregisterform .frm_label {display:block;font-size:1.083em;margin:15px 0 5px;color:#555} #fregisterform .btn_frmline {width:70px;height:30px;line-height:30px;padding:0 10px;font-weight:bold} -#fregisterform .rgs_name_li button {margin:5px 0 0} +#fregisterform .rgs_name_li button {margin:5px 0 0;width:auto} #fregisterform .reg_mb_img_file {margin-bottom:30px} #fregisterform .reg_mb_img_file img {max-width:100%;height:auto} diff --git a/theme/basic/skin/member/basic/login.skin.php b/theme/basic/skin/member/basic/login.skin.php index 19e7e01d1..6c1d87af0 100644 --- a/theme/basic/skin/member/basic/login.skin.php +++ b/theme/basic/skin/member/basic/login.skin.php @@ -30,7 +30,7 @@ add_stylesheet('',
diff --git a/theme/basic/skin/member/basic/password_lost.skin.php b/theme/basic/skin/member/basic/password_lost.skin.php index 903b3a4fd..eb29ca913 100644 --- a/theme/basic/skin/member/basic/password_lost.skin.php +++ b/theme/basic/skin/member/basic/password_lost.skin.php @@ -7,7 +7,6 @@ add_stylesheet('',
-

회원정보 찾기

@@ -20,8 +19,7 @@ add_stylesheet('',
- - +
@@ -34,15 +32,5 @@ function fpasswordlost_submit(f) return true; } - -$(function() { - var sw = screen.width; - var sh = screen.height; - var cw = document.body.clientWidth; - var ch = document.body.clientHeight; - var top = sh / 2 - ch / 2 - 100; - var left = sw / 2 - cw / 2; - moveTo(left, top); -}); \ No newline at end of file diff --git a/theme/basic/skin/outlogin/basic/outlogin.skin.1.php b/theme/basic/skin/outlogin/basic/outlogin.skin.1.php index 5735d3326..5c41ffbdf 100644 --- a/theme/basic/skin/outlogin/basic/outlogin.skin.1.php +++ b/theme/basic/skin/outlogin/basic/outlogin.skin.1.php @@ -27,7 +27,7 @@ add_stylesheet(''
' diff --git a/theme/basic/skin/outlogin/shop_side/outlogin.skin.1.php b/theme/basic/skin/outlogin/shop_side/outlogin.skin.1.php index df051c4a4..8f3c7ce82 100644 --- a/theme/basic/skin/outlogin/shop_side/outlogin.skin.1.php +++ b/theme/basic/skin/outlogin/shop_side/outlogin.skin.1.php @@ -27,7 +27,7 @@ add_stylesheet(''