From 27216e21351cc0d0a0267b59103d84c7102bb5a9 Mon Sep 17 00:00:00 2001 From: kagla Date: Fri, 7 Jan 2022 12:15:28 +0900 Subject: [PATCH 1/9] =?UTF-8?q?KG=EC=9D=B4=EB=8B=88=EC=8B=9C=EC=8A=A4=20?= =?UTF-8?q?=ED=86=B5=ED=95=A9=EC=9D=B8=EC=A6=9D=20UI=20=EB=B3=80=EA=B2=BD?= =?UTF-8?q?=20=EB=B0=8F=20PHP8=20=EC=97=90=EC=84=9C=20=EB=82=98=EC=98=A4?= =?UTF-8?q?=EB=8A=94=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/config_form.php | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/adm/config_form.php b/adm/config_form.php index 2ba3b9627..0cbd66674 100644 --- a/adm/config_form.php +++ b/adm/config_form.php @@ -854,7 +854,7 @@ if ($config['cf_sms_use'] && $config['cf_icode_id'] && $config['cf_icode_pw']) { - checked > + checked > @@ -887,14 +887,17 @@ if ($config['cf_sms_use'] && $config['cf_icode_id'] && $config['cf_icode_pw']) { - + - MID SRA -
-
- API Key - + + KG이니시스 통합인증 신청페이지 + + + + + + From 2f017e81a461c615a4dbcee832690eb8a1d53cac Mon Sep 17 00:00:00 2001 From: seeoya Date: Mon, 10 Jan 2022 13:37:27 +0900 Subject: [PATCH 2/9] =?UTF-8?q?=ED=86=B5=ED=95=A9=EC=9D=B8=EC=A6=9D=20:=20?= =?UTF-8?q?=EB=B2=84=ED=8A=BC=20=ED=81=B4=EB=9E=98=EC=8A=A4=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/skin/member/basic/register_form.skin.php | 2 +- mobile/skin/social/social_register_member.skin.php | 2 +- theme/basic/mobile/skin/member/basic/register_form.skin.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mobile/skin/member/basic/register_form.skin.php b/mobile/skin/member/basic/register_form.skin.php index fc323c6f9..904463edf 100644 --- a/mobile/skin/member/basic/register_form.skin.php +++ b/mobile/skin/member/basic/register_form.skin.php @@ -53,7 +53,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin'] 통합 인증'.PHP_EOL; + echo ''.PHP_EOL; } if($config['cf_cert_hp']) echo ''.PHP_EOL; diff --git a/mobile/skin/social/social_register_member.skin.php b/mobile/skin/social/social_register_member.skin.php index 1039afcf5..d8dcffff0 100644 --- a/mobile/skin/social/social_register_member.skin.php +++ b/mobile/skin/social/social_register_member.skin.php @@ -109,7 +109,7 @@ $email_msg = $is_exists_email ? '등록할 이메일이 중복되었습니다. 통합 인증'.PHP_EOL; + echo ''.PHP_EOL; } if ($config['cf_cert_hp']) echo '' . PHP_EOL; diff --git a/theme/basic/mobile/skin/member/basic/register_form.skin.php b/theme/basic/mobile/skin/member/basic/register_form.skin.php index f0d1846bc..1a5e3103c 100644 --- a/theme/basic/mobile/skin/member/basic/register_form.skin.php +++ b/theme/basic/mobile/skin/member/basic/register_form.skin.php @@ -53,7 +53,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin'] 통합 인증'.PHP_EOL; + echo ''.PHP_EOL; } if ($config['cf_cert_hp']) echo ''.PHP_EOL; From 7a8280af931c55ec6dcddba317569c7eacddf82d Mon Sep 17 00:00:00 2001 From: seeoya Date: Tue, 11 Jan 2022 14:50:26 +0900 Subject: [PATCH 3/9] =?UTF-8?q?=ED=9A=8C=EC=9B=90=EA=B0=80=EC=9E=85/?= =?UTF-8?q?=EC=A0=95=EB=B3=B4=EC=88=98=EC=A0=95=20=ED=95=84=EC=88=98=20?= =?UTF-8?q?=ED=95=AD=EB=AA=A9=20=EB=B3=91=EA=B8=B0,=20=EB=B3=B8=EC=9D=B8?= =?UTF-8?q?=ED=99=95=EC=9D=B8=20=EC=8B=9C=20=EC=9E=90=EB=8F=99=EC=9E=85?= =?UTF-8?q?=EB=A0=A5=20=EB=AC=B8=EA=B5=AC=20=EC=B6=94=EA=B0=80,=20?= =?UTF-8?q?=EC=B2=B4=ED=81=AC=EB=B0=95=EC=8A=A4=20=EC=83=89=EC=83=81=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../skin/member/basic/register_form.skin.php | 66 ++++++++++--------- mobile/skin/member/basic/style.css | 3 +- .../social/social_register_member.skin.php | 21 +++--- mobile/skin/social/style.css | 3 +- skin/member/basic/register_form.skin.php | 42 ++++++------ skin/member/basic/style.css | 4 +- skin/social/social_register_member.skin.php | 17 ++--- skin/social/style.css | 4 +- .../skin/member/basic/register_form.skin.php | 66 ++++++++++--------- .../basic/mobile/skin/member/basic/style.css | 3 +- .../skin/member/basic/register_form.skin.php | 42 ++++++------ theme/basic/skin/member/basic/style.css | 4 +- 12 files changed, 147 insertions(+), 128 deletions(-) diff --git a/mobile/skin/member/basic/register_form.skin.php b/mobile/skin/member/basic/register_form.skin.php index 904463edf..2eddfe56a 100644 --- a/mobile/skin/member/basic/register_form.skin.php +++ b/mobile/skin/member/basic/register_form.skin.php @@ -26,18 +26,18 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']

사이트 이용정보 입력

  • - - placeholder="아이디"> + + placeholder="아이디 (필수)"> 영문자, 숫자, _ 만 입력 가능. 최소 3자이상 입력하세요.
  • - - placeholder="비밀번호"> + + placeholder="비밀번호 (필수)">
  • - - placeholder="비밀번호확인"> + + placeholder="비밀번호확인 (필수)">
@@ -46,20 +46,24 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']

개인정보 입력

  • - 0) { ?> -
    - 버튼을 눌러 본인인증을 진행해주세요.
    이름/휴대폰 번호는 자동으로 입력됩니다. -
    - 통합 인증'.PHP_EOL; + echo ''.PHP_EOL; } if($config['cf_cert_hp']) echo ''.PHP_EOL; if ($config['cf_cert_ipin']) echo ''.PHP_EOL; + echo '(필수)'; echo ''.PHP_EOL; } ?> @@ -83,26 +87,26 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
  • - - class="frm_input full_input " placeholder="이름"> + + class="frm_input full_input " placeholder="이름 (필수)">
  • - + 공백없이 한글,영문,숫자만 입력 가능 (한글2자, 영문4자 이상)
    닉네임을 바꾸시면 앞으로 일 이내에는 변경 할 수 없습니다.
    - +
  • - + @@ -110,28 +114,28 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin'] - +
  • - - " maxlength="255" placeholder="홈페이지"> + + " maxlength="255" placeholder="홈페이지 (필수)">
  • - - " maxlength="20" placeholder="전화번호"> + + " maxlength="20" placeholder="전화번호 (필수)">
  • - + - class="frm_input full_input " maxlength="20" placeholder="휴대폰번호"> + class="frm_input full_input " maxlength="20" placeholder="휴대폰번호 (필수)"> @@ -142,13 +146,13 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
  • - 주소필수 - - class="frm_input " size="5" maxlength="6" placeholder="우편번호"> + 주소 (필수) + + class="frm_input " size="5" maxlength="6" placeholder="우편번호">
    - - class="frm_input frm_address " size="50" placeholder="주소">
    + + class="frm_input frm_address " size="50" placeholder="주소">

    @@ -166,8 +170,8 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
    • - - + +
    • diff --git a/mobile/skin/member/basic/style.css b/mobile/skin/member/basic/style.css index 499b9c741..32fa775de 100644 --- a/mobile/skin/member/basic/style.css +++ b/mobile/skin/member/basic/style.css @@ -27,6 +27,7 @@ #fregisterform .btn_confirm {text-align:center;margin:20px 0} #fregisterform .btn_confirm .btn_submit {width:49%;height:45px;padding:0 30px;font-weight:bold;font-size:1.083em} #fregisterform .btn_confirm .btn_cancel {width:49%;line-height:45px;height:45px;padding:0 30px;font-weight:bold;border-radius:3px;border:1px solid #dcdcdc;font-size:1.083em;background:#fff} +#fregisterform .cert_req {margin-left:5px;line-height:28px;} #fregisterform #reg_mb_email, #fregisterform .frm_address {width:100%} #fregisterform textarea {width:100%;height:84px} @@ -63,7 +64,7 @@ .selec_chk {position:absolute;top:0;left:0;width:0;height:0;opacity:0;outline:0;z-index:-1;overflow:hidden} .fregister_agree input[type="checkbox"] + label {color:#676e70} .fregister_agree input[type="checkbox"] + label:hover {color:#2172f8} -.fregister_agree input[type="checkbox"] + label span {position:absolute;top:20px;right:15px;width:17px;height:17px;display:block;background:#fff;border:1px solid #d0d4df;border-radius:3px} +.fregister_agree input[type="checkbox"] + label span {position:absolute;top:20px;right:15px;width:17px;height:17px;display:block;background:#fff;border:1px solid #999;border-radius:3px} .fregister_agree input[type="checkbox"]:checked + label {color:#000} .fregister_agree input[type="checkbox"]:checked + label span {background:url('./img/chk.png') no-repeat 50% 50% #3a8afd;border-color:#1471f6;border-radius:3px} .fregister_agree.chk_all input[type="checkbox"] + label span {top:15px} diff --git a/mobile/skin/social/social_register_member.skin.php b/mobile/skin/social/social_register_member.skin.php index d8dcffff0..9e6007696 100644 --- a/mobile/skin/social/social_register_member.skin.php +++ b/mobile/skin/social/social_register_member.skin.php @@ -102,39 +102,36 @@ $email_msg = $is_exists_email ? '등록할 이메일이 중복되었습니다.

      개인정보 입력

      • - 0) { ?> -
        - 버튼을 눌러 본인인증을 진행해주세요.
        이름/휴대폰 번호는 자동으로 입력됩니다. -
        - 통합 인증'.PHP_EOL; + echo ''.PHP_EOL; } if ($config['cf_cert_hp']) echo '' . PHP_EOL; if ($config['cf_cert_ipin']) echo '' . PHP_EOL; + echo '(필수)'; echo '' . PHP_EOL; } ?>
      • - + 공백없이 한글,영문,숫자만 입력 가능 (한글2자, 영문4자 이상)
        닉네임을 바꾸시면 앞으로 일 이내에는 변경 할 수 없습니다.
        - +
      • - + @@ -142,7 +139,7 @@ $email_msg = $is_exists_email ? '등록할 이메일이 중복되었습니다. - class="frm_input email full_input required" size="70" maxlength="100" placeholder="E-mail"> + class="frm_input email full_input required" size="70" maxlength="100" placeholder="E-mail (필수)">
      @@ -187,9 +184,9 @@ $email_msg = $is_exists_email ? '등록할 이메일이 중복되었습니다.
      - + - +
      diff --git a/mobile/skin/social/style.css b/mobile/skin/social/style.css index 146e33c30..12d53c965 100644 --- a/mobile/skin/social/style.css +++ b/mobile/skin/social/style.css @@ -113,6 +113,7 @@ #fregisterform .btn_confirm {text-align:center;margin:20px 0} #fregisterform .btn_confirm .btn_submit {width:49%;height:45px;padding:0 30px;font-weight:bold;font-size:1.083em} #fregisterform .btn_confirm .btn_cancel {width:49%;line-height:45px;height:45px;padding:0 30px;font-weight:bold;border-radius:3px;border:1px solid #dcdcdc;font-size:1.083em;background:#fff} +#fregisterform .cert_req {margin-left:5px;line-height:28px;} #fregisterform #reg_mb_email, #fregisterform .frm_address {width:100%} #fregisterform textarea {width:100%;height:84px} @@ -149,7 +150,7 @@ .selec_chk {position:absolute;top:0;left:0;width:0;height:0;opacity:0;outline:0;z-index:-1;overflow:hidden} .fregister_agree input[type="checkbox"] + label {color:#676e70} .fregister_agree input[type="checkbox"] + label:hover {color:#2172f8} -.fregister_agree input[type="checkbox"] + label span {position:absolute;top:20px;right:15px;width:17px;height:17px;display:block;background:#fff;border:1px solid #d0d4df;border-radius:3px} +.fregister_agree input[type="checkbox"] + label span {position:absolute;top:20px;right:15px;width:17px;height:17px;display:block;background:#fff;border:1px solid #999;border-radius:3px} .fregister_agree input[type="checkbox"]:checked + label {color:#000} .fregister_agree input[type="checkbox"]:checked + label span {background:url('./img/chk.png') no-repeat 50% 50% #3a8afd;border-color:#1471f6;border-radius:3px} .fregister_agree.chk_all input[type="checkbox"] + label span {top:15px} diff --git a/skin/member/basic/register_form.skin.php b/skin/member/basic/register_form.skin.php index a754de5e9..3d5f51341 100644 --- a/skin/member/basic/register_form.skin.php +++ b/skin/member/basic/register_form.skin.php @@ -30,7 +30,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
      • @@ -38,11 +38,11 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
      • - + class="frm_input full_input " minlength="3" maxlength="20" placeholder="비밀번호">
      • - + class="frm_input full_input " minlength="3" maxlength="20" placeholder="비밀번호 확인">
      @@ -52,20 +52,24 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']

      개인정보 입력

      • - 0) { ?> -
        - 버튼을 눌러 본인인증을 진행해주세요. 이름/휴대폰 번호는 자동으로 입력됩니다. -
        - 본인확인 시 자동입력'; + $desc_phone = ' 본인확인 시 자동입력'; + + if (!$config['cf_cert_sa'] && !$config['cf_cert_hp'] && $config['cf_cert_ipin']) { + $desc_phone = ''; + } + if ($config['cf_cert_sa']) { - echo ''.PHP_EOL; + echo ''.PHP_EOL; } if($config['cf_cert_hp']) echo ''.PHP_EOL; if ($config['cf_cert_ipin']) echo ''.PHP_EOL; + echo '(필수)'; echo ''.PHP_EOL; } ?> @@ -89,13 +93,13 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
      • - + class="frm_input full_input " size="10" placeholder="이름">
      • @@ -107,7 +111,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
      • -
      • - + class="frm_input full_input " size="70" maxlength="255" placeholder="홈페이지">
      • @@ -132,13 +136,13 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
      • - + class="frm_input full_input " maxlength="20" placeholder="전화번호">
      • - + class="frm_input full_input " maxlength="20" placeholder="휴대폰번호"> @@ -150,12 +154,12 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
      • - 필수 - + (필수) + class="frm_input twopart_input " size="5" maxlength="6" placeholder="우편번호">
        class="frm_input frm_address full_input " size="50" placeholder="기본주소"> -
        +

        @@ -172,7 +176,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
        • - +
        • diff --git a/skin/member/basic/style.css b/skin/member/basic/style.css index e88510759..f273694ce 100644 --- a/skin/member/basic/style.css +++ b/skin/member/basic/style.css @@ -41,7 +41,7 @@ .fregister_agree {position:absolute;top:0;right:0} .fregister_agree input[type="checkbox"] + label {color:#676e70} .fregister_agree input[type="checkbox"] + label:hover {color:#2172f8} -.fregister_agree input[type="checkbox"] + label span {position:absolute;top:20px;right:15px;width:17px;height:17px;display:block;background:#fff;border:1px solid #d0d4df;border-radius:3px} +.fregister_agree input[type="checkbox"] + label span {position:absolute;top:20px;right:15px;width:17px;height:17px;display:block;background:#fff;border:1px solid #999;border-radius:3px} .fregister_agree input[type="checkbox"]:checked + label {color:#000} .fregister_agree input[type="checkbox"]:checked + label span {background:url('./img/chk.png') no-repeat 50% 50% #3a8afd;border-color:#1471f6;border-radius:3px} .fregister_agree.chk_all input[type="checkbox"] + label span {top:18px} @@ -59,6 +59,8 @@ .register_form_inner label {display:block;margin-bottom:10px;line-height:24px} .register_form_inner label.inline {display:inline} +#fregisterform .cert_desc {color:#3a8afd;} +#fregisterform .cert_req {margin-left:5px;line-height:35px;} #fregisterform #msg_certify {margin:5px 0;padding:5px;border:1px solid #dbecff;background:#eaf4ff;text-align:center} #fregisterform .frm_address {margin:5px 0 0} #fregisterform #mb_addr3 {display:inline-block;margin:5px 0 0;vertical-align:middle} diff --git a/skin/social/social_register_member.skin.php b/skin/social/social_register_member.skin.php index 2d66ce6f7..a733a1cc8 100644 --- a/skin/social/social_register_member.skin.php +++ b/skin/social/social_register_member.skin.php @@ -95,20 +95,17 @@ $email_msg = $is_exists_email ? '등록할 이메일이 중복되었습니다.

          개인정보 입력

          • - 0) { ?> -
            - 버튼을 눌러 본인인증을 진행해주세요. 이름/휴대폰 번호는 자동으로 입력됩니다. -
            - 통합 인증'.PHP_EOL; + echo ''.PHP_EOL; } if ($config['cf_cert_hp']) echo '' . PHP_EOL; if ($config['cf_cert_ipin']) echo '' . PHP_EOL; + echo '(필수)'; echo '' . PHP_EOL; } ?> @@ -116,7 +113,7 @@ $email_msg = $is_exists_email ? '등록할 이메일이 중복되었습니다.
          • @@ -127,7 +124,7 @@ $email_msg = $is_exists_email ? '등록할 이메일이 중복되었습니다.
          • -
      - + - +
      diff --git a/skin/social/style.css b/skin/social/style.css index 849e2639f..d331544fa 100644 --- a/skin/social/style.css +++ b/skin/social/style.css @@ -121,7 +121,7 @@ .fregister_agree {position:absolute;top:0;right:0} .fregister_agree input[type="checkbox"] + label {color:#676e70} .fregister_agree input[type="checkbox"] + label:hover {color:#2172f8} -.fregister_agree input[type="checkbox"] + label span {position:absolute;top:20px;right:15px;width:17px;height:17px;display:block;background:#fff;border:1px solid #d0d4df;border-radius:3px} +.fregister_agree input[type="checkbox"] + label span {position:absolute;top:20px;right:15px;width:17px;height:17px;display:block;background:#fff;border:1px solid #999;border-radius:3px} .fregister_agree input[type="checkbox"]:checked + label {color:#000} .fregister_agree input[type="checkbox"]:checked + label span {background:url('./img/chk.png') no-repeat 50% 50% #3a8afd;border-color:#1471f6;border-radius:3px} .fregister_agree.chk_all input[type="checkbox"] + label span {top:18px} @@ -139,6 +139,8 @@ .register_form_inner label {display:block;margin-bottom:10px;line-height:24px} .register_form_inner label.inline {display:inline} +#fregisterform .cert_desc {color:#3a8afd;} +#fregisterform .cert_req {margin-left:5px;line-height:35px;} #fregisterform #msg_certify {margin:5px 0;padding:5px;border:1px solid #dbecff;background:#eaf4ff;text-align:center} #fregisterform .frm_address {margin:5px 0 0} #fregisterform #mb_addr3 {display:inline-block;margin:5px 0 0;vertical-align:middle} diff --git a/theme/basic/mobile/skin/member/basic/register_form.skin.php b/theme/basic/mobile/skin/member/basic/register_form.skin.php index 1a5e3103c..343901a27 100644 --- a/theme/basic/mobile/skin/member/basic/register_form.skin.php +++ b/theme/basic/mobile/skin/member/basic/register_form.skin.php @@ -26,18 +26,18 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']

      사이트 이용정보 입력

      • - - placeholder="아이디"> + + placeholder="아이디 (필수)"> 영문자, 숫자, _ 만 입력 가능. 최소 3자이상 입력하세요.
      • - - placeholder="비밀번호"> + + placeholder="비밀번호 (필수)">
      • - - placeholder="비밀번호확인"> + + placeholder="비밀번호확인 (필수)">
      @@ -46,20 +46,24 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']

      개인정보 입력

      • - 0) { ?> -
        - 버튼을 눌러 본인인증을 진행해주세요.
        이름/휴대폰 번호는 자동으로 입력됩니다. -
        - 통합 인증'.PHP_EOL; + echo ''.PHP_EOL; } if ($config['cf_cert_hp']) echo ''.PHP_EOL; if ($config['cf_cert_ipin']) echo ''.PHP_EOL; + echo '(필수)'; echo ''.PHP_EOL; } ?> @@ -83,25 +87,25 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
      • - - class="frm_input full_input " placeholder="이름"> + + class="frm_input full_input " placeholder="이름 (필수)">
      • - + 공백없이 한글,영문,숫자만 입력 가능 (한글2자, 영문4자 이상)
        닉네임을 바꾸시면 앞으로 일 이내에는 변경 할 수 없습니다.
        - +
      • - + @@ -109,28 +113,28 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin'] - +
      • - - " maxlength="255" placeholder="홈페이지"> + + " maxlength="255" placeholder="홈페이지 (필수)">
      • - - " maxlength="20" placeholder="전화번호"> + + " maxlength="20" placeholder="전화번호 (필수)">
      • - + - class="frm_input full_input " maxlength="20" placeholder="휴대폰번호"> + class="frm_input full_input " maxlength="20" placeholder="휴대폰번호 (필수)"> @@ -141,13 +145,13 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
      • - 주소필수 - - class="frm_input " size="5" maxlength="6" placeholder="우편번호"> + 주소 (필수) + + class="frm_input " size="5" maxlength="6" placeholder="우편번호">
        - - class="frm_input frm_address " size="50" placeholder="주소">
        + + class="frm_input frm_address " size="50" placeholder="주소">

        @@ -165,8 +169,8 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
        • - - + +
        • diff --git a/theme/basic/mobile/skin/member/basic/style.css b/theme/basic/mobile/skin/member/basic/style.css index fcabf3806..64f7bb679 100644 --- a/theme/basic/mobile/skin/member/basic/style.css +++ b/theme/basic/mobile/skin/member/basic/style.css @@ -29,6 +29,7 @@ #fregisterform .btn_confirm {text-align:center;margin:20px 0} #fregisterform .btn_confirm .btn_submit {width:49%;height:45px;padding:0 30px;font-weight:bold;font-size:1.083em} #fregisterform .btn_confirm .btn_cancel {width:49%;line-height:45px;height:45px;padding:0 30px;font-weight:bold;border-radius:3px;border:1px solid #dcdcdc;font-size:1.083em;background:#fff} +#fregisterform .cert_req {margin-left:5px;line-height:28px;} #fregisterform #reg_mb_email, #fregisterform .frm_address {width:100%} #fregisterform textarea {width:100%;height:84px} @@ -65,7 +66,7 @@ .selec_chk {position:absolute;top:0;left:0;width:0;height:0;opacity:0;outline:0;z-index:-1;overflow:hidden} .fregister_agree input[type="checkbox"] + label {color:#676e70} .fregister_agree input[type="checkbox"] + label:hover {color:#2172f8} -.fregister_agree input[type="checkbox"] + label span {position:absolute;top:20px;right:15px;width:17px;height:17px;display:block;background:#fff;border:1px solid #d0d4df;border-radius:3px} +.fregister_agree input[type="checkbox"] + label span {position:absolute;top:20px;right:15px;width:17px;height:17px;display:block;background:#fff;border:1px solid #999;border-radius:3px} .fregister_agree input[type="checkbox"]:checked + label {color:#000} .fregister_agree input[type="checkbox"]:checked + label span {background:url('./img/chk.png') no-repeat 50% 50% #3a8afd;border-color:#1471f6;border-radius:3px} .fregister_agree.chk_all input[type="checkbox"] + label span {top:15px} diff --git a/theme/basic/skin/member/basic/register_form.skin.php b/theme/basic/skin/member/basic/register_form.skin.php index 7365ba65e..2843865c9 100644 --- a/theme/basic/skin/member/basic/register_form.skin.php +++ b/theme/basic/skin/member/basic/register_form.skin.php @@ -30,7 +30,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
          • @@ -38,11 +38,11 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
          • - + class="frm_input full_input " minlength="3" maxlength="20" placeholder="비밀번호">
          • - + class="frm_input full_input " minlength="3" maxlength="20" placeholder="비밀번호 확인">
          @@ -52,20 +52,24 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']

          개인정보 입력

          • - 0) { ?> -
            - 버튼을 눌러 본인인증을 진행해주세요. 이름/휴대폰 번호는 자동으로 입력됩니다. -
            - 본인확인 시 자동입력'; + $desc_phone = ' 본인확인 시 자동입력'; + + if (!$config['cf_cert_sa'] && !$config['cf_cert_hp'] && $config['cf_cert_ipin']) { + $desc_phone = ''; + } + if ($config['cf_cert_sa']) { - echo ''.PHP_EOL; + echo ''.PHP_EOL; } if ($config['cf_cert_hp']) echo ''.PHP_EOL; if ($config['cf_cert_ipin']) echo ''.PHP_EOL; + echo '(필수)'; echo ''.PHP_EOL; } ?> @@ -89,13 +93,13 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
          • - + class="frm_input full_input " size="10" placeholder="이름">
          • @@ -107,7 +111,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
          • -
          • - + class="frm_input full_input " size="70" maxlength="255" placeholder="홈페이지">
          • @@ -132,13 +136,13 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
          • - + class="frm_input full_input " maxlength="20" placeholder="전화번호">
          • - + class="frm_input full_input " maxlength="20" placeholder="휴대폰번호"> @@ -150,12 +154,12 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
          • - 필수 - + (필수) + class="frm_input twopart_input " size="5" maxlength="6" placeholder="우편번호">
            class="frm_input frm_address full_input " size="50" placeholder="기본주소"> -
            +

            @@ -172,7 +176,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
            • - +
            • diff --git a/theme/basic/skin/member/basic/style.css b/theme/basic/skin/member/basic/style.css index 5767f8adc..768ac6f96 100644 --- a/theme/basic/skin/member/basic/style.css +++ b/theme/basic/skin/member/basic/style.css @@ -40,7 +40,7 @@ .fregister_agree {position:absolute;top:0;right:0} .fregister_agree input[type="checkbox"] + label {color:#676e70} .fregister_agree input[type="checkbox"] + label:hover {color:#2172f8} -.fregister_agree input[type="checkbox"] + label span {position:absolute;top:20px;right:15px;width:17px;height:17px;display:block;background:#fff;border:1px solid #d0d4df;border-radius:3px} +.fregister_agree input[type="checkbox"] + label span {position:absolute;top:20px;right:15px;width:17px;height:17px;display:block;background:#fff;border:1px solid #999;border-radius:3px} .fregister_agree input[type="checkbox"]:checked + label {color:#000} .fregister_agree input[type="checkbox"]:checked + label span {background:url('./img/chk.png') no-repeat 50% 50% #3a8afd;border-color:#1471f6;border-radius:3px} .fregister_agree.chk_all input[type="checkbox"] + label span {top:18px} @@ -58,6 +58,8 @@ .register_form_inner label {display:block;margin-bottom:10px;line-height:24px} .register_form_inner label.inline {display:inline} +#fregisterform .cert_desc {color:#3a8afd;} +#fregisterform .cert_req {margin-left:5px;line-height:35px;} #fregisterform #msg_certify {margin:5px 0;padding:5px;border:1px solid #dbecff;background:#eaf4ff;text-align:center} #fregisterform .frm_address {margin:5px 0 0} #fregisterform #mb_addr3 {display:inline-block;margin:5px 0 0;vertical-align:middle} From 78f95c3182d877cd5073ec8a4af392cd71b12690 Mon Sep 17 00:00:00 2001 From: seeoya Date: Tue, 11 Jan 2022 15:03:01 +0900 Subject: [PATCH 4/9] =?UTF-8?q?ID/PW=20=EC=B0=BE=EA=B8=B0=20=EB=B0=95?= =?UTF-8?q?=EC=8A=A4=20=EB=B0=B0=EA=B2=BD=EC=83=89=20=EC=B6=94=EA=B0=80,?= =?UTF-8?q?=20=EA=B0=84=EA=B2=A9=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skin/member/basic/style.css | 2 ++ theme/basic/skin/member/basic/style.css | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/skin/member/basic/style.css b/skin/member/basic/style.css index f273694ce..98519bf22 100644 --- a/skin/member/basic/style.css +++ b/skin/member/basic/style.css @@ -98,7 +98,9 @@ /* 아이디/비밀번호 찾기 */ #find_info h3 {display:none;margin-bottom:30px;text-align:center;font-size:1.1em;} +#find_info .new_win_con {background:#f7f7f7;} #find_info.cert .new_win_con {width:460px;float:left;} +#find_info.cert .new_win_con:nth-child(2) {margin-left:10px;} #find_info.cert h3 {display:block;} #find_info #mb_hp_label {display:inline-block;margin-left:10px} #find_info p {line-height:1.5em} diff --git a/theme/basic/skin/member/basic/style.css b/theme/basic/skin/member/basic/style.css index 768ac6f96..0ff07d53c 100644 --- a/theme/basic/skin/member/basic/style.css +++ b/theme/basic/skin/member/basic/style.css @@ -95,10 +95,11 @@ .tooltip {position:absolute;width:auto;color:#fff;background:#000;padding:10px;font-size:small;line-height:18px;display:none;z-index:9;font-weight:normal;margin-left:15px;margin-top:10px} .tooltip:before {content:"";position:absolute;top:0;left:-10px;width:0;height:0;border-style:solid;border-top:0px solid transparent;border-bottom:10px solid transparent;border-left:0;border-right:10px solid #000} - /* 아이디/비밀번호 찾기 */ #find_info h3 {display:none;margin-bottom:30px;text-align:center;font-size:1.1em;} +#find_info .new_win_con {background:#f7f7f7;} #find_info.cert .new_win_con {width:460px;float:left;} +#find_info.cert .new_win_con:nth-child(2) {margin-left:10px;} #find_info.cert h3 {display:block;} #find_info #mb_hp_label {display:inline-block;margin-left:10px} #find_info p {line-height:1.5em} From 830cffefb0a87dabdbc121de9061fd2bd73d8634 Mon Sep 17 00:00:00 2001 From: seeoya Date: Tue, 11 Jan 2022 15:14:09 +0900 Subject: [PATCH 5/9] =?UTF-8?q?=ED=86=B5=ED=95=A9=EC=9D=B8=EC=A6=9D=20>=20?= =?UTF-8?q?=EA=B0=84=ED=8E=B8=EC=9D=B8=EC=A6=9D=20=EB=AC=B8=EA=B5=AC=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/config_form.php | 10 +++++----- adm/config_form_update.php | 2 +- adm/member_form.php | 6 +++--- adm/member_list.php | 4 ++-- bbs/member_cert_refresh_update.php | 2 +- bbs/register_form_update.php | 2 +- js/certify.js | 2 +- lib/common.lib.php | 2 +- mobile/skin/member/basic/member_cert_refresh.skin.php | 4 ++-- mobile/skin/member/basic/password_lost.skin.php | 2 +- mobile/skin/member/basic/register_form.skin.php | 6 +++--- mobile/skin/social/social_register_member.skin.php | 2 +- plugin/inicert/ini_find_result.php | 2 +- plugin/inicert/ini_request.php | 2 +- plugin/inicert/ini_result.php | 4 ++-- plugin/okname/hpcert2.php | 2 +- plugin/okname/ipin2.php | 2 +- plugin/social/register_member_update.php | 2 +- skin/member/basic/member_cert_refresh.skin.php | 4 ++-- skin/member/basic/password_lost.skin.php | 2 +- skin/member/basic/register_form.skin.php | 4 ++-- skin/social/social_register_member.skin.php | 2 +- .../skin/member/basic/member_cert_refresh.skin.php | 4 ++-- .../mobile/skin/member/basic/password_lost.skin.php | 2 +- .../mobile/skin/member/basic/register_form.skin.php | 6 +++--- .../skin/member/basic/member_cert_refresh.skin.php | 4 ++-- theme/basic/skin/member/basic/password_lost.skin.php | 2 +- theme/basic/skin/member/basic/register_form.skin.php | 4 ++-- 28 files changed, 46 insertions(+), 46 deletions(-) diff --git a/adm/config_form.php b/adm/config_form.php index 2ba3b9627..c77d4f848 100644 --- a/adm/config_form.php +++ b/adm/config_form.php @@ -858,11 +858,11 @@ if ($config['cf_sms_use'] && $config['cf_icode_id'] && $config['cf_icode_pw']) { - + @@ -887,7 +887,7 @@ if ($config['cf_sms_use'] && $config['cf_icode_id'] && $config['cf_icode_pw']) { - + MID SRA @@ -931,7 +931,7 @@ if ($config['cf_sms_use'] && $config['cf_icode_id'] && $config['cf_icode_pw']) { - 아이핀/휴대폰/통합인증에서 개별 적용됩니다.)'); ?> + 아이핀/휴대폰/간편인증에서 개별 적용됩니다.)'); ?> 회 @@ -1430,7 +1430,7 @@ $(function(){ $("#cf_cert_find").on("click", function() { if($(this).attr("checked")) { - let flag = confirm("휴대폰/아이핀 본인확인을 이용하시다가 통합인증을 이용하시는 경우, 기존 회원은 아이디/비밀번호 찾기에 사용할 수 없을 수 있습니다.\n\n그래도 사용하시겠습니까?"); + let flag = confirm("휴대폰/아이핀 본인확인을 이용하시다가 간편인증을 이용하시는 경우, 기존 회원은 아이디/비밀번호 찾기에 사용할 수 없을 수 있습니다.\n\n그래도 사용하시겠습니까?"); $(this).attr("checked", flag); }; }); diff --git a/adm/config_form_update.php b/adm/config_form_update.php index 796a19829..7c6023aef 100644 --- a/adm/config_form_update.php +++ b/adm/config_form_update.php @@ -174,7 +174,7 @@ foreach( $check_keys as $k => $v ){ // 본인확인을 사용할 경우 아이핀, 휴대폰인증 중 하나는 선택되어야 함 if($_POST['cf_cert_use'] && !$_POST['cf_cert_ipin'] && !$_POST['cf_cert_hp'] && !$_POST['cf_cert_sa']) - alert('본인확인을 위해 아이핀, 휴대폰 본인확인, KG이니시스 통합인증 서비스 중 하나이상 선택해 주십시오'); + alert('본인확인을 위해 아이핀, 휴대폰 본인확인, KG이니시스 간편인증 서비스 중 하나 이상 선택해 주십시오.'); if(!$_POST['cf_cert_use']) { $posts[$key] = $_POST['cf_cert_ipin'] = ''; diff --git a/adm/member_form.php b/adm/member_form.php index 3ab2545ab..78d24862c 100644 --- a/adm/member_form.php +++ b/adm/member_form.php @@ -97,7 +97,7 @@ else // 본인확인방법 switch($mb['mb_certify']) { case 'sa': - $mb_certify_case = '통합인증'; + $mb_certify_case = '간편인증'; $mb_certify_val = 'sa'; break; case 'hp': @@ -260,7 +260,7 @@ add_javascript(G5_POSTCODE_JS, 0); //다음 주소 js 본인확인방법 > - + > > @@ -377,7 +377,7 @@ add_javascript(G5_POSTCODE_JS, 0); //다음 주소 js $cnt++; switch($row['ch_type']){ case 'sa': - $cert_type = '통합인증'; + $cert_type = '간편인증'; break; case 'hp': $cert_type = '휴대폰'; diff --git a/adm/member_list.php b/adm/member_list.php index b40fbb32b..5acd59faf 100644 --- a/adm/member_list.php +++ b/adm/member_list.php @@ -195,7 +195,7 @@ $colspan = 16; $mb_certify_val = ''; break; case 'sa': - $mb_certify_case = '통합인증'; + $mb_certify_case = '간편인증'; $mb_certify_val = ''; break; case 'admin': @@ -241,7 +241,7 @@ $colspan = 16; > -
              +
              >
              > diff --git a/bbs/member_cert_refresh_update.php b/bbs/member_cert_refresh_update.php index 4d4061f9e..a9b7f018b 100644 --- a/bbs/member_cert_refresh_update.php +++ b/bbs/member_cert_refresh_update.php @@ -44,7 +44,7 @@ if ($config['cf_cert_use'] && $cert_type && $md5_cert_no) { $sql_certify .= " , mb_sex = '".get_session+('ss_cert_sex')."' "; $sql_certify .= " , mb_dupinfo = '".get_session('ss_cert_dupinfo')."' "; $sql_certify .= " , mb_name = '{$mb_name}' "; - } else if($cert_type != 'ipin' && get_session('ss_cert_hash') == md5($mb_name.$cert_type.get_session('ss_cert_birth').$mb_hp.$md5_cert_no)) { // 통합인증, 휴대폰일때 hash 값 체크 hp포함 + } else if($cert_type != 'ipin' && get_session('ss_cert_hash') == md5($mb_name.$cert_type.get_session('ss_cert_birth').$mb_hp.$md5_cert_no)) { // 간편인증, 휴대폰일때 hash 값 체크 hp포함 $sql_certify .= " mb_hp = '{$mb_hp}' "; $sql_certify .= " , mb_certify = '{$cert_type}' "; $sql_certify .= " , mb_adult = '".get_session('ss_cert_adult')."' "; diff --git a/bbs/register_form_update.php b/bbs/register_form_update.php index 8955520dd..fcd01fd96 100644 --- a/bbs/register_form_update.php +++ b/bbs/register_form_update.php @@ -185,7 +185,7 @@ if ($config['cf_cert_use'] && $cert_type && $md5_cert_no) { $sql_certify .= " , mb_dupinfo = '".get_session('ss_cert_dupinfo')."' "; if($w == 'u') $sql_certify .= " , mb_name = '{$mb_name}' "; - } else if($cert_type != 'ipin' && get_session('ss_cert_hash') == md5($mb_name.$cert_type.get_session('ss_cert_birth').$mb_hp.$md5_cert_no)) { // 통합인증, 휴대폰일때 hash 값 체크 hp포함 + } else if($cert_type != 'ipin' && get_session('ss_cert_hash') == md5($mb_name.$cert_type.get_session('ss_cert_birth').$mb_hp.$md5_cert_no)) { // 간편인증, 휴대폰일때 hash 값 체크 hp포함 $sql_certify .= " , mb_hp = '{$mb_hp}' "; $sql_certify .= " , mb_certify = '{$cert_type}' "; $sql_certify .= " , mb_adult = '".get_session('ss_cert_adult')."' "; diff --git a/js/certify.js b/js/certify.js index 7401a7cd8..31c4a5de0 100644 --- a/js/certify.js +++ b/js/certify.js @@ -99,7 +99,7 @@ function cert_confirm() { switch(val) { case "sa": - type = "통합인증"; + type = "간편인증"; break; case "ipin": type = "아이핀"; diff --git a/lib/common.lib.php b/lib/common.lib.php index c88d5dbc4..40cd14f6f 100644 --- a/lib/common.lib.php +++ b/lib/common.lib.php @@ -2824,7 +2824,7 @@ function certify_count_check($mb_id, $type) switch($type) { case 'sa' : - $cert = '통합인증'; + $cert = '간편인증'; break; case 'hp': $cert = '휴대폰'; diff --git a/mobile/skin/member/basic/member_cert_refresh.skin.php b/mobile/skin/member/basic/member_cert_refresh.skin.php index 8ff6aae92..1a6945f6e 100644 --- a/mobile/skin/member/basic/member_cert_refresh.skin.php +++ b/mobile/skin/member/basic/member_cert_refresh.skin.php @@ -58,7 +58,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin'] if ($config['cf_cert_use']) { echo '
              '; if ($config['cf_cert_sa']) { - echo '' . PHP_EOL; + echo '' . PHP_EOL; } echo '
              '; echo '
              '; @@ -80,7 +80,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin'] var f = document.fcertrefreshform; - // 이니시스 통합인증 + // 이니시스 간편인증 var url = "/ini_request.php"; var type = ""; var params = ""; diff --git a/mobile/skin/member/basic/password_lost.skin.php b/mobile/skin/member/basic/password_lost.skin.php index 939e983b1..cca89e7bc 100644 --- a/mobile/skin/member/basic/password_lost.skin.php +++ b/mobile/skin/member/basic/password_lost.skin.php @@ -33,7 +33,7 @@ if($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin'] |

              본인인증으로 찾기

              - +
              diff --git a/mobile/skin/member/basic/register_form.skin.php b/mobile/skin/member/basic/register_form.skin.php index 2eddfe56a..bb73190b7 100644 --- a/mobile/skin/member/basic/register_form.skin.php +++ b/mobile/skin/member/basic/register_form.skin.php @@ -71,7 +71,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin'] if ($config['cf_cert_use'] && $member['mb_certify']) { switch ($member['mb_certify']) { case "sa": - $mb_cert = "통합인증"; + $mb_cert = "간편인증"; break; case "ipin": $mb_cert = "아이핀"; @@ -294,7 +294,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin'] var pageTypeParam = "pageType=register"; - // 이니시스 통합인증 + // 이니시스 간편인증 var url = "/ini_request.php"; var type = ""; var params = ""; @@ -360,7 +360,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin'] switch(val) { case "sa": - type = "통합인증"; + type = "간편인증"; break; case "ipin": type = "아이핀"; diff --git a/mobile/skin/social/social_register_member.skin.php b/mobile/skin/social/social_register_member.skin.php index 9e6007696..7d7074f57 100644 --- a/mobile/skin/social/social_register_member.skin.php +++ b/mobile/skin/social/social_register_member.skin.php @@ -211,7 +211,7 @@ $email_msg = $is_exists_email ? '등록할 이메일이 중복되었습니다. var pageTypeParam = "pageType=register"; - // 이니시스 통합인증 + // 이니시스 간편인증 var url = "/ini_request.php"; var type = ""; var params = ""; diff --git a/plugin/inicert/ini_find_result.php b/plugin/inicert/ini_find_result.php index 420c57bd9..fe7bea811 100644 --- a/plugin/inicert/ini_find_result.php +++ b/plugin/inicert/ini_find_result.php @@ -61,7 +61,7 @@ if ($_POST["resultCode"] === "0000") { exit; } -$g5['title'] = 'KG이니시스 통합인증 결과'; +$g5['title'] = 'KG이니시스 간편인증 결과'; include_once(G5_PATH.'/head.sub.php'); ?>
              diff --git a/plugin/inicert/ini_request.php b/plugin/inicert/ini_request.php index 90a384bca..ab5551211 100644 --- a/plugin/inicert/ini_request.php +++ b/plugin/inicert/ini_request.php @@ -52,7 +52,7 @@ switch($_GET['pageType']) { } $resultUrl = G5_INICERT_URL . $resultPage; -$g5['title'] = 'KG이니시스 통합인증'; +$g5['title'] = 'KG이니시스 간편인증'; include_once(G5_PATH.'/head.sub.php'); ?> diff --git a/plugin/inicert/ini_result.php b/plugin/inicert/ini_result.php index 46850d055..dbcd98af7 100644 --- a/plugin/inicert/ini_result.php +++ b/plugin/inicert/ini_result.php @@ -71,7 +71,7 @@ if ($_POST["resultCode"] === "0000") { set_session("ss_cert_hash", $hash_data); set_session("ss_cert_adult", $adult); set_session("ss_cert_birth", $birth_day); - //set_session("ss_cert_sex", ($sex_code=="01"?"M":"F")); // 이니시스 통합인증은 성별정보 리턴 없음 + //set_session("ss_cert_sex", ($sex_code=="01"?"M":"F")); // 이니시스 간편인증은 성별정보 리턴 없음 set_session('ss_cert_dupinfo', $mb_dupinfo); } else { @@ -85,7 +85,7 @@ if ($_POST["resultCode"] === "0000") { exit; } -$g5['title'] = 'KG이니시스 통합인증 결과'; +$g5['title'] = 'KG이니시스 간편인증 결과'; include_once(G5_PATH.'/head.sub.php'); ?>