Merge branch 'inicert' of https://github.com/gnuboard/gnuboard5 into inicert
This commit is contained in:
@ -854,15 +854,16 @@ if ($config['cf_sms_use'] && $config['cf_icode_id'] && $config['cf_icode_pw']) {
|
|||||||
<tr>
|
<tr>
|
||||||
<th scope="row" class="cf_cert_service"><label for="cf_cert_find">회원정보찾기</label></th>
|
<th scope="row" class="cf_cert_service"><label for="cf_cert_find">회원정보찾기</label></th>
|
||||||
<td class="cf_cert_service">
|
<td class="cf_cert_service">
|
||||||
<input type="checkbox" name="cf_cert_find" id="cf_cert_find" value="1" <?php if($config['cf_cert_find'] == 1) { ?> checked <?php } ?>><label for="cf_cert_find">아이디/비밀번호 찾기에 사용하기</label>
|
<?php echo help('휴대폰/아이핀 본인확인을 이용하시다가 간편인증을 이용하시는 경우, 기존 회원은 아이디/비밀번호 찾기에 사용할 수 없을 수 있습니다.') ?>
|
||||||
|
<input type="checkbox" name="cf_cert_find" id="cf_cert_find" value="1" <?php if (isset($config['cf_cert_find']) && $config['cf_cert_find'] == 1) { ?> checked <?php } ?>><label for="cf_cert_find"> 아이디/비밀번호 찾기에 사용하기</label>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row" class="cf_cert_service"><label for="cf_cert_sa">통합인증</label></th>
|
<th scope="row" class="cf_cert_service"><label for="cf_cert_sa">간편인증</label></th>
|
||||||
<td class="cf_cert_service">
|
<td class="cf_cert_service">
|
||||||
<select name="cf_cert_sa" id="cf_cert_sa">
|
<select name="cf_cert_sa" id="cf_cert_sa">
|
||||||
<?php echo option_selected("", $config['cf_cert_sa'], "사용안함"); ?>
|
<?php echo option_selected("", $config['cf_cert_sa'], "사용안함"); ?>
|
||||||
<?php echo option_selected("sa", $config['cf_cert_sa'], "KG이니시스 통합인증"); ?>
|
<?php echo option_selected("sa", $config['cf_cert_sa'], "KG이니시스 간편인증"); ?>
|
||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -887,14 +888,17 @@ if ($config['cf_sms_use'] && $config['cf_icode_id'] && $config['cf_icode_pw']) {
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row" class="cf_cert_service"><label for="cf_cert_kg_cd">KG이니시스 통합인증</label></th>
|
<th scope="row" class="cf_cert_service"><label for="cf_cert_kg_cd">KG이니시스 간편인증 MID</label></th>
|
||||||
<td class="cf_cert_service">
|
<td class="cf_cert_service">
|
||||||
<span class="sitecode title">MID</span>
|
|
||||||
<span class="sitecode">SRA</span>
|
<span class="sitecode">SRA</span>
|
||||||
<input type="text" name="cf_cert_kg_mid" value="<?php echo get_sanitize_input($config['cf_cert_kg_mid']); ?>" id="cf_cert_kg_mid" class="frm_input" size="20" minlength="7" maxlength="7"><br>
|
<input type="text" name="cf_cert_kg_mid" value="<?php echo get_sanitize_input($config['cf_cert_kg_mid']); ?>" id="cf_cert_kg_mid" class="frm_input" size="10" minlength="7" maxlength="7">
|
||||||
<br>
|
<a href="http://sir.kr/main/service/inicis_cert_form.php" target="_blank" class="btn_frmline">KG이니시스 통합인증 신청페이지</a>
|
||||||
<span class="sitecode title">API Key</span>
|
</td>
|
||||||
<input type="text" name="cf_cert_kg_cd" value="<?php echo get_sanitize_input($config['cf_cert_kg_cd']); ?>" id="cf_cert_kg_cd" class="frm_input" size="40">
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row" class="cf_cert_service"><label for="cf_cert_kg_cd">KG이니시스 통합인증 API KEY</label></th>
|
||||||
|
<td class="cf_cert_service">
|
||||||
|
<input type="text" name="cf_cert_kg_cd" value="<?php echo get_sanitize_input($config['cf_cert_kg_cd']); ?>" id="cf_cert_kg_cd" class="frm_input" size="40" minlength="32" maxlength="32">
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@ -931,7 +935,7 @@ if ($config['cf_sms_use'] && $config['cf_icode_id'] && $config['cf_icode_pw']) {
|
|||||||
<tr>
|
<tr>
|
||||||
<th scope="row" class="cf_cert_service"><label for="cf_cert_limit">본인확인 이용제한</label></th>
|
<th scope="row" class="cf_cert_service"><label for="cf_cert_limit">본인확인 이용제한</label></th>
|
||||||
<td class="cf_cert_service">
|
<td class="cf_cert_service">
|
||||||
<?php echo help('1일 단위 본인인증을 시도할 수 있는 최대횟수를 지정합니다. (0으로 설정 시 무한으로 인증시도 가능)<br>아이핀/휴대폰/통합인증에서 개별 적용됩니다.)'); ?>
|
<?php echo help('1일 단위 본인인증을 시도할 수 있는 최대횟수를 지정합니다. (0으로 설정 시 무한으로 인증시도 가능)<br>아이핀/휴대폰/간편인증에서 개별 적용됩니다.)'); ?>
|
||||||
<input type="text" name="cf_cert_limit" value="<?php echo (int) $config['cf_cert_limit']; ?>" id="cf_cert_limit" class="frm_input" size="3"> 회
|
<input type="text" name="cf_cert_limit" value="<?php echo (int) $config['cf_cert_limit']; ?>" id="cf_cert_limit" class="frm_input" size="3"> 회
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -1428,13 +1432,6 @@ $(function(){
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
$("#cf_cert_find").on("click", function() {
|
|
||||||
if($(this).attr("checked")) {
|
|
||||||
let flag = confirm("휴대폰/아이핀 본인확인을 이용하시다가 통합인증을 이용하시는 경우, 기존 회원은 아이디/비밀번호 찾기에 사용할 수 없을 수 있습니다.\n\n그래도 사용하시겠습니까?");
|
|
||||||
$(this).attr("checked", flag);
|
|
||||||
};
|
|
||||||
});
|
|
||||||
|
|
||||||
$("#cf_captcha").on("change", function(){
|
$("#cf_captcha").on("change", function(){
|
||||||
if ($(this).val() == 'recaptcha' || $(this).val() == 'recaptcha_inv') {
|
if ($(this).val() == 'recaptcha' || $(this).val() == 'recaptcha_inv') {
|
||||||
$("[class^='kcaptcha_']").hide();
|
$("[class^='kcaptcha_']").hide();
|
||||||
|
|||||||
@ -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'])
|
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']) {
|
if(!$_POST['cf_cert_use']) {
|
||||||
$posts[$key] = $_POST['cf_cert_ipin'] = '';
|
$posts[$key] = $_POST['cf_cert_ipin'] = '';
|
||||||
|
|||||||
@ -97,7 +97,7 @@ else
|
|||||||
// 본인확인방법
|
// 본인확인방법
|
||||||
switch($mb['mb_certify']) {
|
switch($mb['mb_certify']) {
|
||||||
case 'sa':
|
case 'sa':
|
||||||
$mb_certify_case = '통합인증';
|
$mb_certify_case = '간편인증';
|
||||||
$mb_certify_val = 'sa';
|
$mb_certify_val = 'sa';
|
||||||
break;
|
break;
|
||||||
case 'hp':
|
case 'hp':
|
||||||
@ -260,7 +260,7 @@ add_javascript(G5_POSTCODE_JS, 0); //다음 주소 js
|
|||||||
<th scope="row">본인확인방법</th>
|
<th scope="row">본인확인방법</th>
|
||||||
<td colspan="3">
|
<td colspan="3">
|
||||||
<input type="radio" name="mb_certify_case" value="sa" id="mb_certify_sa" <?php if($mb['mb_certify'] == 'sa') echo 'checked="checked"'; ?>>
|
<input type="radio" name="mb_certify_case" value="sa" id="mb_certify_sa" <?php if($mb['mb_certify'] == 'sa') echo 'checked="checked"'; ?>>
|
||||||
<label for="mb_certify_sa">통합인증</label>
|
<label for="mb_certify_sa">간편인증</label>
|
||||||
<input type="radio" name="mb_certify_case" value="hp" id="mb_certify_hp" <?php if($mb['mb_certify'] == 'hp') echo 'checked="checked"'; ?>>
|
<input type="radio" name="mb_certify_case" value="hp" id="mb_certify_hp" <?php if($mb['mb_certify'] == 'hp') echo 'checked="checked"'; ?>>
|
||||||
<label for="mb_certify_hp">휴대폰</label>
|
<label for="mb_certify_hp">휴대폰</label>
|
||||||
<input type="radio" name="mb_certify_case" value="ipin" id="mb_certify_ipin" <?php if($mb['mb_certify'] == 'ipin') echo 'checked="checked"'; ?>>
|
<input type="radio" name="mb_certify_case" value="ipin" id="mb_certify_ipin" <?php if($mb['mb_certify'] == 'ipin') echo 'checked="checked"'; ?>>
|
||||||
@ -377,7 +377,7 @@ add_javascript(G5_POSTCODE_JS, 0); //다음 주소 js
|
|||||||
$cnt++;
|
$cnt++;
|
||||||
switch($row['ch_type']){
|
switch($row['ch_type']){
|
||||||
case 'sa':
|
case 'sa':
|
||||||
$cert_type = '통합인증';
|
$cert_type = '간편인증';
|
||||||
break;
|
break;
|
||||||
case 'hp':
|
case 'hp':
|
||||||
$cert_type = '휴대폰';
|
$cert_type = '휴대폰';
|
||||||
|
|||||||
@ -195,7 +195,7 @@ $colspan = 16;
|
|||||||
$mb_certify_val = '';
|
$mb_certify_val = '';
|
||||||
break;
|
break;
|
||||||
case 'sa':
|
case 'sa':
|
||||||
$mb_certify_case = '통합인증';
|
$mb_certify_case = '간편인증';
|
||||||
$mb_certify_val = '';
|
$mb_certify_val = '';
|
||||||
break;
|
break;
|
||||||
case 'admin':
|
case 'admin':
|
||||||
@ -241,7 +241,7 @@ $colspan = 16;
|
|||||||
</td>
|
</td>
|
||||||
<td headers="mb_list_cert" rowspan="2" class="td_mbcert">
|
<td headers="mb_list_cert" rowspan="2" class="td_mbcert">
|
||||||
<input type="radio" name="mb_certify[<?php echo $i; ?>]" value="sa" id="mb_certify_sa_<?php echo $i; ?>" <?php echo $row['mb_certify']=='sa'?'checked':''; ?>>
|
<input type="radio" name="mb_certify[<?php echo $i; ?>]" value="sa" id="mb_certify_sa_<?php echo $i; ?>" <?php echo $row['mb_certify']=='sa'?'checked':''; ?>>
|
||||||
<label for="mb_certify_sa_<?php echo $i; ?>">통합인증</label><br>
|
<label for="mb_certify_sa_<?php echo $i; ?>">간편인증</label><br>
|
||||||
<input type="radio" name="mb_certify[<?php echo $i; ?>]" value="hp" id="mb_certify_hp_<?php echo $i; ?>" <?php echo $row['mb_certify']=='hp'?'checked':''; ?>>
|
<input type="radio" name="mb_certify[<?php echo $i; ?>]" value="hp" id="mb_certify_hp_<?php echo $i; ?>" <?php echo $row['mb_certify']=='hp'?'checked':''; ?>>
|
||||||
<label for="mb_certify_hp_<?php echo $i; ?>">휴대폰</label><br>
|
<label for="mb_certify_hp_<?php echo $i; ?>">휴대폰</label><br>
|
||||||
<input type="radio" name="mb_certify[<?php echo $i; ?>]" value="ipin" id="mb_certify_ipin_<?php echo $i; ?>" <?php echo $row['mb_certify']=='ipin'?'checked':''; ?>>
|
<input type="radio" name="mb_certify[<?php echo $i; ?>]" value="ipin" id="mb_certify_ipin_<?php echo $i; ?>" <?php echo $row['mb_certify']=='ipin'?'checked':''; ?>>
|
||||||
|
|||||||
@ -45,7 +45,7 @@ if ($config['cf_cert_use'] && $cert_type && $md5_cert_no) {
|
|||||||
$sql_certify .= " , mb_sex = '".get_session+('ss_cert_sex')."' ";
|
$sql_certify .= " , mb_sex = '".get_session+('ss_cert_sex')."' ";
|
||||||
$sql_certify .= " , mb_dupinfo = '".get_session('ss_cert_dupinfo')."' ";
|
$sql_certify .= " , mb_dupinfo = '".get_session('ss_cert_dupinfo')."' ";
|
||||||
$sql_certify .= " , mb_name = '{$mb_name}' ";
|
$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_hp = '{$mb_hp}' ";
|
||||||
$sql_certify .= " , mb_certify = '{$cert_type}' ";
|
$sql_certify .= " , mb_certify = '{$cert_type}' ";
|
||||||
$sql_certify .= " , mb_adult = '".get_session('ss_cert_adult')."' ";
|
$sql_certify .= " , mb_adult = '".get_session('ss_cert_adult')."' ";
|
||||||
|
|||||||
@ -185,7 +185,7 @@ if ($config['cf_cert_use'] && $cert_type && $md5_cert_no) {
|
|||||||
$sql_certify .= " , mb_dupinfo = '".get_session('ss_cert_dupinfo')."' ";
|
$sql_certify .= " , mb_dupinfo = '".get_session('ss_cert_dupinfo')."' ";
|
||||||
if($w == 'u')
|
if($w == 'u')
|
||||||
$sql_certify .= " , mb_name = '{$mb_name}' ";
|
$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_hp = '{$mb_hp}' ";
|
||||||
$sql_certify .= " , mb_certify = '{$cert_type}' ";
|
$sql_certify .= " , mb_certify = '{$cert_type}' ";
|
||||||
$sql_certify .= " , mb_adult = '".get_session('ss_cert_adult')."' ";
|
$sql_certify .= " , mb_adult = '".get_session('ss_cert_adult')."' ";
|
||||||
|
|||||||
@ -99,7 +99,7 @@ function cert_confirm() {
|
|||||||
|
|
||||||
switch(val) {
|
switch(val) {
|
||||||
case "sa":
|
case "sa":
|
||||||
type = "통합인증";
|
type = "간편인증";
|
||||||
break;
|
break;
|
||||||
case "ipin":
|
case "ipin":
|
||||||
type = "아이핀";
|
type = "아이핀";
|
||||||
|
|||||||
@ -2824,7 +2824,7 @@ function certify_count_check($mb_id, $type)
|
|||||||
|
|
||||||
switch($type) {
|
switch($type) {
|
||||||
case 'sa' :
|
case 'sa' :
|
||||||
$cert = '통합인증';
|
$cert = '간편인증';
|
||||||
break;
|
break;
|
||||||
case 'hp':
|
case 'hp':
|
||||||
$cert = '휴대폰';
|
$cert = '휴대폰';
|
||||||
|
|||||||
@ -17,7 +17,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
<input type="hidden" name="mb_name" value="<?php echo $member['mb_name']; ?>">
|
<input type="hidden" name="mb_name" value="<?php echo $member['mb_name']; ?>">
|
||||||
<input type="hidden" name="cert_no" value="">
|
<input type="hidden" name="cert_no" value="">
|
||||||
<section id="member_cert_refresh_private">
|
<section id="member_cert_refresh_private">
|
||||||
<h2>추가 개인정보처리방침 안내</h2>
|
<h2>(필수) 추가 개인정보처리방침 안내</h2>
|
||||||
<div>
|
<div>
|
||||||
<div class="tbl_head01 tbl_wrap">
|
<div class="tbl_head01 tbl_wrap">
|
||||||
<table>
|
<table>
|
||||||
@ -58,10 +58,8 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
if ($config['cf_cert_use']) {
|
if ($config['cf_cert_use']) {
|
||||||
echo '<div class="cert_btn">';
|
echo '<div class="cert_btn">';
|
||||||
if ($config['cf_cert_sa']) {
|
if ($config['cf_cert_sa']) {
|
||||||
echo '<button type="button" id="win_sa_kakao_cert" class="btn_close win_sa_cert" data-type="">통합 인증</button>' . PHP_EOL;
|
echo '<button type="button" id="win_sa_kakao_cert" class="btn_submit win_sa_cert" data-type="">간편인증</button>' . PHP_EOL;
|
||||||
}
|
}
|
||||||
echo '</div>';
|
|
||||||
echo '<div class="win_btn">';
|
|
||||||
if ($config['cf_cert_hp'])
|
if ($config['cf_cert_hp'])
|
||||||
echo '<button type="button" id="win_hp_cert" class="btn_submit">휴대폰 본인확인</button>' . PHP_EOL;
|
echo '<button type="button" id="win_hp_cert" class="btn_submit">휴대폰 본인확인</button>' . PHP_EOL;
|
||||||
if ($config['cf_cert_ipin'])
|
if ($config['cf_cert_ipin'])
|
||||||
@ -80,7 +78,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
var f = document.fcertrefreshform;
|
var f = document.fcertrefreshform;
|
||||||
|
|
||||||
<?php if ($config['cf_cert_use'] && $config['cf_cert_sa']) { ?>
|
<?php if ($config['cf_cert_use'] && $config['cf_cert_sa']) { ?>
|
||||||
// 이니시스 통합인증
|
// 이니시스 간편인증
|
||||||
var url = "<?php echo G5_INICERT_URL; ?>/ini_request.php";
|
var url = "<?php echo G5_INICERT_URL; ?>/ini_request.php";
|
||||||
var type = "";
|
var type = "";
|
||||||
var params = "";
|
var params = "";
|
||||||
|
|||||||
@ -9,7 +9,7 @@ if($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin'] |
|
|||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<!-- 회원정보 찾기 시작 { -->
|
<!-- 회원정보 찾기 시작 { -->
|
||||||
<div id="find_info" class="new_win <?php if($config['cf_cert_use'] != 0 && $config['cf_cert_find'] != 0) { ?> cert <?php } ?>">
|
<div id="find_info" class="new_win<?php if($config['cf_cert_use'] != 0 && $config['cf_cert_find'] != 0) { ?> cert<?php } ?>">
|
||||||
<div class="new_win_con">
|
<div class="new_win_con">
|
||||||
<form name="fpasswordlost" action="<?php echo $action_url ?>" onsubmit="return fpasswordlost_submit(this);" method="post" autocomplete="off">
|
<form name="fpasswordlost" action="<?php echo $action_url ?>" onsubmit="return fpasswordlost_submit(this);" method="post" autocomplete="off">
|
||||||
<h3>이메일로 찾기</h3>
|
<h3>이메일로 찾기</h3>
|
||||||
@ -29,21 +29,19 @@ if($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin'] |
|
|||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<?php if($config['cf_cert_use'] != 0 && $config['cf_cert_find'] != 0) { ?>
|
<?php if($config['cf_cert_use'] != 0 && $config['cf_cert_find'] != 0) { ?>
|
||||||
<div class="new_win_con">
|
<div class="new_win_con find_btn">
|
||||||
<h3>본인인증으로 찾기</h3>
|
<h3>본인인증으로 찾기</h3>
|
||||||
<?php if(!empty($config['cf_cert_sa'])) { ?>
|
|
||||||
<div class="cert_btn">
|
<div class="cert_btn">
|
||||||
<button type="button" id="win_sa_kakao_cert" class="btn_close win_sa_cert" data-type="">통합 인증</button>
|
<?php if(!empty($config['cf_cert_sa'])) { ?>
|
||||||
</div>
|
<button type="button" id="win_sa_kakao_cert" class="btn_submit win_sa_cert" data-type="">간편인증</button>
|
||||||
<?php } if(!empty($config['cf_cert_hp']) || !empty($config['cf_cert_ipin'])) { ?>
|
<?php } if(!empty($config['cf_cert_hp']) || !empty($config['cf_cert_ipin'])) { ?>
|
||||||
<div class="win_btn">
|
|
||||||
<?php if(!empty($config['cf_cert_hp'])) { ?>
|
<?php if(!empty($config['cf_cert_hp'])) { ?>
|
||||||
<button type="button" id="win_hp_cert" class="btn_submit">휴대폰 본인확인</button>
|
<button type="button" id="win_hp_cert" class="btn_submit">휴대폰 본인확인</button>
|
||||||
<?php } if(!empty($config['cf_cert_ipin'])) { ?>
|
<?php } if(!empty($config['cf_cert_ipin'])) { ?>
|
||||||
<button type="button" id="win_ipin_cert" class="btn_submit">아이핀 본인확인</button>
|
<button type="button" id="win_ipin_cert" class="btn_submit">아이핀 본인확인</button>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</div>
|
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -26,18 +26,18 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
<h2>사이트 이용정보 입력</h2>
|
<h2>사이트 이용정보 입력</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<label for="reg_mb_id" class="sound_only">아이디<strong>필수</strong></label>
|
<label for="reg_mb_id" class="sound_only">아이디 (필수)</label>
|
||||||
<input type="text" name="mb_id" value="<?php echo $member['mb_id'] ?>" id="reg_mb_id" class="frm_input full_input <?php echo $required ?> <?php echo $readonly ?>" minlength="3" maxlength="20" <?php echo $required ?> <?php echo $readonly ?> placeholder="아이디">
|
<input type="text" name="mb_id" value="<?php echo $member['mb_id'] ?>" id="reg_mb_id" class="frm_input full_input <?php echo $required ?> <?php echo $readonly ?>" minlength="3" maxlength="20" <?php echo $required ?> <?php echo $readonly ?> placeholder="아이디 (필수)">
|
||||||
<span id="msg_mb_id"></span>
|
<span id="msg_mb_id"></span>
|
||||||
<span class="frm_info">영문자, 숫자, _ 만 입력 가능. 최소 3자이상 입력하세요.</span>
|
<span class="frm_info">영문자, 숫자, _ 만 입력 가능. 최소 3자이상 입력하세요.</span>
|
||||||
</li>
|
</li>
|
||||||
<li class="password">
|
<li class="password">
|
||||||
<label for="reg_mb_password" class="sound_only">비밀번호<strong>필수</strong></label>
|
<label for="reg_mb_password" class="sound_only">비밀번호 (필수)</label>
|
||||||
<input type="password" name="mb_password" id="reg_mb_password" class="frm_input full_input <?php echo $required ?>" minlength="3" maxlength="20" <?php echo $required ?> placeholder="비밀번호">
|
<input type="password" name="mb_password" id="reg_mb_password" class="frm_input full_input <?php echo $required ?>" minlength="3" maxlength="20" <?php echo $required ?> placeholder="비밀번호 (필수)">
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<label for="reg_mb_password_re" class="sound_only">비밀번호 확인<strong>필수</strong></label>
|
<label for="reg_mb_password_re" class="sound_only">비밀번호확인 (필수)</label>
|
||||||
<input type="password" name="mb_password_re" id="reg_mb_password_re" class="frm_input full_input <?php echo $required ?>" minlength="3" maxlength="20" <?php echo $required ?> placeholder="비밀번호확인">
|
<input type="password" name="mb_password_re" id="reg_mb_password_re" class="frm_input full_input <?php echo $required ?>" minlength="3" maxlength="20" <?php echo $required ?> placeholder="비밀번호확인 (필수)">
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@ -46,20 +46,24 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
<h2>개인정보 입력</h2>
|
<h2>개인정보 입력</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<?php if($config['cf_cert_use'] <> 0) { ?>
|
<?php
|
||||||
<div id="msg_certify">
|
|
||||||
버튼을 눌러 <strong>본인인증</strong>을 진행해주세요. <?php if($config['cf_cert_req'] == 1) { ?><br>이름/휴대폰 번호는 자동으로 입력됩니다.<?php } ?>
|
|
||||||
</div>
|
|
||||||
<?php }
|
|
||||||
if ($config['cf_cert_use']) {
|
if ($config['cf_cert_use']) {
|
||||||
|
$desc_name = ' - 본인확인 시 자동입력';
|
||||||
|
$desc_phone = ' - 본인확인 시 자동입력';
|
||||||
|
|
||||||
|
if (!$config['cf_cert_sa'] && !$config['cf_cert_hp'] && $config['cf_cert_ipin']) {
|
||||||
|
$desc_phone = '';
|
||||||
|
}
|
||||||
|
|
||||||
if($config['cf_cert_sa']) {
|
if($config['cf_cert_sa']) {
|
||||||
echo '<button type="button" id="win_sa_kakao_cert" class="btn_frmline win_sa_cert" data-type="">통합 인증</button>'.PHP_EOL;
|
echo '<button type="button" id="win_sa_kakao_cert" class="btn_frmline btn win_sa_cert" data-type="">간편인증</button>'.PHP_EOL;
|
||||||
}
|
}
|
||||||
if($config['cf_cert_hp'])
|
if($config['cf_cert_hp'])
|
||||||
echo '<button type="button" id="win_hp_cert" class="btn_frmline btn">휴대폰 본인확인</button>'.PHP_EOL;
|
echo '<button type="button" id="win_hp_cert" class="btn_frmline btn">휴대폰 본인확인</button>'.PHP_EOL;
|
||||||
if ($config['cf_cert_ipin'])
|
if ($config['cf_cert_ipin'])
|
||||||
echo '<button type="button" id="win_ipin_cert" class="btn_frmline btn">아이핀 본인확인</button>'.PHP_EOL;
|
echo '<button type="button" id="win_ipin_cert" class="btn_frmline btn">아이핀 본인확인</button>'.PHP_EOL;
|
||||||
|
|
||||||
|
echo '<span class="cert_req">(필수)</span>';
|
||||||
echo '<noscript>본인확인을 위해서는 자바스크립트 사용이 가능해야합니다.</noscript>'.PHP_EOL;
|
echo '<noscript>본인확인을 위해서는 자바스크립트 사용이 가능해야합니다.</noscript>'.PHP_EOL;
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
@ -67,7 +71,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
if ($config['cf_cert_use'] && $member['mb_certify']) {
|
if ($config['cf_cert_use'] && $member['mb_certify']) {
|
||||||
switch ($member['mb_certify']) {
|
switch ($member['mb_certify']) {
|
||||||
case "sa":
|
case "sa":
|
||||||
$mb_cert = "통합인증";
|
$mb_cert = "간편인증";
|
||||||
break;
|
break;
|
||||||
case "ipin":
|
case "ipin":
|
||||||
$mb_cert = "아이핀";
|
$mb_cert = "아이핀";
|
||||||
@ -83,26 +87,26 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
<?php } ?>
|
<?php } ?>
|
||||||
</li>
|
</li>
|
||||||
<li class="rgs_name_li">
|
<li class="rgs_name_li">
|
||||||
<label for="reg_mb_name" class="sound_only">이름<strong>필수</strong></label>
|
<label for="reg_mb_name" class="sound_only">이름 (필수)<?php echo $desc_name ?></label>
|
||||||
<input type="text" id="reg_mb_name" name="mb_name" value="<?php echo get_text($member['mb_name']) ?>" <?php echo $required ?> <?php echo $name_readonly; ?> class="frm_input full_input <?php echo $required ?> <?php echo $name_readonly ?>" placeholder="이름">
|
<input type="text" id="reg_mb_name" name="mb_name" value="<?php echo get_text($member['mb_name']) ?>" <?php echo $required ?> <?php echo $name_readonly; ?> class="frm_input full_input <?php echo $required ?> <?php echo $name_readonly ?>" placeholder="이름 (필수)<?php echo $desc_name ?>">
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
<?php if ($req_nick) { ?>
|
<?php if ($req_nick) { ?>
|
||||||
<li>
|
<li>
|
||||||
<label for="reg_mb_nick" class="sound_only">닉네임<strong>필수</strong></label>
|
<label for="reg_mb_nick" class="sound_only">닉네임 (필수)</label>
|
||||||
|
|
||||||
<span class="frm_info">
|
<span class="frm_info">
|
||||||
공백없이 한글,영문,숫자만 입력 가능 (한글2자, 영문4자 이상)<br>
|
공백없이 한글,영문,숫자만 입력 가능 (한글2자, 영문4자 이상)<br>
|
||||||
닉네임을 바꾸시면 앞으로 <?php echo (int)$config['cf_nick_modify'] ?>일 이내에는 변경 할 수 없습니다.
|
닉네임을 바꾸시면 앞으로 <?php echo (int)$config['cf_nick_modify'] ?>일 이내에는 변경 할 수 없습니다.
|
||||||
</span>
|
</span>
|
||||||
<input type="hidden" name="mb_nick_default" value="<?php echo isset($member['mb_nick'])?get_text($member['mb_nick']):''; ?>">
|
<input type="hidden" name="mb_nick_default" value="<?php echo isset($member['mb_nick'])?get_text($member['mb_nick']):''; ?>">
|
||||||
<input type="text" name="mb_nick" value="<?php echo isset($member['mb_nick'])?get_text($member['mb_nick']):''; ?>" id="reg_mb_nick" required class="frm_input full_input required nospace" maxlength="20" placeholder="닉네임">
|
<input type="text" name="mb_nick" value="<?php echo isset($member['mb_nick'])?get_text($member['mb_nick']):''; ?>" id="reg_mb_nick" required class="frm_input full_input required nospace" maxlength="20" placeholder="닉네임 (필수)">
|
||||||
<span id="msg_mb_nick"></span>
|
<span id="msg_mb_nick"></span>
|
||||||
</li>
|
</li>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<label for="reg_mb_email" class="sound_only">E-mail<strong>필수</strong></label>
|
<label for="reg_mb_email" class="sound_only">E-mail (필수)</label>
|
||||||
<?php if ($config['cf_use_email_certify']) { ?>
|
<?php if ($config['cf_use_email_certify']) { ?>
|
||||||
<span class="frm_info">
|
<span class="frm_info">
|
||||||
<?php if ($w=='') { echo "E-mail 로 발송된 내용을 확인한 후 인증하셔야 회원가입이 완료됩니다."; } ?>
|
<?php if ($w=='') { echo "E-mail 로 발송된 내용을 확인한 후 인증하셔야 회원가입이 완료됩니다."; } ?>
|
||||||
@ -110,28 +114,28 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
</span>
|
</span>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<input type="hidden" name="old_email" value="<?php echo $member['mb_email'] ?>">
|
<input type="hidden" name="old_email" value="<?php echo $member['mb_email'] ?>">
|
||||||
<input type="email" name="mb_email" value="<?php echo isset($member['mb_email'])?$member['mb_email']:''; ?>" id="reg_mb_email" required class="frm_input email required" size="50" maxlength="100" placeholder="E-mail">
|
<input type="email" name="mb_email" value="<?php echo isset($member['mb_email'])?$member['mb_email']:''; ?>" id="reg_mb_email" required class="frm_input email required" size="50" maxlength="100" placeholder="E-mail (필수)">
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<?php if ($config['cf_use_homepage']) { ?>
|
<?php if ($config['cf_use_homepage']) { ?>
|
||||||
<li>
|
<li>
|
||||||
<label for="reg_mb_homepage" class="sound_only">홈페이지<?php if ($config['cf_req_homepage']){ ?><strong>필수</strong><?php } ?></label>
|
<label for="reg_mb_homepage" class="sound_only">홈페이지<?php if ($config['cf_req_homepage']){ ?> (필수)<?php } ?></label>
|
||||||
<input type="text" name="mb_homepage" value="<?php echo get_text($member['mb_homepage']) ?>" id="reg_mb_homepage" class="frm_input full_input <?php echo $config['cf_req_homepage']?"required":""; ?>" maxlength="255" <?php echo $config['cf_req_homepage']?"required":""; ?> placeholder="홈페이지">
|
<input type="text" name="mb_homepage" value="<?php echo get_text($member['mb_homepage']) ?>" id="reg_mb_homepage" class="frm_input full_input <?php echo $config['cf_req_homepage']?"required":""; ?>" maxlength="255" <?php echo $config['cf_req_homepage']?"required":""; ?> placeholder="홈페이지<?php if ($config['cf_req_homepage']){ ?> (필수)<?php } ?>">
|
||||||
</li>
|
</li>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<?php if ($config['cf_use_tel']) { ?>
|
<?php if ($config['cf_use_tel']) { ?>
|
||||||
<li>
|
<li>
|
||||||
<label for="reg_mb_tel" class="sound_only">전화번호<?php if ($config['cf_req_tel']) { ?><strong>필수</strong><?php } ?></label>
|
<label for="reg_mb_tel" class="sound_only">전화번호<?php if ($config['cf_req_tel']) { ?> (필수)<?php } ?></label>
|
||||||
<input type="text" name="mb_tel" value="<?php echo get_text($member['mb_tel']) ?>" id="reg_mb_tel" class="frm_input full_input <?php echo $config['cf_req_tel']?"required":""; ?>" <?php if ($config['cf_cert_use'] && ($config['cf_cert_hp'] || $config['cf_cert_sa']) && $member['mb_certify']) { echo "readonly"; } ?> maxlength="20" <?php echo $config['cf_req_tel']?"required":""; ?> placeholder="전화번호">
|
<input type="text" name="mb_tel" value="<?php echo get_text($member['mb_tel']) ?>" id="reg_mb_tel" class="frm_input full_input <?php echo $config['cf_req_tel']?"required":""; ?>" <?php if ($config['cf_cert_use'] && ($config['cf_cert_hp'] || $config['cf_cert_sa']) && $member['mb_certify']) { echo "readonly"; } ?> maxlength="20" <?php echo $config['cf_req_tel']?"required":""; ?> placeholder="전화번호<?php if ($config['cf_req_tel']) { ?> (필수)<?php } ?>">
|
||||||
</li>
|
</li>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<?php if ($config['cf_use_hp'] || ($config["cf_cert_use"] && ($config['cf_cert_hp'] || $config['cf_cert_sa']))) { ?>
|
<?php if ($config['cf_use_hp'] || ($config["cf_cert_use"] && ($config['cf_cert_hp'] || $config['cf_cert_sa']))) { ?>
|
||||||
<li>
|
<li>
|
||||||
<label for="reg_mb_hp">휴대폰번호<?php if (!empty($hp_required)) { ?><strong class="sound_only">필수</strong><?php } ?></label>
|
<label for="reg_mb_hp" class="sound_only">휴대폰번호<?php if (!empty($hp_required)) { ?> (필수)<?php } ?><?php echo $desc_phone ?></label>
|
||||||
|
|
||||||
<input type="text" name="mb_hp" value="<?php echo get_text($member['mb_hp']) ?>" id="reg_mb_hp" <?php echo $hp_required; ?> <?php echo $hp_readonly; ?> class="frm_input full_input <?php echo $hp_required; ?> <?php echo $hp_readonly; ?>" maxlength="20" placeholder="휴대폰번호">
|
<input type="text" name="mb_hp" value="<?php echo get_text($member['mb_hp']) ?>" id="reg_mb_hp" <?php echo $hp_required; ?> <?php echo $hp_readonly; ?> class="frm_input full_input <?php echo $hp_required; ?> <?php echo $hp_readonly; ?>" maxlength="20" placeholder="휴대폰번호<?php if (!empty($hp_required)) { ?> (필수)<?php } ?><?php echo $desc_phone ?>">
|
||||||
<?php if ($config['cf_cert_use'] && ($config['cf_cert_hp'] || $config['cf_cert_sa'])) { ?>
|
<?php if ($config['cf_cert_use'] && ($config['cf_cert_hp'] || $config['cf_cert_sa'])) { ?>
|
||||||
<input type="hidden" name="old_mb_hp" value="<?php echo get_text($member['mb_hp']) ?>">
|
<input type="hidden" name="old_mb_hp" value="<?php echo get_text($member['mb_hp']) ?>">
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@ -142,13 +146,13 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
<?php if ($config['cf_use_addr']) { ?>
|
<?php if ($config['cf_use_addr']) { ?>
|
||||||
<li>
|
<li>
|
||||||
<div class="adress">
|
<div class="adress">
|
||||||
<span class="frm_label sound_only">주소<?php if ($config['cf_req_addr']) { ?>필수<?php } ?></span>
|
<span class="frm_label sound_only">주소<?php if ($config['cf_req_addr']) { ?> (필수)<?php } ?></span>
|
||||||
<label for="reg_mb_zip" class="sound_only">우편번호<?php echo $config['cf_req_addr']?'<strong class="sound_only"> 필수</strong>':''; ?></label>
|
<label for="reg_mb_zip" class="sound_only">우편번호<?php echo $config['cf_req_addr']?' (필수)':''; ?></label>
|
||||||
<input type="text" name="mb_zip" value="<?php echo $member['mb_zip1'].$member['mb_zip2']; ?>" id="reg_mb_zip" <?php echo $config['cf_req_addr']?"required":""; ?> class="frm_input <?php echo $config['cf_req_addr']?"required":""; ?>" size="5" maxlength="6" placeholder="우편번호">
|
<input type="text" name="mb_zip" value="<?php echo $member['mb_zip1'].$member['mb_zip2']; ?>" id="reg_mb_zip" <?php echo $config['cf_req_addr']?"required":""; ?> class="frm_input <?php echo $config['cf_req_addr']?"required":""; ?>" size="5" maxlength="6" placeholder="우편번호<?php echo $config['cf_req_addr']?' (필수)':''; ?>">
|
||||||
<button type="button" class="btn_frmline" onclick="win_zip('fregisterform', 'mb_zip', 'mb_addr1', 'mb_addr2', 'mb_addr3', 'mb_addr_jibeon');">주소검색</button><br>
|
<button type="button" class="btn_frmline" onclick="win_zip('fregisterform', 'mb_zip', 'mb_addr1', 'mb_addr2', 'mb_addr3', 'mb_addr_jibeon');">주소검색</button><br>
|
||||||
</div>
|
</div>
|
||||||
<label for="reg_mb_addr1" class="sound_only">주소<?php echo $config['cf_req_addr']?'<strong class="sound_only"> 필수</strong>':''; ?></label>
|
<label for="reg_mb_addr1" class="sound_only">주소<?php echo $config['cf_req_addr']?' (필수)':''; ?></label>
|
||||||
<input type="text" name="mb_addr1" value="<?php echo get_text($member['mb_addr1']) ?>" id="reg_mb_addr1" <?php echo $config['cf_req_addr']?"required":""; ?> class="frm_input frm_address <?php echo $config['cf_req_addr']?"required":""; ?>" size="50" placeholder="주소"><br>
|
<input type="text" name="mb_addr1" value="<?php echo get_text($member['mb_addr1']) ?>" id="reg_mb_addr1" <?php echo $config['cf_req_addr']?"required":""; ?> class="frm_input frm_address <?php echo $config['cf_req_addr']?"required":""; ?>" size="50" placeholder="주소<?php echo $config['cf_req_addr']?' (필수)':''; ?>"><br>
|
||||||
<label for="reg_mb_addr2" class="sound_only">상세주소</label>
|
<label for="reg_mb_addr2" class="sound_only">상세주소</label>
|
||||||
<input type="text" name="mb_addr2" value="<?php echo get_text($member['mb_addr2']) ?>" id="reg_mb_addr2" class="frm_input frm_address" size="50" placeholder="상세주소">
|
<input type="text" name="mb_addr2" value="<?php echo get_text($member['mb_addr2']) ?>" id="reg_mb_addr2" class="frm_input frm_address" size="50" placeholder="상세주소">
|
||||||
<br>
|
<br>
|
||||||
@ -166,8 +170,8 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
<ul>
|
<ul>
|
||||||
<?php if ($config['cf_use_signature']) { ?>
|
<?php if ($config['cf_use_signature']) { ?>
|
||||||
<li>
|
<li>
|
||||||
<label for="reg_mb_signature" class="sound_only">서명<?php if ($config['cf_req_signature']){ ?><strong>필수</strong><?php } ?></label>
|
<label for="reg_mb_signature" class="sound_only">서명<?php if ($config['cf_req_signature']){ ?> (필수)<?php } ?></label>
|
||||||
<textarea name="mb_signature" id="reg_mb_signature" class="<?php echo $config['cf_req_signature']?"required":""; ?>" <?php echo $config['cf_req_signature']?"required":""; ?> placeholder="서명"><?php echo $member['mb_signature'] ?></textarea>
|
<textarea name="mb_signature" id="reg_mb_signature" class="<?php echo $config['cf_req_signature']?"required":""; ?>" <?php echo $config['cf_req_signature']?"required":""; ?> placeholder="서명<?php if ($config['cf_req_signature']){ ?> (필수)<?php } ?>"><?php echo $member['mb_signature'] ?></textarea>
|
||||||
</li>
|
</li>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
@ -290,7 +294,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
var pageTypeParam = "pageType=register";
|
var pageTypeParam = "pageType=register";
|
||||||
|
|
||||||
<?php if($config['cf_cert_use'] && $config['cf_cert_sa']) { ?>
|
<?php if($config['cf_cert_use'] && $config['cf_cert_sa']) { ?>
|
||||||
// 이니시스 통합인증
|
// 이니시스 간편인증
|
||||||
var url = "<?php echo G5_INICERT_URL; ?>/ini_request.php";
|
var url = "<?php echo G5_INICERT_URL; ?>/ini_request.php";
|
||||||
var type = "";
|
var type = "";
|
||||||
var params = "";
|
var params = "";
|
||||||
@ -356,7 +360,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
|
|
||||||
switch(val) {
|
switch(val) {
|
||||||
case "sa":
|
case "sa":
|
||||||
type = "통합인증";
|
type = "간편인증";
|
||||||
break;
|
break;
|
||||||
case "ipin":
|
case "ipin":
|
||||||
type = "아이핀";
|
type = "아이핀";
|
||||||
|
|||||||
@ -27,6 +27,7 @@
|
|||||||
#fregisterform .btn_confirm {text-align:center;margin:20px 0}
|
#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_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 .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 #reg_mb_email, #fregisterform .frm_address {width:100%}
|
||||||
#fregisterform textarea {width:100%;height:84px}
|
#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}
|
.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 {color:#676e70}
|
||||||
.fregister_agree input[type="checkbox"] + label:hover {color:#2172f8}
|
.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 {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 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}
|
.fregister_agree.chk_all input[type="checkbox"] + label span {top:15px}
|
||||||
@ -89,6 +90,7 @@
|
|||||||
#find_info #info_fs p {margin:0 0 10px;line-height:1.5em;font-size:0.92em;color:#4162ff}
|
#find_info #info_fs p {margin:0 0 10px;line-height:1.5em;font-size:0.92em;color:#4162ff}
|
||||||
#find_info #info_fs #mb_email {width:100%}
|
#find_info #info_fs #mb_email {width:100%}
|
||||||
#find_info #captcha {margin:5px 0}
|
#find_info #captcha {margin:5px 0}
|
||||||
|
#find_info .find_btn .btn_submit {margin:5px 0;width:100%;}
|
||||||
|
|
||||||
/* 비밀번호 재설정 */
|
/* 비밀번호 재설정 */
|
||||||
#pw_reset #info_fs {margin-bottom: 10px}
|
#pw_reset #info_fs {margin-bottom: 10px}
|
||||||
@ -107,7 +109,7 @@
|
|||||||
#member_cert_refresh_private .tbl_head01 caption {position:absolute;font-size:0;line-height:0;overflow:hidden;top:0;color:#fff}
|
#member_cert_refresh_private .tbl_head01 caption {position:absolute;font-size:0;line-height:0;overflow:hidden;top:0;color:#fff}
|
||||||
.member_cert_refresh_agree input[type="checkbox"] + label {color:#676e70}
|
.member_cert_refresh_agree input[type="checkbox"] + label {color:#676e70}
|
||||||
.member_cert_refresh_agree input[type="checkbox"] + label:hover {color:#2172f8}
|
.member_cert_refresh_agree input[type="checkbox"] + label:hover {color:#2172f8}
|
||||||
.member_cert_refresh_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}
|
.member_cert_refresh_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}
|
||||||
.member_cert_refresh_agree input[type="checkbox"]:checked + label {color:#000}
|
.member_cert_refresh_agree input[type="checkbox"]:checked + label {color:#000}
|
||||||
.member_cert_refresh_agree input[type="checkbox"]:checked + label span {background:url('./img/chk.png') no-repeat 50% 50% #3a8afd;border-color:#1471f6;border-radius:3px}
|
.member_cert_refresh_agree input[type="checkbox"]:checked + label span {background:url('./img/chk.png') no-repeat 50% 50% #3a8afd;border-color:#1471f6;border-radius:3px}
|
||||||
.member_cert_refresh_agree.chk_all input[type="checkbox"] + label span {top:15px}
|
.member_cert_refresh_agree.chk_all input[type="checkbox"] + label span {top:15px}
|
||||||
|
|||||||
@ -102,39 +102,36 @@ $email_msg = $is_exists_email ? '등록할 이메일이 중복되었습니다.
|
|||||||
<h2>개인정보 입력</h2>
|
<h2>개인정보 입력</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<?php if($config['cf_cert_use'] <> 0) { ?>
|
<?php
|
||||||
<div id="msg_certify">
|
|
||||||
버튼을 눌러 <strong>본인인증</strong>을 진행해주세요. <?php if($config['cf_cert_req'] == 1) { ?><br>이름/휴대폰 번호는 자동으로 입력됩니다.<?php } ?>
|
|
||||||
</div>
|
|
||||||
<?php }
|
|
||||||
if ($config['cf_cert_use']) {
|
if ($config['cf_cert_use']) {
|
||||||
if ($config['cf_cert_sa']) {
|
if ($config['cf_cert_sa']) {
|
||||||
echo '<button type="button" id="win_sa_kakao_cert" class="btn_frmline win_sa_cert" data-type="">통합 인증</button>'.PHP_EOL;
|
echo '<button type="button" id="win_sa_kakao_cert" class="btn_frmline btn win_sa_cert" data-type="">간편인증</button>'.PHP_EOL;
|
||||||
}
|
}
|
||||||
if ($config['cf_cert_hp'])
|
if ($config['cf_cert_hp'])
|
||||||
echo '<button type="button" id="win_hp_cert" class="btn_frmline btn">휴대폰 본인확인</button>' . PHP_EOL;
|
echo '<button type="button" id="win_hp_cert" class="btn_frmline btn">휴대폰 본인확인</button>' . PHP_EOL;
|
||||||
if ($config['cf_cert_ipin'])
|
if ($config['cf_cert_ipin'])
|
||||||
echo '<button type="button" id="win_ipin_cert" class="btn_frmline btn">아이핀 본인확인</button>' . PHP_EOL;
|
echo '<button type="button" id="win_ipin_cert" class="btn_frmline btn">아이핀 본인확인</button>' . PHP_EOL;
|
||||||
|
|
||||||
|
echo '<span class="cert_req">(필수)</span>';
|
||||||
echo '<noscript>본인확인을 위해서는 자바스크립트 사용이 가능해야합니다.</noscript>' . PHP_EOL;
|
echo '<noscript>본인확인을 위해서는 자바스크립트 사용이 가능해야합니다.</noscript>' . PHP_EOL;
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</li>
|
</li>
|
||||||
<?php if ($req_nick) { ?>
|
<?php if ($req_nick) { ?>
|
||||||
<li>
|
<li>
|
||||||
<label for="reg_mb_nick" class="sound_only">닉네임<strong>필수</strong></label>
|
<label for="reg_mb_nick" class="sound_only">닉네임 (필수)</label>
|
||||||
|
|
||||||
<span class="frm_info">
|
<span class="frm_info">
|
||||||
공백없이 한글,영문,숫자만 입력 가능 (한글2자, 영문4자 이상)<br>
|
공백없이 한글,영문,숫자만 입력 가능 (한글2자, 영문4자 이상)<br>
|
||||||
닉네임을 바꾸시면 앞으로 <?php echo (int)$config['cf_nick_modify'] ?>일 이내에는 변경 할 수 없습니다.
|
닉네임을 바꾸시면 앞으로 <?php echo (int)$config['cf_nick_modify'] ?>일 이내에는 변경 할 수 없습니다.
|
||||||
</span>
|
</span>
|
||||||
<input type="hidden" name="mb_nick_default" value="<?php echo isset($user_nick) ? get_text($user_nick) : ''; ?>">
|
<input type="hidden" name="mb_nick_default" value="<?php echo isset($user_nick) ? get_text($user_nick) : ''; ?>">
|
||||||
<input type="text" name="mb_nick" value="<?php echo isset($user_nick) ? get_text($user_nick) : ''; ?>" id="reg_mb_nick" required class="frm_input required nospace full_input" size="10" maxlength="20" placeholder="닉네임">
|
<input type="text" name="mb_nick" value="<?php echo isset($user_nick) ? get_text($user_nick) : ''; ?>" id="reg_mb_nick" required class="frm_input required nospace full_input" size="10" maxlength="20" placeholder="닉네임 (필수)">
|
||||||
<span id="msg_mb_nick"></span>
|
<span id="msg_mb_nick"></span>
|
||||||
</li>
|
</li>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<li>
|
<li>
|
||||||
<label for="reg_mb_email" class="sound_only">E-mail<strong>필수</strong></label>
|
<label for="reg_mb_email" class="sound_only">E-mail (필수)</label>
|
||||||
<?php if ($config['cf_use_email_certify']) { ?>
|
<?php if ($config['cf_use_email_certify']) { ?>
|
||||||
<span class="frm_info">
|
<span class="frm_info">
|
||||||
<?php if ($w=='') { echo "E-mail 로 발송된 내용을 확인한 후 인증하셔야 회원가입이 완료됩니다."; } ?>
|
<?php if ($w=='') { echo "E-mail 로 발송된 내용을 확인한 후 인증하셔야 회원가입이 완료됩니다."; } ?>
|
||||||
@ -142,7 +139,7 @@ $email_msg = $is_exists_email ? '등록할 이메일이 중복되었습니다.
|
|||||||
</span>
|
</span>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<input type="hidden" name="old_email" value="<?php echo $member['mb_email'] ?>">
|
<input type="hidden" name="old_email" value="<?php echo $member['mb_email'] ?>">
|
||||||
<input type="text" name="mb_email" value="<?php echo isset($user_email) ? $user_email : ''; ?>" id="reg_mb_email" required <?php echo (isset($user_email) && $user_email != '' && !$is_exists_email)? "readonly":''; ?> class="frm_input email full_input required" size="70" maxlength="100" placeholder="E-mail">
|
<input type="text" name="mb_email" value="<?php echo isset($user_email) ? $user_email : ''; ?>" id="reg_mb_email" required <?php echo (isset($user_email) && $user_email != '' && !$is_exists_email)? "readonly":''; ?> class="frm_input email full_input required" size="70" maxlength="100" placeholder="E-mail (필수)">
|
||||||
<div class="check"><?php echo $email_msg; ?></div>
|
<div class="check"><?php echo $email_msg; ?></div>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -187,9 +184,9 @@ $email_msg = $is_exists_email ? '등록할 이메일이 중복되었습니다.
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="login_fs">
|
<div id="login_fs">
|
||||||
<label for="login_id" class="login_id">아이디<strong class="sound_only"> 필수</strong></label>
|
<label for="login_id" class="login_id">아이디 (필수)</label>
|
||||||
<span class="lg_id"><input type="text" name="mb_id" id="login_id" class="frm_input required" size="20" maxLength="20"></span>
|
<span class="lg_id"><input type="text" name="mb_id" id="login_id" class="frm_input required" size="20" maxLength="20"></span>
|
||||||
<label for="login_pw" class="login_pw">비밀번호<strong class="sound_only"> 필수</strong></label>
|
<label for="login_pw" class="login_pw">비밀번호 (필수)</label>
|
||||||
<span class="lg_pw"><input type="password" name="mb_password" id="login_pw" class="frm_input required" size="20" maxLength="20"></span>
|
<span class="lg_pw"><input type="password" name="mb_password" id="login_pw" class="frm_input required" size="20" maxLength="20"></span>
|
||||||
<br>
|
<br>
|
||||||
<input type="submit" value="연결하기" class="login_submit btn_submit">
|
<input type="submit" value="연결하기" class="login_submit btn_submit">
|
||||||
@ -214,7 +211,7 @@ $email_msg = $is_exists_email ? '등록할 이메일이 중복되었습니다.
|
|||||||
var pageTypeParam = "pageType=register";
|
var pageTypeParam = "pageType=register";
|
||||||
|
|
||||||
<?php if ($config['cf_cert_use'] && $config['cf_cert_sa']) { ?>
|
<?php if ($config['cf_cert_use'] && $config['cf_cert_sa']) { ?>
|
||||||
// 이니시스 통합인증
|
// 이니시스 간편인증
|
||||||
var url = "<?php echo G5_INICERT_URL; ?>/ini_request.php";
|
var url = "<?php echo G5_INICERT_URL; ?>/ini_request.php";
|
||||||
var type = "";
|
var type = "";
|
||||||
var params = "";
|
var params = "";
|
||||||
|
|||||||
@ -113,6 +113,7 @@
|
|||||||
#fregisterform .btn_confirm {text-align:center;margin:20px 0}
|
#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_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 .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 #reg_mb_email, #fregisterform .frm_address {width:100%}
|
||||||
#fregisterform textarea {width:100%;height:84px}
|
#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}
|
.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 {color:#676e70}
|
||||||
.fregister_agree input[type="checkbox"] + label:hover {color:#2172f8}
|
.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 {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 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}
|
.fregister_agree.chk_all input[type="checkbox"] + label span {top:15px}
|
||||||
|
|||||||
@ -61,7 +61,7 @@ if ($_POST["resultCode"] === "0000") {
|
|||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
$g5['title'] = 'KG이니시스 통합인증 결과';
|
$g5['title'] = 'KG이니시스 간편인증 결과';
|
||||||
include_once(G5_PATH.'/head.sub.php');
|
include_once(G5_PATH.'/head.sub.php');
|
||||||
?>
|
?>
|
||||||
<form name="mbFindForm" method="POST">
|
<form name="mbFindForm" method="POST">
|
||||||
|
|||||||
@ -52,7 +52,7 @@ switch($_GET['pageType']) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$resultUrl = G5_INICERT_URL . $resultPage;
|
$resultUrl = G5_INICERT_URL . $resultPage;
|
||||||
$g5['title'] = 'KG이니시스 통합인증';
|
$g5['title'] = 'KG이니시스 간편인증';
|
||||||
include_once(G5_PATH.'/head.sub.php');
|
include_once(G5_PATH.'/head.sub.php');
|
||||||
?>
|
?>
|
||||||
<form name="saForm">
|
<form name="saForm">
|
||||||
|
|||||||
@ -71,7 +71,7 @@ if ($_POST["resultCode"] === "0000") {
|
|||||||
set_session("ss_cert_hash", $hash_data);
|
set_session("ss_cert_hash", $hash_data);
|
||||||
set_session("ss_cert_adult", $adult);
|
set_session("ss_cert_adult", $adult);
|
||||||
set_session("ss_cert_birth", $birth_day);
|
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);
|
set_session('ss_cert_dupinfo', $mb_dupinfo);
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
@ -85,7 +85,7 @@ if ($_POST["resultCode"] === "0000") {
|
|||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
$g5['title'] = 'KG이니시스 통합인증 결과';
|
$g5['title'] = 'KG이니시스 간편인증 결과';
|
||||||
include_once(G5_PATH.'/head.sub.php');
|
include_once(G5_PATH.'/head.sub.php');
|
||||||
?>
|
?>
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
@ -110,7 +110,7 @@ $req_num = $field[12];
|
|||||||
$mb_birth = $field[8];
|
$mb_birth = $field[8];
|
||||||
$di = $field[4];
|
$di = $field[4];
|
||||||
$ci = $field[5];
|
$ci = $field[5];
|
||||||
$mb_dupinfo = md5($ci.$ci); // 통합인증 추가 후 ci로 변경
|
$mb_dupinfo = md5($ci.$ci); // 간편인증 추가 후 ci로 변경
|
||||||
$phone_no = hyphen_hp_number($req_num);
|
$phone_no = hyphen_hp_number($req_num);
|
||||||
|
|
||||||
// 명의 변경 체크
|
// 명의 변경 체크
|
||||||
|
|||||||
@ -86,7 +86,7 @@ if(!empty($field[1])) { // 아이핀은 리턴받는 ci 데이터가 두가지
|
|||||||
}else{
|
}else{
|
||||||
alert_close('아이핀 본인확인 중 오류가 발생했습니다. (ci 정보 없음) 오류코드 : '.$resultCd.'\\n\\n문의는 코리아크레딧뷰로 고객센터 02-708-1000 로 해주십시오.');
|
alert_close('아이핀 본인확인 중 오류가 발생했습니다. (ci 정보 없음) 오류코드 : '.$resultCd.'\\n\\n문의는 코리아크레딧뷰로 고객센터 02-708-1000 로 해주십시오.');
|
||||||
}
|
}
|
||||||
$mb_dupinfo = md5($ci.$ci); // 통합인증 추가 후 ci로 변경
|
$mb_dupinfo = md5($ci.$ci); // 간편인증 추가 후 ci로 변경
|
||||||
|
|
||||||
// 명의 변경 체크
|
// 명의 변경 체크
|
||||||
if (!empty($member['mb_certify']) && !empty($member['mb_dupinfo']) && strlen($member['mb_dupinfo']) != 64) { // 이미 인증된 계정중에 dupinfo가 di(64 length)가 아닐때
|
if (!empty($member['mb_certify']) && !empty($member['mb_dupinfo']) && strlen($member['mb_dupinfo']) != 64) { // 이미 인증된 계정중에 dupinfo가 di(64 length)가 아닐때
|
||||||
|
|||||||
@ -126,7 +126,7 @@ if($config['cf_cert_use']) {
|
|||||||
$sql_certify .= " , mb_dupinfo = '".get_session('ss_cert_dupinfo')."' ";
|
$sql_certify .= " , mb_dupinfo = '".get_session('ss_cert_dupinfo')."' ";
|
||||||
if($w == 'u')
|
if($w == 'u')
|
||||||
$sql_certify .= " , mb_name = '{$mb_name}' ";
|
$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_hp = '{$mb_hp}' ";
|
||||||
$sql_certify .= " , mb_certify = '{$cert_type}' ";
|
$sql_certify .= " , mb_certify = '{$cert_type}' ";
|
||||||
$sql_certify .= " , mb_adult = '".get_session('ss_cert_adult')."' ";
|
$sql_certify .= " , mb_adult = '".get_session('ss_cert_adult')."' ";
|
||||||
|
|||||||
@ -17,7 +17,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
<input type="hidden" name="mb_name" value="<?php echo $member['mb_name']; ?>">
|
<input type="hidden" name="mb_name" value="<?php echo $member['mb_name']; ?>">
|
||||||
<input type="hidden" name="cert_no" value="">
|
<input type="hidden" name="cert_no" value="">
|
||||||
<section id="member_cert_refresh_private">
|
<section id="member_cert_refresh_private">
|
||||||
<h2>추가 개인정보처리방침 안내</h2>
|
<h2>(필수) 추가 개인정보처리방침 안내</h2>
|
||||||
<div>
|
<div>
|
||||||
<div class="tbl_head01 tbl_wrap">
|
<div class="tbl_head01 tbl_wrap">
|
||||||
<table>
|
<table>
|
||||||
@ -54,10 +54,8 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
if ($config['cf_cert_use']) {
|
if ($config['cf_cert_use']) {
|
||||||
echo '<div class="cert_btn">';
|
echo '<div class="cert_btn">';
|
||||||
if ($config['cf_cert_sa']) {
|
if ($config['cf_cert_sa']) {
|
||||||
echo '<button type="button" id="win_sa_kakao_cert" class="btn_close win_sa_cert" data-type="">통합 인증</button>' . PHP_EOL;
|
echo '<button type="button" id="win_sa_kakao_cert" class="btn_submit win_sa_cert" data-type="">간편인증</button>' . PHP_EOL;
|
||||||
}
|
}
|
||||||
echo '</div>';
|
|
||||||
echo '<div class="win_btn">';
|
|
||||||
if ($config['cf_cert_hp'])
|
if ($config['cf_cert_hp'])
|
||||||
echo '<button type="button" id="win_hp_cert" class="btn_submit">휴대폰 본인확인</button>' . PHP_EOL;
|
echo '<button type="button" id="win_hp_cert" class="btn_submit">휴대폰 본인확인</button>' . PHP_EOL;
|
||||||
if ($config['cf_cert_ipin'])
|
if ($config['cf_cert_ipin'])
|
||||||
@ -76,7 +74,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
var f = document.fcertrefreshform;
|
var f = document.fcertrefreshform;
|
||||||
|
|
||||||
<?php if ($config['cf_cert_use'] && $config['cf_cert_sa']) { ?>
|
<?php if ($config['cf_cert_use'] && $config['cf_cert_sa']) { ?>
|
||||||
// 이니시스 통합인증
|
// 이니시스 간편인증
|
||||||
var url = "<?php echo G5_INICERT_URL; ?>/ini_request.php";
|
var url = "<?php echo G5_INICERT_URL; ?>/ini_request.php";
|
||||||
var type = "";
|
var type = "";
|
||||||
var params = "";
|
var params = "";
|
||||||
|
|||||||
@ -9,7 +9,7 @@ if($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin'] |
|
|||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<!-- 회원정보 찾기 시작 { -->
|
<!-- 회원정보 찾기 시작 { -->
|
||||||
<div id="find_info" class="new_win <?php if($config['cf_cert_use'] != 0 && $config['cf_cert_find'] != 0) { ?> cert <?php } ?>">
|
<div id="find_info" class="new_win<?php if($config['cf_cert_use'] != 0 && $config['cf_cert_find'] != 0) { ?> cert<?php } ?>">
|
||||||
<div class="new_win_con">
|
<div class="new_win_con">
|
||||||
<form name="fpasswordlost" action="<?php echo $action_url ?>" onsubmit="return fpasswordlost_submit(this);" method="post" autocomplete="off">
|
<form name="fpasswordlost" action="<?php echo $action_url ?>" onsubmit="return fpasswordlost_submit(this);" method="post" autocomplete="off">
|
||||||
<h3>이메일로 찾기</h3>
|
<h3>이메일로 찾기</h3>
|
||||||
@ -29,21 +29,19 @@ if($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin'] |
|
|||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<?php if($config['cf_cert_use'] != 0 && $config['cf_cert_find'] != 0) { ?>
|
<?php if($config['cf_cert_use'] != 0 && $config['cf_cert_find'] != 0) { ?>
|
||||||
<div class="new_win_con">
|
<div class="new_win_con find_btn">
|
||||||
<h3>본인인증으로 찾기</h3>
|
<h3>본인인증으로 찾기</h3>
|
||||||
<?php if(!empty($config['cf_cert_sa'])) { ?>
|
|
||||||
<div class="cert_btn">
|
<div class="cert_btn">
|
||||||
<button type="button" id="win_sa_kakao_cert" class="btn_close win_sa_cert" data-type="">통합 인증</button>
|
<?php if(!empty($config['cf_cert_sa'])) { ?>
|
||||||
</div>
|
<button type="button" id="win_sa_kakao_cert" class="btn_submit win_sa_cert" data-type="">간편인증</button>
|
||||||
<?php } if(!empty($config['cf_cert_hp']) || !empty($config['cf_cert_ipin'])) { ?>
|
<?php } if(!empty($config['cf_cert_hp']) || !empty($config['cf_cert_ipin'])) { ?>
|
||||||
<div class="win_btn">
|
|
||||||
<?php if(!empty($config['cf_cert_hp'])) { ?>
|
<?php if(!empty($config['cf_cert_hp'])) { ?>
|
||||||
<button type="button" id="win_hp_cert" class="btn_submit">휴대폰 본인확인</button>
|
<button type="button" id="win_hp_cert" class="btn_submit">휴대폰 본인확인</button>
|
||||||
<?php } if(!empty($config['cf_cert_ipin'])) { ?>
|
<?php } if(!empty($config['cf_cert_ipin'])) { ?>
|
||||||
<button type="button" id="win_ipin_cert" class="btn_submit">아이핀 본인확인</button>
|
<button type="button" id="win_ipin_cert" class="btn_submit">아이핀 본인확인</button>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</div>
|
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -30,7 +30,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<label for="reg_mb_id">
|
<label for="reg_mb_id">
|
||||||
아이디<strong class="sound_only">필수</strong>
|
아이디 (필수)
|
||||||
<button type="button" class="tooltip_icon"><i class="fa fa-question-circle-o" aria-hidden="true"></i><span class="sound_only">설명보기</span></button>
|
<button type="button" class="tooltip_icon"><i class="fa fa-question-circle-o" aria-hidden="true"></i><span class="sound_only">설명보기</span></button>
|
||||||
<span class="tooltip">영문자, 숫자, _ 만 입력 가능. 최소 3자이상 입력하세요.</span>
|
<span class="tooltip">영문자, 숫자, _ 만 입력 가능. 최소 3자이상 입력하세요.</span>
|
||||||
</label>
|
</label>
|
||||||
@ -38,11 +38,11 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
<span id="msg_mb_id"></span>
|
<span id="msg_mb_id"></span>
|
||||||
</li>
|
</li>
|
||||||
<li class="half_input left_input margin_input">
|
<li class="half_input left_input margin_input">
|
||||||
<label for="reg_mb_password">비밀번호<strong class="sound_only">필수</strong></label>
|
<label for="reg_mb_password">비밀번호 (필수)</label>
|
||||||
<input type="password" name="mb_password" id="reg_mb_password" <?php echo $required ?> class="frm_input full_input <?php echo $required ?>" minlength="3" maxlength="20" placeholder="비밀번호">
|
<input type="password" name="mb_password" id="reg_mb_password" <?php echo $required ?> class="frm_input full_input <?php echo $required ?>" minlength="3" maxlength="20" placeholder="비밀번호">
|
||||||
</li>
|
</li>
|
||||||
<li class="half_input left_input">
|
<li class="half_input left_input">
|
||||||
<label for="reg_mb_password_re">비밀번호 확인<strong class="sound_only">필수</strong></label>
|
<label for="reg_mb_password_re">비밀번호 확인 (필수)</label>
|
||||||
<input type="password" name="mb_password_re" id="reg_mb_password_re" <?php echo $required ?> class="frm_input full_input <?php echo $required ?>" minlength="3" maxlength="20" placeholder="비밀번호 확인">
|
<input type="password" name="mb_password_re" id="reg_mb_password_re" <?php echo $required ?> class="frm_input full_input <?php echo $required ?>" minlength="3" maxlength="20" placeholder="비밀번호 확인">
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -52,20 +52,24 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
<h2>개인정보 입력</h2>
|
<h2>개인정보 입력</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<?php if($config['cf_cert_use'] <> 0) { ?>
|
<?php
|
||||||
<div id="msg_certify">
|
|
||||||
버튼을 눌러 <strong>본인인증</strong>을 진행해주세요. <?php if($config['cf_cert_req'] == 1) { ?>이름/휴대폰 번호는 자동으로 입력됩니다.<?php } ?>
|
|
||||||
</div>
|
|
||||||
<?php }
|
|
||||||
if ($config['cf_cert_use']) {
|
if ($config['cf_cert_use']) {
|
||||||
|
$desc_name = '<span class="cert_desc"> 본인확인 시 자동입력</span>';
|
||||||
|
$desc_phone = '<span class="cert_desc"> 본인확인 시 자동입력</span>';
|
||||||
|
|
||||||
|
if (!$config['cf_cert_sa'] && !$config['cf_cert_hp'] && $config['cf_cert_ipin']) {
|
||||||
|
$desc_phone = '';
|
||||||
|
}
|
||||||
|
|
||||||
if ($config['cf_cert_sa']) {
|
if ($config['cf_cert_sa']) {
|
||||||
echo '<button type="button" id="win_sa_kakao_cert" class="btn_frmline win_sa_cert" data-type="">통합 인증</button>'.PHP_EOL;
|
echo '<button type="button" id="win_sa_kakao_cert" class="btn_frmline win_sa_cert" data-type="">간편인증</button>'.PHP_EOL;
|
||||||
}
|
}
|
||||||
if($config['cf_cert_hp'])
|
if($config['cf_cert_hp'])
|
||||||
echo '<button type="button" id="win_hp_cert" class="btn_frmline">휴대폰 본인확인</button>'.PHP_EOL;
|
echo '<button type="button" id="win_hp_cert" class="btn_frmline">휴대폰 본인확인</button>'.PHP_EOL;
|
||||||
if ($config['cf_cert_ipin'])
|
if ($config['cf_cert_ipin'])
|
||||||
echo '<button type="button" id="win_ipin_cert" class="btn_frmline">아이핀 본인확인</button>'.PHP_EOL;
|
echo '<button type="button" id="win_ipin_cert" class="btn_frmline">아이핀 본인확인</button>'.PHP_EOL;
|
||||||
|
|
||||||
|
echo '<span class="cert_req">(필수)</span>';
|
||||||
echo '<noscript>본인확인을 위해서는 자바스크립트 사용이 가능해야합니다.</noscript>'.PHP_EOL;
|
echo '<noscript>본인확인을 위해서는 자바스크립트 사용이 가능해야합니다.</noscript>'.PHP_EOL;
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
@ -73,7 +77,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
if ($config['cf_cert_use'] && $member['mb_certify']) {
|
if ($config['cf_cert_use'] && $member['mb_certify']) {
|
||||||
switch ($member['mb_certify']) {
|
switch ($member['mb_certify']) {
|
||||||
case "sa":
|
case "sa":
|
||||||
$mb_cert = "통합인증";
|
$mb_cert = "간편인증";
|
||||||
break;
|
break;
|
||||||
case "ipin":
|
case "ipin":
|
||||||
$mb_cert = "아이핀";
|
$mb_cert = "아이핀";
|
||||||
@ -89,13 +93,13 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
<?php } ?>
|
<?php } ?>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<label for="reg_mb_name">이름<strong class="sound_only">필수</strong></label>
|
<label for="reg_mb_name">이름 (필수)<?php echo $desc_name ?></label>
|
||||||
<input type="text" id="reg_mb_name" name="mb_name" value="<?php echo get_text($member['mb_name']) ?>" <?php echo $required ?> <?php echo $name_readonly; ?> class="frm_input full_input <?php echo $required ?> <?php echo $name_readonly ?>" size="10" placeholder="이름">
|
<input type="text" id="reg_mb_name" name="mb_name" value="<?php echo get_text($member['mb_name']) ?>" <?php echo $required ?> <?php echo $name_readonly; ?> class="frm_input full_input <?php echo $required ?> <?php echo $name_readonly ?>" size="10" placeholder="이름">
|
||||||
</li>
|
</li>
|
||||||
<?php if ($req_nick) { ?>
|
<?php if ($req_nick) { ?>
|
||||||
<li>
|
<li>
|
||||||
<label for="reg_mb_nick">
|
<label for="reg_mb_nick">
|
||||||
닉네임<strong class="sound_only">필수</strong>
|
닉네임 (필수)
|
||||||
<button type="button" class="tooltip_icon"><i class="fa fa-question-circle-o" aria-hidden="true"></i><span class="sound_only">설명보기</span></button>
|
<button type="button" class="tooltip_icon"><i class="fa fa-question-circle-o" aria-hidden="true"></i><span class="sound_only">설명보기</span></button>
|
||||||
<span class="tooltip">공백없이 한글,영문,숫자만 입력 가능 (한글2자, 영문4자 이상)<br> 닉네임을 바꾸시면 앞으로 <?php echo (int)$config['cf_nick_modify'] ?>일 이내에는 변경 할 수 없습니다.</span>
|
<span class="tooltip">공백없이 한글,영문,숫자만 입력 가능 (한글2자, 영문4자 이상)<br> 닉네임을 바꾸시면 앞으로 <?php echo (int)$config['cf_nick_modify'] ?>일 이내에는 변경 할 수 없습니다.</span>
|
||||||
</label>
|
</label>
|
||||||
@ -107,7 +111,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<label for="reg_mb_email">E-mail<strong class="sound_only">필수</strong>
|
<label for="reg_mb_email">E-mail (필수)
|
||||||
|
|
||||||
<?php if ($config['cf_use_email_certify']) { ?>
|
<?php if ($config['cf_use_email_certify']) { ?>
|
||||||
<button type="button" class="tooltip_icon"><i class="fa fa-question-circle-o" aria-hidden="true"></i><span class="sound_only">설명보기</span></button>
|
<button type="button" class="tooltip_icon"><i class="fa fa-question-circle-o" aria-hidden="true"></i><span class="sound_only">설명보기</span></button>
|
||||||
@ -124,7 +128,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
|
|
||||||
<?php if ($config['cf_use_homepage']) { ?>
|
<?php if ($config['cf_use_homepage']) { ?>
|
||||||
<li>
|
<li>
|
||||||
<label for="reg_mb_homepage">홈페이지<?php if ($config['cf_req_homepage']){ ?><strong class="sound_only">필수</strong><?php } ?></label>
|
<label for="reg_mb_homepage">홈페이지<?php if ($config['cf_req_homepage']){ ?> (필수)<?php } ?></label>
|
||||||
<input type="text" name="mb_homepage" value="<?php echo get_text($member['mb_homepage']) ?>" id="reg_mb_homepage" <?php echo $config['cf_req_homepage']?"required":""; ?> class="frm_input full_input <?php echo $config['cf_req_homepage']?"required":""; ?>" size="70" maxlength="255" placeholder="홈페이지">
|
<input type="text" name="mb_homepage" value="<?php echo get_text($member['mb_homepage']) ?>" id="reg_mb_homepage" <?php echo $config['cf_req_homepage']?"required":""; ?> class="frm_input full_input <?php echo $config['cf_req_homepage']?"required":""; ?>" size="70" maxlength="255" placeholder="홈페이지">
|
||||||
</li>
|
</li>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@ -132,13 +136,13 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
<li>
|
<li>
|
||||||
<?php if ($config['cf_use_tel']) { ?>
|
<?php if ($config['cf_use_tel']) { ?>
|
||||||
|
|
||||||
<label for="reg_mb_tel">전화번호<?php if ($config['cf_req_tel']) { ?><strong class="sound_only">필수</strong><?php } ?></label>
|
<label for="reg_mb_tel">전화번호<?php if ($config['cf_req_tel']) { ?> (필수)<?php } ?></label>
|
||||||
<input type="text" name="mb_tel" value="<?php echo get_text($member['mb_tel']) ?>" id="reg_mb_tel" <?php echo $config['cf_req_tel']?"required":""; ?> class="frm_input full_input <?php echo $config['cf_req_tel']?"required":""; ?>" maxlength="20" placeholder="전화번호">
|
<input type="text" name="mb_tel" value="<?php echo get_text($member['mb_tel']) ?>" id="reg_mb_tel" <?php echo $config['cf_req_tel']?"required":""; ?> class="frm_input full_input <?php echo $config['cf_req_tel']?"required":""; ?>" maxlength="20" placeholder="전화번호">
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<?php if ($config['cf_use_hp'] || ($config["cf_cert_use"] && ($config['cf_cert_hp'] || $config['cf_cert_sa']))) { ?>
|
<?php if ($config['cf_use_hp'] || ($config["cf_cert_use"] && ($config['cf_cert_hp'] || $config['cf_cert_sa']))) { ?>
|
||||||
<label for="reg_mb_hp">휴대폰번호<?php if (!empty($hp_required)) { ?><strong class="sound_only">필수</strong><?php } ?></label>
|
<label for="reg_mb_hp">휴대폰번호<?php if (!empty($hp_required)) { ?> (필수)<?php } ?><?php echo $desc_phone ?></label>
|
||||||
|
|
||||||
<input type="text" name="mb_hp" value="<?php echo get_text($member['mb_hp']) ?>" id="reg_mb_hp" <?php echo $hp_required; ?> <?php echo $hp_readonly; ?> class="frm_input full_input <?php echo $hp_required; ?> <?php echo $hp_readonly; ?>" maxlength="20" placeholder="휴대폰번호">
|
<input type="text" name="mb_hp" value="<?php echo get_text($member['mb_hp']) ?>" id="reg_mb_hp" <?php echo $hp_required; ?> <?php echo $hp_readonly; ?> class="frm_input full_input <?php echo $hp_required; ?> <?php echo $hp_readonly; ?>" maxlength="20" placeholder="휴대폰번호">
|
||||||
<?php if ($config['cf_cert_use'] && ($config['cf_cert_hp'] || $config['cf_cert_sa'])) { ?>
|
<?php if ($config['cf_cert_use'] && ($config['cf_cert_hp'] || $config['cf_cert_sa'])) { ?>
|
||||||
@ -150,12 +154,12 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
<?php if ($config['cf_use_addr']) { ?>
|
<?php if ($config['cf_use_addr']) { ?>
|
||||||
<li>
|
<li>
|
||||||
<label>주소</label>
|
<label>주소</label>
|
||||||
<?php if ($config['cf_req_addr']) { ?><strong class="sound_only">필수</strong><?php } ?>
|
<?php if ($config['cf_req_addr']) { ?> (필수)<?php } ?>
|
||||||
<label for="reg_mb_zip" class="sound_only">우편번호<?php echo $config['cf_req_addr']?'<strong class="sound_only"> 필수</strong>':''; ?></label>
|
<label for="reg_mb_zip" class="sound_only">우편번호<?php echo $config['cf_req_addr']?' (필수)':''; ?></label>
|
||||||
<input type="text" name="mb_zip" value="<?php echo $member['mb_zip1'].$member['mb_zip2']; ?>" id="reg_mb_zip" <?php echo $config['cf_req_addr']?"required":""; ?> class="frm_input twopart_input <?php echo $config['cf_req_addr']?"required":""; ?>" size="5" maxlength="6" placeholder="우편번호">
|
<input type="text" name="mb_zip" value="<?php echo $member['mb_zip1'].$member['mb_zip2']; ?>" id="reg_mb_zip" <?php echo $config['cf_req_addr']?"required":""; ?> class="frm_input twopart_input <?php echo $config['cf_req_addr']?"required":""; ?>" size="5" maxlength="6" placeholder="우편번호">
|
||||||
<button type="button" class="btn_frmline" onclick="win_zip('fregisterform', 'mb_zip', 'mb_addr1', 'mb_addr2', 'mb_addr3', 'mb_addr_jibeon');">주소 검색</button><br>
|
<button type="button" class="btn_frmline" onclick="win_zip('fregisterform', 'mb_zip', 'mb_addr1', 'mb_addr2', 'mb_addr3', 'mb_addr_jibeon');">주소 검색</button><br>
|
||||||
<input type="text" name="mb_addr1" value="<?php echo get_text($member['mb_addr1']) ?>" id="reg_mb_addr1" <?php echo $config['cf_req_addr']?"required":""; ?> class="frm_input frm_address full_input <?php echo $config['cf_req_addr']?"required":""; ?>" size="50" placeholder="기본주소">
|
<input type="text" name="mb_addr1" value="<?php echo get_text($member['mb_addr1']) ?>" id="reg_mb_addr1" <?php echo $config['cf_req_addr']?"required":""; ?> class="frm_input frm_address full_input <?php echo $config['cf_req_addr']?"required":""; ?>" size="50" placeholder="기본주소">
|
||||||
<label for="reg_mb_addr1" class="sound_only">기본주소<?php echo $config['cf_req_addr']?'<strong> 필수</strong>':''; ?></label><br>
|
<label for="reg_mb_addr1" class="sound_only">기본주소<?php echo $config['cf_req_addr']?' (필수)':''; ?></label><br>
|
||||||
<input type="text" name="mb_addr2" value="<?php echo get_text($member['mb_addr2']) ?>" id="reg_mb_addr2" class="frm_input frm_address full_input" size="50" placeholder="상세주소">
|
<input type="text" name="mb_addr2" value="<?php echo get_text($member['mb_addr2']) ?>" id="reg_mb_addr2" class="frm_input frm_address full_input" size="50" placeholder="상세주소">
|
||||||
<label for="reg_mb_addr2" class="sound_only">상세주소</label>
|
<label for="reg_mb_addr2" class="sound_only">상세주소</label>
|
||||||
<br>
|
<br>
|
||||||
@ -172,7 +176,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
<ul>
|
<ul>
|
||||||
<?php if ($config['cf_use_signature']) { ?>
|
<?php if ($config['cf_use_signature']) { ?>
|
||||||
<li>
|
<li>
|
||||||
<label for="reg_mb_signature">서명<?php if ($config['cf_req_signature']){ ?><strong class="sound_only">필수</strong><?php } ?></label>
|
<label for="reg_mb_signature">서명<?php if ($config['cf_req_signature']){ ?> (필수)<?php } ?></label>
|
||||||
<textarea name="mb_signature" id="reg_mb_signature" <?php echo $config['cf_req_signature']?"required":""; ?> class="<?php echo $config['cf_req_signature']?"required":""; ?>" placeholder="서명"><?php echo $member['mb_signature'] ?></textarea>
|
<textarea name="mb_signature" id="reg_mb_signature" <?php echo $config['cf_req_signature']?"required":""; ?> class="<?php echo $config['cf_req_signature']?"required":""; ?>" placeholder="서명"><?php echo $member['mb_signature'] ?></textarea>
|
||||||
</li>
|
</li>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@ -302,7 +306,7 @@ $(function() {
|
|||||||
var pageTypeParam = "pageType=register";
|
var pageTypeParam = "pageType=register";
|
||||||
|
|
||||||
<?php if($config['cf_cert_use'] && $config['cf_cert_sa']) { ?>
|
<?php if($config['cf_cert_use'] && $config['cf_cert_sa']) { ?>
|
||||||
// 이니시스 통합인증
|
// 이니시스 간편인증
|
||||||
var url = "<?php echo G5_INICERT_URL; ?>/ini_request.php";
|
var url = "<?php echo G5_INICERT_URL; ?>/ini_request.php";
|
||||||
var type = "";
|
var type = "";
|
||||||
var params = "";
|
var params = "";
|
||||||
|
|||||||
@ -41,7 +41,7 @@
|
|||||||
.fregister_agree {position:absolute;top:0;right:0}
|
.fregister_agree {position:absolute;top:0;right:0}
|
||||||
.fregister_agree input[type="checkbox"] + label {color:#676e70}
|
.fregister_agree input[type="checkbox"] + label {color:#676e70}
|
||||||
.fregister_agree input[type="checkbox"] + label:hover {color:#2172f8}
|
.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 {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 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}
|
.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 {display:block;margin-bottom:10px;line-height:24px}
|
||||||
.register_form_inner label.inline {display:inline}
|
.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 #msg_certify {margin:5px 0;padding:5px;border:1px solid #dbecff;background:#eaf4ff;text-align:center}
|
||||||
#fregisterform .frm_address {margin:5px 0 0}
|
#fregisterform .frm_address {margin:5px 0 0}
|
||||||
#fregisterform #mb_addr3 {display:inline-block;margin:5px 0 0;vertical-align:middle}
|
#fregisterform #mb_addr3 {display:inline-block;margin:5px 0 0;vertical-align:middle}
|
||||||
@ -96,11 +98,14 @@
|
|||||||
|
|
||||||
/* 아이디/비밀번호 찾기 */
|
/* 아이디/비밀번호 찾기 */
|
||||||
#find_info h3 {display:none;margin-bottom:30px;text-align:center;font-size:1.1em;}
|
#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 {width:460px;float:left;}
|
||||||
|
#find_info.cert .new_win_con:nth-child(2) {margin-left:10px;}
|
||||||
#find_info.cert h3 {display:block;}
|
#find_info.cert h3 {display:block;}
|
||||||
#find_info #mb_hp_label {display:inline-block;margin-left:10px}
|
#find_info #mb_hp_label {display:inline-block;margin-left:10px}
|
||||||
#find_info p {line-height:1.5em}
|
#find_info p {line-height:1.5em}
|
||||||
#find_info #mb_email {margin:10px 0}
|
#find_info #mb_email {margin:10px 0}
|
||||||
|
#find_info .find_btn .btn_submit {width:30%;word-break:keep-all;}
|
||||||
|
|
||||||
/* 비밀번호 재설정 */
|
/* 비밀번호 재설정 */
|
||||||
#pw_reset #info_fs {margin-bottom: 10px}
|
#pw_reset #info_fs {margin-bottom: 10px}
|
||||||
@ -124,7 +129,7 @@
|
|||||||
.member_cert_refresh_agree {position:absolute;top:0;right:0}
|
.member_cert_refresh_agree {position:absolute;top:0;right:0}
|
||||||
.member_cert_refresh_agree input[type="checkbox"] + label {color:#676e70}
|
.member_cert_refresh_agree input[type="checkbox"] + label {color:#676e70}
|
||||||
.member_cert_refresh_agree input[type="checkbox"] + label:hover {color:#2172f8}
|
.member_cert_refresh_agree input[type="checkbox"] + label:hover {color:#2172f8}
|
||||||
.member_cert_refresh_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}
|
.member_cert_refresh_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}
|
||||||
.member_cert_refresh_agree input[type="checkbox"]:checked + label {color:#000}
|
.member_cert_refresh_agree input[type="checkbox"]:checked + label {color:#000}
|
||||||
.member_cert_refresh_agree input[type="checkbox"]:checked + label span {background:url('./img/chk.png') no-repeat 50% 50% #3a8afd;border-color:#1471f6;border-radius:3px}
|
.member_cert_refresh_agree input[type="checkbox"]:checked + label span {background:url('./img/chk.png') no-repeat 50% 50% #3a8afd;border-color:#1471f6;border-radius:3px}
|
||||||
.member_cert_refresh_agree.chk_all input[type="checkbox"] + label span {top:18px}
|
.member_cert_refresh_agree.chk_all input[type="checkbox"] + label span {top:18px}
|
||||||
|
|||||||
@ -95,20 +95,17 @@ $email_msg = $is_exists_email ? '등록할 이메일이 중복되었습니다.
|
|||||||
<h2>개인정보 입력</h2>
|
<h2>개인정보 입력</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<?php if($config['cf_cert_use'] <> 0) { ?>
|
<?php
|
||||||
<div id="msg_certify">
|
|
||||||
버튼을 눌러 <strong>본인인증</strong>을 진행해주세요. <?php if($config['cf_cert_req'] == 1) { ?>이름/휴대폰 번호는 자동으로 입력됩니다.<?php } ?>
|
|
||||||
</div>
|
|
||||||
<?php }
|
|
||||||
if ($config['cf_cert_use']) {
|
if ($config['cf_cert_use']) {
|
||||||
if ($config['cf_cert_sa']) {
|
if ($config['cf_cert_sa']) {
|
||||||
echo '<button type="button" id="win_sa_kakao_cert" class="btn_frmline win_sa_cert" data-type="">통합 인증</button>'.PHP_EOL;
|
echo '<button type="button" id="win_sa_kakao_cert" class="btn_frmline win_sa_cert" data-type="">간편인증</button>'.PHP_EOL;
|
||||||
}
|
}
|
||||||
if ($config['cf_cert_hp'])
|
if ($config['cf_cert_hp'])
|
||||||
echo '<button type="button" id="win_hp_cert" class="btn_frmline">휴대폰 본인확인</button>' . PHP_EOL;
|
echo '<button type="button" id="win_hp_cert" class="btn_frmline">휴대폰 본인확인</button>' . PHP_EOL;
|
||||||
if ($config['cf_cert_ipin'])
|
if ($config['cf_cert_ipin'])
|
||||||
echo '<button type="button" id="win_ipin_cert" class="btn_frmline">아이핀 본인확인</button>' . PHP_EOL;
|
echo '<button type="button" id="win_ipin_cert" class="btn_frmline">아이핀 본인확인</button>' . PHP_EOL;
|
||||||
|
|
||||||
|
echo '<span class="cert_req">(필수)</span>';
|
||||||
echo '<noscript>본인확인을 위해서는 자바스크립트 사용이 가능해야합니다.</noscript>' . PHP_EOL;
|
echo '<noscript>본인확인을 위해서는 자바스크립트 사용이 가능해야합니다.</noscript>' . PHP_EOL;
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
@ -116,7 +113,7 @@ $email_msg = $is_exists_email ? '등록할 이메일이 중복되었습니다.
|
|||||||
<?php if ($req_nick) { ?>
|
<?php if ($req_nick) { ?>
|
||||||
<li>
|
<li>
|
||||||
<label for="reg_mb_nick">
|
<label for="reg_mb_nick">
|
||||||
닉네임<strong class="sound_only">필수</strong>
|
닉네임 (필수)
|
||||||
<button type="button" class="tooltip_icon"><i class="fa fa-question-circle-o" aria-hidden="true"></i><span class="sound_only">설명보기</span></button>
|
<button type="button" class="tooltip_icon"><i class="fa fa-question-circle-o" aria-hidden="true"></i><span class="sound_only">설명보기</span></button>
|
||||||
<span class="tooltip">공백없이 한글,영문,숫자만 입력 가능 (한글2자, 영문4자 이상)<br> 닉네임을 바꾸시면 앞으로 <?php echo (int)$config['cf_nick_modify'] ?>일 이내에는 변경 할 수 없습니다.</span>
|
<span class="tooltip">공백없이 한글,영문,숫자만 입력 가능 (한글2자, 영문4자 이상)<br> 닉네임을 바꾸시면 앞으로 <?php echo (int)$config['cf_nick_modify'] ?>일 이내에는 변경 할 수 없습니다.</span>
|
||||||
</label>
|
</label>
|
||||||
@ -127,7 +124,7 @@ $email_msg = $is_exists_email ? '등록할 이메일이 중복되었습니다.
|
|||||||
</li>
|
</li>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<li>
|
<li>
|
||||||
<label for="reg_mb_email">E-mail<strong class="sound_only">필수</strong>
|
<label for="reg_mb_email">E-mail (필수)
|
||||||
|
|
||||||
<?php if ($config['cf_use_email_certify']) { ?>
|
<?php if ($config['cf_use_email_certify']) { ?>
|
||||||
<button type="button" class="tooltip_icon"><i class="fa fa-question-circle-o" aria-hidden="true"></i><span class="sound_only">설명보기</span></button>
|
<button type="button" class="tooltip_icon"><i class="fa fa-question-circle-o" aria-hidden="true"></i><span class="sound_only">설명보기</span></button>
|
||||||
@ -188,9 +185,9 @@ $email_msg = $is_exists_email ? '등록할 이메일이 중복되었습니다.
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="login_fs">
|
<div id="login_fs">
|
||||||
<label for="login_id" class="login_id">아이디<strong class="sound_only"> 필수</strong></label>
|
<label for="login_id" class="login_id">아이디 (필수)</label>
|
||||||
<span class="lg_id"><input type="text" name="mb_id" id="login_id" class="frm_input required" size="20" maxLength="20"></span>
|
<span class="lg_id"><input type="text" name="mb_id" id="login_id" class="frm_input required" size="20" maxLength="20"></span>
|
||||||
<label for="login_pw" class="login_pw">비밀번호<strong class="sound_only"> 필수</strong></label>
|
<label for="login_pw" class="login_pw">비밀번호 (필수)</label>
|
||||||
<span class="lg_pw"><input type="password" name="mb_password" id="login_pw" class="frm_input required" size="20" maxLength="20"></span>
|
<span class="lg_pw"><input type="password" name="mb_password" id="login_pw" class="frm_input required" size="20" maxLength="20"></span>
|
||||||
<br>
|
<br>
|
||||||
<input type="submit" value="연결하기" class="login_submit btn_submit">
|
<input type="submit" value="연결하기" class="login_submit btn_submit">
|
||||||
@ -215,7 +212,7 @@ $email_msg = $is_exists_email ? '등록할 이메일이 중복되었습니다.
|
|||||||
var pageTypeParam = "pageType=register";
|
var pageTypeParam = "pageType=register";
|
||||||
|
|
||||||
<?php if ($config['cf_cert_use'] && $config['cf_cert_sa']) { ?>
|
<?php if ($config['cf_cert_use'] && $config['cf_cert_sa']) { ?>
|
||||||
// 이니시스 통합인증
|
// 이니시스 간편인증
|
||||||
var url = "<?php echo G5_INICERT_URL; ?>/ini_request.php";
|
var url = "<?php echo G5_INICERT_URL; ?>/ini_request.php";
|
||||||
var type = "";
|
var type = "";
|
||||||
var params = "";
|
var params = "";
|
||||||
|
|||||||
@ -121,7 +121,7 @@
|
|||||||
.fregister_agree {position:absolute;top:0;right:0}
|
.fregister_agree {position:absolute;top:0;right:0}
|
||||||
.fregister_agree input[type="checkbox"] + label {color:#676e70}
|
.fregister_agree input[type="checkbox"] + label {color:#676e70}
|
||||||
.fregister_agree input[type="checkbox"] + label:hover {color:#2172f8}
|
.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 {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 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}
|
.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 {display:block;margin-bottom:10px;line-height:24px}
|
||||||
.register_form_inner label.inline {display:inline}
|
.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 #msg_certify {margin:5px 0;padding:5px;border:1px solid #dbecff;background:#eaf4ff;text-align:center}
|
||||||
#fregisterform .frm_address {margin:5px 0 0}
|
#fregisterform .frm_address {margin:5px 0 0}
|
||||||
#fregisterform #mb_addr3 {display:inline-block;margin:5px 0 0;vertical-align:middle}
|
#fregisterform #mb_addr3 {display:inline-block;margin:5px 0 0;vertical-align:middle}
|
||||||
|
|||||||
@ -17,7 +17,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
<input type="hidden" name="mb_name" value="<?php echo $member['mb_name']; ?>">
|
<input type="hidden" name="mb_name" value="<?php echo $member['mb_name']; ?>">
|
||||||
<input type="hidden" name="cert_no" value="">
|
<input type="hidden" name="cert_no" value="">
|
||||||
<section id="member_cert_refresh_private">
|
<section id="member_cert_refresh_private">
|
||||||
<h2>추가 개인정보처리방침 안내</h2>
|
<h2>(필수) 추가 개인정보처리방침 안내</h2>
|
||||||
<div>
|
<div>
|
||||||
<div class="tbl_head01 tbl_wrap">
|
<div class="tbl_head01 tbl_wrap">
|
||||||
<table>
|
<table>
|
||||||
@ -58,10 +58,8 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
if ($config['cf_cert_use']) {
|
if ($config['cf_cert_use']) {
|
||||||
echo '<div class="cert_btn">';
|
echo '<div class="cert_btn">';
|
||||||
if ($config['cf_cert_sa']) {
|
if ($config['cf_cert_sa']) {
|
||||||
echo '<button type="button" id="win_sa_kakao_cert" class="btn_close win_sa_cert" data-type="">통합 인증</button>' . PHP_EOL;
|
echo '<button type="button" id="win_sa_kakao_cert" class="btn_submit win_sa_cert" data-type="">간편인증</button>' . PHP_EOL;
|
||||||
}
|
}
|
||||||
echo '</div>';
|
|
||||||
echo '<div class="win_btn">';
|
|
||||||
if ($config['cf_cert_hp'])
|
if ($config['cf_cert_hp'])
|
||||||
echo '<button type="button" id="win_hp_cert" class="btn_submit">휴대폰 본인확인</button>' . PHP_EOL;
|
echo '<button type="button" id="win_hp_cert" class="btn_submit">휴대폰 본인확인</button>' . PHP_EOL;
|
||||||
if ($config['cf_cert_ipin'])
|
if ($config['cf_cert_ipin'])
|
||||||
@ -80,7 +78,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
var f = document.fcertrefreshform;
|
var f = document.fcertrefreshform;
|
||||||
|
|
||||||
<?php if ($config['cf_cert_use'] && $config['cf_cert_sa']) { ?>
|
<?php if ($config['cf_cert_use'] && $config['cf_cert_sa']) { ?>
|
||||||
// 이니시스 통합인증
|
// 이니시스 간편인증
|
||||||
var url = "<?php echo G5_INICERT_URL; ?>/ini_request.php";
|
var url = "<?php echo G5_INICERT_URL; ?>/ini_request.php";
|
||||||
var type = "";
|
var type = "";
|
||||||
var params = "";
|
var params = "";
|
||||||
|
|||||||
@ -9,7 +9,7 @@ if($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin'] |
|
|||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<!-- 회원정보 찾기 시작 { -->
|
<!-- 회원정보 찾기 시작 { -->
|
||||||
<div id="find_info" class="new_win <?php if($config['cf_cert_use'] != 0 && $config['cf_cert_find'] != 0) { ?> cert <?php } ?>">
|
<div id="find_info" class="new_win<?php if($config['cf_cert_use'] != 0 && $config['cf_cert_find'] != 0) { ?> cert<?php } ?>">
|
||||||
<div class="new_win_con">
|
<div class="new_win_con">
|
||||||
<form name="fpasswordlost" action="<?php echo $action_url ?>" onsubmit="return fpasswordlost_submit(this);" method="post" autocomplete="off">
|
<form name="fpasswordlost" action="<?php echo $action_url ?>" onsubmit="return fpasswordlost_submit(this);" method="post" autocomplete="off">
|
||||||
<h3>이메일로 찾기</h3>
|
<h3>이메일로 찾기</h3>
|
||||||
@ -29,21 +29,19 @@ if($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin'] |
|
|||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<?php if($config['cf_cert_use'] != 0 && $config['cf_cert_find'] != 0) { ?>
|
<?php if($config['cf_cert_use'] != 0 && $config['cf_cert_find'] != 0) { ?>
|
||||||
<div class="new_win_con">
|
<div class="new_win_con find_btn">
|
||||||
<h3>본인인증으로 찾기</h3>
|
<h3>본인인증으로 찾기</h3>
|
||||||
<?php if(!empty($config['cf_cert_sa'])) { ?>
|
|
||||||
<div class="cert_btn">
|
<div class="cert_btn">
|
||||||
<button type="button" id="win_sa_kakao_cert" class="btn_close win_sa_cert" data-type="">통합 인증</button>
|
<?php if(!empty($config['cf_cert_sa'])) { ?>
|
||||||
</div>
|
<button type="button" id="win_sa_kakao_cert" class="btn_submit win_sa_cert" data-type="">간편인증</button>
|
||||||
<?php } if(!empty($config['cf_cert_hp']) || !empty($config['cf_cert_ipin'])) { ?>
|
<?php } if(!empty($config['cf_cert_hp']) || !empty($config['cf_cert_ipin'])) { ?>
|
||||||
<div class="win_btn">
|
|
||||||
<?php if(!empty($config['cf_cert_hp'])) { ?>
|
<?php if(!empty($config['cf_cert_hp'])) { ?>
|
||||||
<button type="button" id="win_hp_cert" class="btn_submit">휴대폰 본인확인</button>
|
<button type="button" id="win_hp_cert" class="btn_submit">휴대폰 본인확인</button>
|
||||||
<?php } if(!empty($config['cf_cert_ipin'])) { ?>
|
<?php } if(!empty($config['cf_cert_ipin'])) { ?>
|
||||||
<button type="button" id="win_ipin_cert" class="btn_submit">아이핀 본인확인</button>
|
<button type="button" id="win_ipin_cert" class="btn_submit">아이핀 본인확인</button>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</div>
|
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -26,18 +26,18 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
<h2>사이트 이용정보 입력</h2>
|
<h2>사이트 이용정보 입력</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<label for="reg_mb_id" class="sound_only">아이디<strong>필수</strong></label>
|
<label for="reg_mb_id" class="sound_only">아이디 (필수)</label>
|
||||||
<input type="text" name="mb_id" value="<?php echo $member['mb_id'] ?>" id="reg_mb_id" class="frm_input full_input <?php echo $required ?> <?php echo $readonly ?>" minlength="3" maxlength="20" <?php echo $required ?> <?php echo $readonly ?> placeholder="아이디">
|
<input type="text" name="mb_id" value="<?php echo $member['mb_id'] ?>" id="reg_mb_id" class="frm_input full_input <?php echo $required ?> <?php echo $readonly ?>" minlength="3" maxlength="20" <?php echo $required ?> <?php echo $readonly ?> placeholder="아이디 (필수)">
|
||||||
<span id="msg_mb_id"></span>
|
<span id="msg_mb_id"></span>
|
||||||
<span class="frm_info">영문자, 숫자, _ 만 입력 가능. 최소 3자이상 입력하세요.</span>
|
<span class="frm_info">영문자, 숫자, _ 만 입력 가능. 최소 3자이상 입력하세요.</span>
|
||||||
</li>
|
</li>
|
||||||
<li class="password">
|
<li class="password">
|
||||||
<label for="reg_mb_password" class="sound_only">비밀번호<strong>필수</strong></label>
|
<label for="reg_mb_password" class="sound_only">비밀번호 (필수)</label>
|
||||||
<input type="password" name="mb_password" id="reg_mb_password" class="frm_input full_input <?php echo $required ?>" minlength="3" maxlength="20" <?php echo $required ?> placeholder="비밀번호">
|
<input type="password" name="mb_password" id="reg_mb_password" class="frm_input full_input <?php echo $required ?>" minlength="3" maxlength="20" <?php echo $required ?> placeholder="비밀번호 (필수)">
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<label for="reg_mb_password_re" class="sound_only">비밀번호 확인<strong>필수</strong></label>
|
<label for="reg_mb_password_re" class="sound_only">비밀번호확인 (필수)</label>
|
||||||
<input type="password" name="mb_password_re" id="reg_mb_password_re" class="frm_input full_input <?php echo $required ?>" minlength="3" maxlength="20" <?php echo $required ?> placeholder="비밀번호확인">
|
<input type="password" name="mb_password_re" id="reg_mb_password_re" class="frm_input full_input <?php echo $required ?>" minlength="3" maxlength="20" <?php echo $required ?> placeholder="비밀번호확인 (필수)">
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@ -46,20 +46,24 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
<h2>개인정보 입력</h2>
|
<h2>개인정보 입력</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<?php if($config['cf_cert_use'] <> 0) { ?>
|
<?php
|
||||||
<div id="msg_certify">
|
|
||||||
버튼을 눌러 <strong>본인인증</strong>을 진행해주세요. <?php if($config['cf_cert_req'] == 1) { ?><br>이름/휴대폰 번호는 자동으로 입력됩니다.<?php } ?>
|
|
||||||
</div>
|
|
||||||
<?php }
|
|
||||||
if ($config['cf_cert_use']) {
|
if ($config['cf_cert_use']) {
|
||||||
|
$desc_name = ' - 본인확인 시 자동입력';
|
||||||
|
$desc_phone = ' - 본인확인 시 자동입력';
|
||||||
|
|
||||||
|
if (!$config['cf_cert_sa'] && !$config['cf_cert_hp'] && $config['cf_cert_ipin']) {
|
||||||
|
$desc_phone = '';
|
||||||
|
}
|
||||||
|
|
||||||
if ($config['cf_cert_sa']) {
|
if ($config['cf_cert_sa']) {
|
||||||
echo '<button type="button" id="win_sa_kakao_cert" class="btn_frmline win_sa_cert" data-type="">통합 인증</button>'.PHP_EOL;
|
echo '<button type="button" id="win_sa_kakao_cert" class="btn_frmline btn win_sa_cert" data-type="">간편인증</button>'.PHP_EOL;
|
||||||
}
|
}
|
||||||
if ($config['cf_cert_hp'])
|
if ($config['cf_cert_hp'])
|
||||||
echo '<button type="button" id="win_hp_cert" class="btn_frmline btn">휴대폰 본인확인</button>'.PHP_EOL;
|
echo '<button type="button" id="win_hp_cert" class="btn_frmline btn">휴대폰 본인확인</button>'.PHP_EOL;
|
||||||
if ($config['cf_cert_ipin'])
|
if ($config['cf_cert_ipin'])
|
||||||
echo '<button type="button" id="win_ipin_cert" class="btn_frmline btn">아이핀 본인확인</button>'.PHP_EOL;
|
echo '<button type="button" id="win_ipin_cert" class="btn_frmline btn">아이핀 본인확인</button>'.PHP_EOL;
|
||||||
|
|
||||||
|
echo '<span class="cert_req">(필수)</span>';
|
||||||
echo '<noscript>본인확인을 위해서는 자바스크립트 사용이 가능해야합니다.</noscript>'.PHP_EOL;
|
echo '<noscript>본인확인을 위해서는 자바스크립트 사용이 가능해야합니다.</noscript>'.PHP_EOL;
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
@ -67,7 +71,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
if ($config['cf_cert_use'] && $member['mb_certify']) {
|
if ($config['cf_cert_use'] && $member['mb_certify']) {
|
||||||
switch ($member['mb_certify']) {
|
switch ($member['mb_certify']) {
|
||||||
case "sa":
|
case "sa":
|
||||||
$mb_cert = "통합인증";
|
$mb_cert = "간편인증";
|
||||||
break;
|
break;
|
||||||
case "ipin":
|
case "ipin":
|
||||||
$mb_cert = "아이핀";
|
$mb_cert = "아이핀";
|
||||||
@ -83,25 +87,25 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
<?php } ?>
|
<?php } ?>
|
||||||
</li>
|
</li>
|
||||||
<li class="rgs_name_li">
|
<li class="rgs_name_li">
|
||||||
<label for="reg_mb_name" class="sound_only">이름<strong>필수</strong></label>
|
<label for="reg_mb_name" class="sound_only">이름 (필수)<?php echo $desc_name ?></label>
|
||||||
<input type="text" id="reg_mb_name" name="mb_name" value="<?php echo get_text($member['mb_name']) ?>" <?php echo $required ?> <?php echo $name_readonly; ?> class="frm_input full_input <?php echo $required ?> <?php echo $name_readonly ?>" placeholder="이름">
|
<input type="text" id="reg_mb_name" name="mb_name" value="<?php echo get_text($member['mb_name']) ?>" <?php echo $required ?> <?php echo $name_readonly; ?> class="frm_input full_input <?php echo $required ?> <?php echo $name_readonly ?>" placeholder="이름 (필수)<?php echo $desc_name ?>">
|
||||||
</li>
|
</li>
|
||||||
<?php if ($req_nick) { ?>
|
<?php if ($req_nick) { ?>
|
||||||
<li>
|
<li>
|
||||||
<label for="reg_mb_nick" class="sound_only">닉네임<strong>필수</strong></label>
|
<label for="reg_mb_nick" class="sound_only">닉네임 (필수)</label>
|
||||||
|
|
||||||
<span class="frm_info">
|
<span class="frm_info">
|
||||||
공백없이 한글,영문,숫자만 입력 가능 (한글2자, 영문4자 이상)<br>
|
공백없이 한글,영문,숫자만 입력 가능 (한글2자, 영문4자 이상)<br>
|
||||||
닉네임을 바꾸시면 앞으로 <?php echo (int)$config['cf_nick_modify'] ?>일 이내에는 변경 할 수 없습니다.
|
닉네임을 바꾸시면 앞으로 <?php echo (int)$config['cf_nick_modify'] ?>일 이내에는 변경 할 수 없습니다.
|
||||||
</span>
|
</span>
|
||||||
<input type="hidden" name="mb_nick_default" value="<?php echo isset($member['mb_nick'])?get_text($member['mb_nick']):''; ?>">
|
<input type="hidden" name="mb_nick_default" value="<?php echo isset($member['mb_nick'])?get_text($member['mb_nick']):''; ?>">
|
||||||
<input type="text" name="mb_nick" value="<?php echo isset($member['mb_nick'])?get_text($member['mb_nick']):''; ?>" id="reg_mb_nick" required class="frm_input full_input required nospace" maxlength="20" placeholder="닉네임">
|
<input type="text" name="mb_nick" value="<?php echo isset($member['mb_nick'])?get_text($member['mb_nick']):''; ?>" id="reg_mb_nick" required class="frm_input full_input required nospace" maxlength="20" placeholder="닉네임 (필수)">
|
||||||
<span id="msg_mb_nick"></span>
|
<span id="msg_mb_nick"></span>
|
||||||
</li>
|
</li>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<label for="reg_mb_email" class="sound_only">E-mail<strong>필수</strong></label>
|
<label for="reg_mb_email" class="sound_only">E-mail (필수)</label>
|
||||||
<?php if ($config['cf_use_email_certify']) { ?>
|
<?php if ($config['cf_use_email_certify']) { ?>
|
||||||
<span class="frm_info">
|
<span class="frm_info">
|
||||||
<?php if ($w=='') { echo "E-mail 로 발송된 내용을 확인한 후 인증하셔야 회원가입이 완료됩니다."; } ?>
|
<?php if ($w=='') { echo "E-mail 로 발송된 내용을 확인한 후 인증하셔야 회원가입이 완료됩니다."; } ?>
|
||||||
@ -109,28 +113,28 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
</span>
|
</span>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<input type="hidden" name="old_email" value="<?php echo $member['mb_email'] ?>">
|
<input type="hidden" name="old_email" value="<?php echo $member['mb_email'] ?>">
|
||||||
<input type="email" name="mb_email" value="<?php echo isset($member['mb_email'])?$member['mb_email']:''; ?>" id="reg_mb_email" required class="frm_input email required" size="50" maxlength="100" placeholder="E-mail">
|
<input type="email" name="mb_email" value="<?php echo isset($member['mb_email'])?$member['mb_email']:''; ?>" id="reg_mb_email" required class="frm_input email required" size="50" maxlength="100" placeholder="E-mail (필수)">
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<?php if ($config['cf_use_homepage']) { ?>
|
<?php if ($config['cf_use_homepage']) { ?>
|
||||||
<li>
|
<li>
|
||||||
<label for="reg_mb_homepage" class="sound_only">홈페이지<?php if ($config['cf_req_homepage']){ ?><strong>필수</strong><?php } ?></label>
|
<label for="reg_mb_homepage" class="sound_only">홈페이지<?php if ($config['cf_req_homepage']){ ?> (필수)<?php } ?></label>
|
||||||
<input type="text" name="mb_homepage" value="<?php echo get_text($member['mb_homepage']) ?>" id="reg_mb_homepage" class="frm_input full_input <?php echo $config['cf_req_homepage']?"required":""; ?>" maxlength="255" <?php echo $config['cf_req_homepage']?"required":""; ?> placeholder="홈페이지">
|
<input type="text" name="mb_homepage" value="<?php echo get_text($member['mb_homepage']) ?>" id="reg_mb_homepage" class="frm_input full_input <?php echo $config['cf_req_homepage']?"required":""; ?>" maxlength="255" <?php echo $config['cf_req_homepage']?"required":""; ?> placeholder="홈페이지<?php if ($config['cf_req_homepage']){ ?> (필수)<?php } ?>">
|
||||||
</li>
|
</li>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<?php if ($config['cf_use_tel']) { ?>
|
<?php if ($config['cf_use_tel']) { ?>
|
||||||
<li>
|
<li>
|
||||||
<label for="reg_mb_tel" class="sound_only">전화번호<?php if ($config['cf_req_tel']) { ?><strong>필수</strong><?php } ?></label>
|
<label for="reg_mb_tel" class="sound_only">전화번호<?php if ($config['cf_req_tel']) { ?> (필수)<?php } ?></label>
|
||||||
<input type="text" name="mb_tel" value="<?php echo get_text($member['mb_tel']) ?>" id="reg_mb_tel" class="frm_input full_input <?php echo $config['cf_req_tel']?"required":""; ?>" maxlength="20" <?php echo $config['cf_req_tel']?"required":""; ?> placeholder="전화번호">
|
<input type="text" name="mb_tel" value="<?php echo get_text($member['mb_tel']) ?>" id="reg_mb_tel" class="frm_input full_input <?php echo $config['cf_req_tel']?"required":""; ?>" maxlength="20" <?php echo $config['cf_req_tel']?"required":""; ?> placeholder="전화번호<?php if ($config['cf_req_tel']) { ?> (필수)<?php } ?>">
|
||||||
</li>
|
</li>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<?php if ($config['cf_use_hp'] || ($config["cf_cert_use"] && ($config['cf_cert_hp'] || $config['cf_cert_sa']))) { ?>
|
<?php if ($config['cf_use_hp'] || ($config["cf_cert_use"] && ($config['cf_cert_hp'] || $config['cf_cert_sa']))) { ?>
|
||||||
<li>
|
<li>
|
||||||
<label for="reg_mb_hp">휴대폰번호<?php if (!empty($hp_required)) { ?><strong class="sound_only">필수</strong><?php } ?></label>
|
<label for="reg_mb_hp" class="sound_only">휴대폰번호<?php if (!empty($hp_required)) { ?> (필수)<?php } ?><?php echo $desc_phone ?></label>
|
||||||
|
|
||||||
<input type="text" name="mb_hp" value="<?php echo get_text($member['mb_hp']) ?>" id="reg_mb_hp" <?php echo $hp_required; ?> <?php echo $hp_readonly; ?> class="frm_input full_input <?php echo $hp_required; ?> <?php echo $hp_readonly; ?>" maxlength="20" placeholder="휴대폰번호">
|
<input type="text" name="mb_hp" value="<?php echo get_text($member['mb_hp']) ?>" id="reg_mb_hp" <?php echo $hp_required; ?> <?php echo $hp_readonly; ?> class="frm_input full_input <?php echo $hp_required; ?> <?php echo $hp_readonly; ?>" maxlength="20" placeholder="휴대폰번호<?php if (!empty($hp_required)) { ?> (필수)<?php } ?><?php echo $desc_phone ?>">
|
||||||
<?php if ($config['cf_cert_use'] && ($config['cf_cert_hp'] || $config['cf_cert_sa'])) { ?>
|
<?php if ($config['cf_cert_use'] && ($config['cf_cert_hp'] || $config['cf_cert_sa'])) { ?>
|
||||||
<input type="hidden" name="old_mb_hp" value="<?php echo get_text($member['mb_hp']) ?>">
|
<input type="hidden" name="old_mb_hp" value="<?php echo get_text($member['mb_hp']) ?>">
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@ -141,13 +145,13 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
<?php if ($config['cf_use_addr']) { ?>
|
<?php if ($config['cf_use_addr']) { ?>
|
||||||
<li>
|
<li>
|
||||||
<div class="adress">
|
<div class="adress">
|
||||||
<span class="frm_label sound_only">주소<?php if ($config['cf_req_addr']) { ?>필수<?php } ?></span>
|
<span class="frm_label sound_only">주소<?php if ($config['cf_req_addr']) { ?> (필수)<?php } ?></span>
|
||||||
<label for="reg_mb_zip" class="sound_only">우편번호<?php echo $config['cf_req_addr']?'<strong class="sound_only"> 필수</strong>':''; ?></label>
|
<label for="reg_mb_zip" class="sound_only">우편번호<?php echo $config['cf_req_addr']?' (필수)':''; ?></label>
|
||||||
<input type="text" name="mb_zip" value="<?php echo $member['mb_zip1'].$member['mb_zip2']; ?>" id="reg_mb_zip" <?php echo $config['cf_req_addr']?"required":""; ?> class="frm_input <?php echo $config['cf_req_addr']?"required":""; ?>" size="5" maxlength="6" placeholder="우편번호">
|
<input type="text" name="mb_zip" value="<?php echo $member['mb_zip1'].$member['mb_zip2']; ?>" id="reg_mb_zip" <?php echo $config['cf_req_addr']?"required":""; ?> class="frm_input <?php echo $config['cf_req_addr']?"required":""; ?>" size="5" maxlength="6" placeholder="우편번호<?php echo $config['cf_req_addr']?' (필수)':''; ?>">
|
||||||
<button type="button" class="btn_frmline" onclick="win_zip('fregisterform', 'mb_zip', 'mb_addr1', 'mb_addr2', 'mb_addr3', 'mb_addr_jibeon');">주소검색</button><br>
|
<button type="button" class="btn_frmline" onclick="win_zip('fregisterform', 'mb_zip', 'mb_addr1', 'mb_addr2', 'mb_addr3', 'mb_addr_jibeon');">주소검색</button><br>
|
||||||
</div>
|
</div>
|
||||||
<label for="reg_mb_addr1" class="sound_only">주소<?php echo $config['cf_req_addr']?'<strong class="sound_only"> 필수</strong>':''; ?></label>
|
<label for="reg_mb_addr1" class="sound_only">주소<?php echo $config['cf_req_addr']?' (필수)':''; ?></label>
|
||||||
<input type="text" name="mb_addr1" value="<?php echo get_text($member['mb_addr1']) ?>" id="reg_mb_addr1" <?php echo $config['cf_req_addr']?"required":""; ?> class="frm_input frm_address <?php echo $config['cf_req_addr']?"required":""; ?>" size="50" placeholder="주소"><br>
|
<input type="text" name="mb_addr1" value="<?php echo get_text($member['mb_addr1']) ?>" id="reg_mb_addr1" <?php echo $config['cf_req_addr']?"required":""; ?> class="frm_input frm_address <?php echo $config['cf_req_addr']?"required":""; ?>" size="50" placeholder="주소<?php echo $config['cf_req_addr']?' (필수)':''; ?>"><br>
|
||||||
<label for="reg_mb_addr2" class="sound_only">상세주소</label>
|
<label for="reg_mb_addr2" class="sound_only">상세주소</label>
|
||||||
<input type="text" name="mb_addr2" value="<?php echo get_text($member['mb_addr2']) ?>" id="reg_mb_addr2" class="frm_input frm_address" size="50" placeholder="상세주소">
|
<input type="text" name="mb_addr2" value="<?php echo get_text($member['mb_addr2']) ?>" id="reg_mb_addr2" class="frm_input frm_address" size="50" placeholder="상세주소">
|
||||||
<br>
|
<br>
|
||||||
@ -165,8 +169,8 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
<ul>
|
<ul>
|
||||||
<?php if ($config['cf_use_signature']) { ?>
|
<?php if ($config['cf_use_signature']) { ?>
|
||||||
<li>
|
<li>
|
||||||
<label for="reg_mb_signature" class="sound_only">서명<?php if ($config['cf_req_signature']){ ?><strong>필수</strong><?php } ?></label>
|
<label for="reg_mb_signature" class="sound_only">서명<?php if ($config['cf_req_signature']){ ?> (필수)<?php } ?></label>
|
||||||
<textarea name="mb_signature" id="reg_mb_signature" class="<?php echo $config['cf_req_signature']?"required":""; ?>" <?php echo $config['cf_req_signature']?"required":""; ?> placeholder="서명"><?php echo $member['mb_signature'] ?></textarea>
|
<textarea name="mb_signature" id="reg_mb_signature" class="<?php echo $config['cf_req_signature']?"required":""; ?>" <?php echo $config['cf_req_signature']?"required":""; ?> placeholder="서명<?php if ($config['cf_req_signature']){ ?> (필수)<?php } ?>"><?php echo $member['mb_signature'] ?></textarea>
|
||||||
</li>
|
</li>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
@ -289,7 +293,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
var pageTypeParam = "pageType=register";
|
var pageTypeParam = "pageType=register";
|
||||||
|
|
||||||
<?php if($config['cf_cert_use'] && $config['cf_cert_sa']) { ?>
|
<?php if($config['cf_cert_use'] && $config['cf_cert_sa']) { ?>
|
||||||
// 이니시스 통합인증
|
// 이니시스 간편인증
|
||||||
var url = "<?php echo G5_INICERT_URL; ?>/ini_request.php";
|
var url = "<?php echo G5_INICERT_URL; ?>/ini_request.php";
|
||||||
var type = "";
|
var type = "";
|
||||||
var params = "";
|
var params = "";
|
||||||
@ -355,7 +359,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
|
|
||||||
switch(val) {
|
switch(val) {
|
||||||
case "sa":
|
case "sa":
|
||||||
type = "통합인증";
|
type = "간편인증";
|
||||||
break;
|
break;
|
||||||
case "ipin":
|
case "ipin":
|
||||||
type = "아이핀";
|
type = "아이핀";
|
||||||
|
|||||||
@ -29,6 +29,7 @@
|
|||||||
#fregisterform .btn_confirm {text-align:center;margin:20px 0}
|
#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_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 .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 #reg_mb_email, #fregisterform .frm_address {width:100%}
|
||||||
#fregisterform textarea {width:100%;height:84px}
|
#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}
|
.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 {color:#676e70}
|
||||||
.fregister_agree input[type="checkbox"] + label:hover {color:#2172f8}
|
.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 {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 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}
|
.fregister_agree.chk_all input[type="checkbox"] + label span {top:15px}
|
||||||
@ -90,6 +91,7 @@
|
|||||||
#find_info #info_fs p {margin:0 0 10px;line-height:1.5em;font-size:0.92em;color:#4162ff}
|
#find_info #info_fs p {margin:0 0 10px;line-height:1.5em;font-size:0.92em;color:#4162ff}
|
||||||
#find_info #info_fs #mb_email {width:100%}
|
#find_info #info_fs #mb_email {width:100%}
|
||||||
#find_info #captcha {margin:5px 0}
|
#find_info #captcha {margin:5px 0}
|
||||||
|
#find_info .find_btn .btn_submit {margin:5px 0;width:100%;}
|
||||||
|
|
||||||
/* 비밀번호 재설정 */
|
/* 비밀번호 재설정 */
|
||||||
#pw_reset #info_fs {margin-bottom: 10px}
|
#pw_reset #info_fs {margin-bottom: 10px}
|
||||||
@ -108,7 +110,7 @@
|
|||||||
#member_cert_refresh_private .tbl_head01 caption {position:absolute;font-size:0;line-height:0;overflow:hidden;top:0;color:#fff}
|
#member_cert_refresh_private .tbl_head01 caption {position:absolute;font-size:0;line-height:0;overflow:hidden;top:0;color:#fff}
|
||||||
.member_cert_refresh_agree input[type="checkbox"] + label {color:#676e70}
|
.member_cert_refresh_agree input[type="checkbox"] + label {color:#676e70}
|
||||||
.member_cert_refresh_agree input[type="checkbox"] + label:hover {color:#2172f8}
|
.member_cert_refresh_agree input[type="checkbox"] + label:hover {color:#2172f8}
|
||||||
.member_cert_refresh_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}
|
.member_cert_refresh_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}
|
||||||
.member_cert_refresh_agree input[type="checkbox"]:checked + label {color:#000}
|
.member_cert_refresh_agree input[type="checkbox"]:checked + label {color:#000}
|
||||||
.member_cert_refresh_agree input[type="checkbox"]:checked + label span {background:url('./img/chk.png') no-repeat 50% 50% #3a8afd;border-color:#1471f6;border-radius:3px}
|
.member_cert_refresh_agree input[type="checkbox"]:checked + label span {background:url('./img/chk.png') no-repeat 50% 50% #3a8afd;border-color:#1471f6;border-radius:3px}
|
||||||
.member_cert_refresh_agree.chk_all input[type="checkbox"] + label span {top:15px}
|
.member_cert_refresh_agree.chk_all input[type="checkbox"] + label span {top:15px}
|
||||||
|
|||||||
@ -17,7 +17,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
<input type="hidden" name="mb_name" value="<?php echo $member['mb_name']; ?>">
|
<input type="hidden" name="mb_name" value="<?php echo $member['mb_name']; ?>">
|
||||||
<input type="hidden" name="cert_no" value="">
|
<input type="hidden" name="cert_no" value="">
|
||||||
<section id="member_cert_refresh_private">
|
<section id="member_cert_refresh_private">
|
||||||
<h2>추가 개인정보처리방침 안내</h2>
|
<h2>(필수) 추가 개인정보처리방침 안내</h2>
|
||||||
<div>
|
<div>
|
||||||
<div class="tbl_head01 tbl_wrap">
|
<div class="tbl_head01 tbl_wrap">
|
||||||
<table>
|
<table>
|
||||||
@ -54,10 +54,8 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
if ($config['cf_cert_use']) {
|
if ($config['cf_cert_use']) {
|
||||||
echo '<div class="cert_btn">';
|
echo '<div class="cert_btn">';
|
||||||
if ($config['cf_cert_sa']) {
|
if ($config['cf_cert_sa']) {
|
||||||
echo '<button type="button" id="win_sa_kakao_cert" class="btn_close win_sa_cert" data-type="">통합 인증</button>' . PHP_EOL;
|
echo '<button type="button" id="win_sa_kakao_cert" class="btn_submit win_sa_cert" data-type="">간편인증</button>' . PHP_EOL;
|
||||||
}
|
}
|
||||||
echo '</div>';
|
|
||||||
echo '<div class="win_btn">';
|
|
||||||
if ($config['cf_cert_hp'])
|
if ($config['cf_cert_hp'])
|
||||||
echo '<button type="button" id="win_hp_cert" class="btn_submit">휴대폰 본인확인</button>' . PHP_EOL;
|
echo '<button type="button" id="win_hp_cert" class="btn_submit">휴대폰 본인확인</button>' . PHP_EOL;
|
||||||
if ($config['cf_cert_ipin'])
|
if ($config['cf_cert_ipin'])
|
||||||
@ -76,7 +74,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
var f = document.fcertrefreshform;
|
var f = document.fcertrefreshform;
|
||||||
|
|
||||||
<?php if ($config['cf_cert_use'] && $config['cf_cert_sa']) { ?>
|
<?php if ($config['cf_cert_use'] && $config['cf_cert_sa']) { ?>
|
||||||
// 이니시스 통합인증
|
// 이니시스 간편인증
|
||||||
var url = "<?php echo G5_INICERT_URL; ?>/ini_request.php";
|
var url = "<?php echo G5_INICERT_URL; ?>/ini_request.php";
|
||||||
var type = "";
|
var type = "";
|
||||||
var params = "";
|
var params = "";
|
||||||
|
|||||||
@ -9,7 +9,7 @@ if($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin'] |
|
|||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<!-- 회원정보 찾기 시작 { -->
|
<!-- 회원정보 찾기 시작 { -->
|
||||||
<div id="find_info" class="new_win <?php if($config['cf_cert_use'] != 0 && $config['cf_cert_find'] != 0) { ?> cert <?php } ?>">
|
<div id="find_info" class="new_win<?php if($config['cf_cert_use'] != 0 && $config['cf_cert_find'] != 0) { ?> cert<?php } ?>">
|
||||||
<div class="new_win_con">
|
<div class="new_win_con">
|
||||||
<form name="fpasswordlost" action="<?php echo $action_url ?>" onsubmit="return fpasswordlost_submit(this);" method="post" autocomplete="off">
|
<form name="fpasswordlost" action="<?php echo $action_url ?>" onsubmit="return fpasswordlost_submit(this);" method="post" autocomplete="off">
|
||||||
<h3>이메일로 찾기</h3>
|
<h3>이메일로 찾기</h3>
|
||||||
@ -29,21 +29,19 @@ if($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin'] |
|
|||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<?php if($config['cf_cert_use'] != 0 && $config['cf_cert_find'] != 0) { ?>
|
<?php if($config['cf_cert_use'] != 0 && $config['cf_cert_find'] != 0) { ?>
|
||||||
<div class="new_win_con">
|
<div class="new_win_con find_btn">
|
||||||
<h3>본인인증으로 찾기</h3>
|
<h3>본인인증으로 찾기</h3>
|
||||||
<?php if(!empty($config['cf_cert_sa'])) { ?>
|
|
||||||
<div class="cert_btn">
|
<div class="cert_btn">
|
||||||
<button type="button" id="win_sa_kakao_cert" class="btn_close win_sa_cert" data-type="">통합 인증</button>
|
<?php if(!empty($config['cf_cert_sa'])) { ?>
|
||||||
</div>
|
<button type="button" id="win_sa_kakao_cert" class="btn_submit win_sa_cert" data-type="">간편인증</button>
|
||||||
<?php } if(!empty($config['cf_cert_hp']) || !empty($config['cf_cert_ipin'])) { ?>
|
<?php } if(!empty($config['cf_cert_hp']) || !empty($config['cf_cert_ipin'])) { ?>
|
||||||
<div class="win_btn">
|
|
||||||
<?php if(!empty($config['cf_cert_hp'])) { ?>
|
<?php if(!empty($config['cf_cert_hp'])) { ?>
|
||||||
<button type="button" id="win_hp_cert" class="btn_submit">휴대폰 본인확인</button>
|
<button type="button" id="win_hp_cert" class="btn_submit">휴대폰 본인확인</button>
|
||||||
<?php } if(!empty($config['cf_cert_ipin'])) { ?>
|
<?php } if(!empty($config['cf_cert_ipin'])) { ?>
|
||||||
<button type="button" id="win_ipin_cert" class="btn_submit">아이핀 본인확인</button>
|
<button type="button" id="win_ipin_cert" class="btn_submit">아이핀 본인확인</button>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</div>
|
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -30,7 +30,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<label for="reg_mb_id">
|
<label for="reg_mb_id">
|
||||||
아이디<strong class="sound_only">필수</strong>
|
아이디 (필수)
|
||||||
<button type="button" class="tooltip_icon"><i class="fa fa-question-circle-o" aria-hidden="true"></i><span class="sound_only">설명보기</span></button>
|
<button type="button" class="tooltip_icon"><i class="fa fa-question-circle-o" aria-hidden="true"></i><span class="sound_only">설명보기</span></button>
|
||||||
<span class="tooltip">영문자, 숫자, _ 만 입력 가능. 최소 3자이상 입력하세요.</span>
|
<span class="tooltip">영문자, 숫자, _ 만 입력 가능. 최소 3자이상 입력하세요.</span>
|
||||||
</label>
|
</label>
|
||||||
@ -38,11 +38,11 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
<span id="msg_mb_id"></span>
|
<span id="msg_mb_id"></span>
|
||||||
</li>
|
</li>
|
||||||
<li class="half_input left_input margin_input">
|
<li class="half_input left_input margin_input">
|
||||||
<label for="reg_mb_password">비밀번호<strong class="sound_only">필수</strong></label>
|
<label for="reg_mb_password">비밀번호 (필수)</label>
|
||||||
<input type="password" name="mb_password" id="reg_mb_password" <?php echo $required ?> class="frm_input full_input <?php echo $required ?>" minlength="3" maxlength="20" placeholder="비밀번호">
|
<input type="password" name="mb_password" id="reg_mb_password" <?php echo $required ?> class="frm_input full_input <?php echo $required ?>" minlength="3" maxlength="20" placeholder="비밀번호">
|
||||||
</li>
|
</li>
|
||||||
<li class="half_input left_input">
|
<li class="half_input left_input">
|
||||||
<label for="reg_mb_password_re">비밀번호 확인<strong class="sound_only">필수</strong></label>
|
<label for="reg_mb_password_re">비밀번호 확인 (필수)</label>
|
||||||
<input type="password" name="mb_password_re" id="reg_mb_password_re" <?php echo $required ?> class="frm_input full_input <?php echo $required ?>" minlength="3" maxlength="20" placeholder="비밀번호 확인">
|
<input type="password" name="mb_password_re" id="reg_mb_password_re" <?php echo $required ?> class="frm_input full_input <?php echo $required ?>" minlength="3" maxlength="20" placeholder="비밀번호 확인">
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -52,20 +52,24 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
<h2>개인정보 입력</h2>
|
<h2>개인정보 입력</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<?php if($config['cf_cert_use'] <> 0) { ?>
|
<?php
|
||||||
<div id="msg_certify">
|
|
||||||
버튼을 눌러 <strong>본인인증</strong>을 진행해주세요. <?php if($config['cf_cert_req'] == 1) { ?>이름/휴대폰 번호는 자동으로 입력됩니다.<?php } ?>
|
|
||||||
</div>
|
|
||||||
<?php }
|
|
||||||
if ($config['cf_cert_use']) {
|
if ($config['cf_cert_use']) {
|
||||||
|
$desc_name = '<span class="cert_desc"> 본인확인 시 자동입력</span>';
|
||||||
|
$desc_phone = '<span class="cert_desc"> 본인확인 시 자동입력</span>';
|
||||||
|
|
||||||
|
if (!$config['cf_cert_sa'] && !$config['cf_cert_hp'] && $config['cf_cert_ipin']) {
|
||||||
|
$desc_phone = '';
|
||||||
|
}
|
||||||
|
|
||||||
if ($config['cf_cert_sa']) {
|
if ($config['cf_cert_sa']) {
|
||||||
echo '<button type="button" id="win_sa_kakao_cert" class="btn_frmline win_sa_cert" data-type="">통합 인증</button>'.PHP_EOL;
|
echo '<button type="button" id="win_sa_kakao_cert" class="btn_frmline win_sa_cert" data-type="">간편인증</button>'.PHP_EOL;
|
||||||
}
|
}
|
||||||
if ($config['cf_cert_hp'])
|
if ($config['cf_cert_hp'])
|
||||||
echo '<button type="button" id="win_hp_cert" class="btn_frmline">휴대폰 본인확인</button>'.PHP_EOL;
|
echo '<button type="button" id="win_hp_cert" class="btn_frmline">휴대폰 본인확인</button>'.PHP_EOL;
|
||||||
if ($config['cf_cert_ipin'])
|
if ($config['cf_cert_ipin'])
|
||||||
echo '<button type="button" id="win_ipin_cert" class="btn_frmline">아이핀 본인확인</button>'.PHP_EOL;
|
echo '<button type="button" id="win_ipin_cert" class="btn_frmline">아이핀 본인확인</button>'.PHP_EOL;
|
||||||
|
|
||||||
|
echo '<span class="cert_req">(필수)</span>';
|
||||||
echo '<noscript>본인확인을 위해서는 자바스크립트 사용이 가능해야합니다.</noscript>'.PHP_EOL;
|
echo '<noscript>본인확인을 위해서는 자바스크립트 사용이 가능해야합니다.</noscript>'.PHP_EOL;
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
@ -73,7 +77,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
if ($config['cf_cert_use'] && $member['mb_certify']) {
|
if ($config['cf_cert_use'] && $member['mb_certify']) {
|
||||||
switch ($member['mb_certify']) {
|
switch ($member['mb_certify']) {
|
||||||
case "sa":
|
case "sa":
|
||||||
$mb_cert = "통합인증";
|
$mb_cert = "간편인증";
|
||||||
break;
|
break;
|
||||||
case "ipin":
|
case "ipin":
|
||||||
$mb_cert = "아이핀";
|
$mb_cert = "아이핀";
|
||||||
@ -89,13 +93,13 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
<?php } ?>
|
<?php } ?>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<label for="reg_mb_name">이름<strong class="sound_only">필수</strong></label>
|
<label for="reg_mb_name">이름 (필수)<?php echo $desc_name ?></label>
|
||||||
<input type="text" id="reg_mb_name" name="mb_name" value="<?php echo get_text($member['mb_name']) ?>" <?php echo $required ?> <?php echo $readonly; ?> class="frm_input full_input <?php echo $required ?> <?php echo $name_readonly ?>" size="10" placeholder="이름">
|
<input type="text" id="reg_mb_name" name="mb_name" value="<?php echo get_text($member['mb_name']) ?>" <?php echo $required ?> <?php echo $readonly; ?> class="frm_input full_input <?php echo $required ?> <?php echo $name_readonly ?>" size="10" placeholder="이름">
|
||||||
</li>
|
</li>
|
||||||
<?php if ($req_nick) { ?>
|
<?php if ($req_nick) { ?>
|
||||||
<li>
|
<li>
|
||||||
<label for="reg_mb_nick">
|
<label for="reg_mb_nick">
|
||||||
닉네임<strong class="sound_only">필수</strong>
|
닉네임 (필수)
|
||||||
<button type="button" class="tooltip_icon"><i class="fa fa-question-circle-o" aria-hidden="true"></i><span class="sound_only">설명보기</span></button>
|
<button type="button" class="tooltip_icon"><i class="fa fa-question-circle-o" aria-hidden="true"></i><span class="sound_only">설명보기</span></button>
|
||||||
<span class="tooltip">공백없이 한글,영문,숫자만 입력 가능 (한글2자, 영문4자 이상)<br> 닉네임을 바꾸시면 앞으로 <?php echo (int)$config['cf_nick_modify'] ?>일 이내에는 변경 할 수 없습니다.</span>
|
<span class="tooltip">공백없이 한글,영문,숫자만 입력 가능 (한글2자, 영문4자 이상)<br> 닉네임을 바꾸시면 앞으로 <?php echo (int)$config['cf_nick_modify'] ?>일 이내에는 변경 할 수 없습니다.</span>
|
||||||
</label>
|
</label>
|
||||||
@ -107,7 +111,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<label for="reg_mb_email">E-mail<strong class="sound_only">필수</strong>
|
<label for="reg_mb_email">E-mail (필수)
|
||||||
|
|
||||||
<?php if ($config['cf_use_email_certify']) { ?>
|
<?php if ($config['cf_use_email_certify']) { ?>
|
||||||
<button type="button" class="tooltip_icon"><i class="fa fa-question-circle-o" aria-hidden="true"></i><span class="sound_only">설명보기</span></button>
|
<button type="button" class="tooltip_icon"><i class="fa fa-question-circle-o" aria-hidden="true"></i><span class="sound_only">설명보기</span></button>
|
||||||
@ -124,7 +128,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
|
|
||||||
<?php if ($config['cf_use_homepage']) { ?>
|
<?php if ($config['cf_use_homepage']) { ?>
|
||||||
<li>
|
<li>
|
||||||
<label for="reg_mb_homepage">홈페이지<?php if ($config['cf_req_homepage']){ ?><strong class="sound_only">필수</strong><?php } ?></label>
|
<label for="reg_mb_homepage">홈페이지<?php if ($config['cf_req_homepage']){ ?> (필수)<?php } ?></label>
|
||||||
<input type="text" name="mb_homepage" value="<?php echo get_text($member['mb_homepage']) ?>" id="reg_mb_homepage" <?php echo $config['cf_req_homepage']?"required":""; ?> class="frm_input full_input <?php echo $config['cf_req_homepage']?"required":""; ?>" size="70" maxlength="255" placeholder="홈페이지">
|
<input type="text" name="mb_homepage" value="<?php echo get_text($member['mb_homepage']) ?>" id="reg_mb_homepage" <?php echo $config['cf_req_homepage']?"required":""; ?> class="frm_input full_input <?php echo $config['cf_req_homepage']?"required":""; ?>" size="70" maxlength="255" placeholder="홈페이지">
|
||||||
</li>
|
</li>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@ -132,13 +136,13 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
<li>
|
<li>
|
||||||
<?php if ($config['cf_use_tel']) { ?>
|
<?php if ($config['cf_use_tel']) { ?>
|
||||||
|
|
||||||
<label for="reg_mb_tel">전화번호<?php if ($config['cf_req_tel']) { ?><strong class="sound_only">필수</strong><?php } ?></label>
|
<label for="reg_mb_tel">전화번호<?php if ($config['cf_req_tel']) { ?> (필수)<?php } ?></label>
|
||||||
<input type="text" name="mb_tel" value="<?php echo get_text($member['mb_tel']) ?>" id="reg_mb_tel" <?php echo $config['cf_req_tel']?"required":""; ?> class="frm_input full_input <?php echo $config['cf_req_tel']?"required":""; ?>" maxlength="20" placeholder="전화번호">
|
<input type="text" name="mb_tel" value="<?php echo get_text($member['mb_tel']) ?>" id="reg_mb_tel" <?php echo $config['cf_req_tel']?"required":""; ?> class="frm_input full_input <?php echo $config['cf_req_tel']?"required":""; ?>" maxlength="20" placeholder="전화번호">
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<?php if ($config['cf_use_hp'] || ($config["cf_cert_use"] && ($config['cf_cert_hp'] || $config['cf_cert_sa']))) { ?>
|
<?php if ($config['cf_use_hp'] || ($config["cf_cert_use"] && ($config['cf_cert_hp'] || $config['cf_cert_sa']))) { ?>
|
||||||
<label for="reg_mb_hp">휴대폰번호<?php if (!empty($hp_required)) { ?><strong class="sound_only">필수</strong><?php } ?></label>
|
<label for="reg_mb_hp">휴대폰번호<?php if (!empty($hp_required)) { ?> (필수)<?php } ?><?php echo $desc_phone ?></label>
|
||||||
|
|
||||||
<input type="text" name="mb_hp" value="<?php echo get_text($member['mb_hp']) ?>" id="reg_mb_hp" <?php echo $hp_required; ?> <?php echo $hp_readonly; ?> class="frm_input full_input <?php echo $hp_required; ?> <?php echo $hp_readonly; ?>" maxlength="20" placeholder="휴대폰번호">
|
<input type="text" name="mb_hp" value="<?php echo get_text($member['mb_hp']) ?>" id="reg_mb_hp" <?php echo $hp_required; ?> <?php echo $hp_readonly; ?> class="frm_input full_input <?php echo $hp_required; ?> <?php echo $hp_readonly; ?>" maxlength="20" placeholder="휴대폰번호">
|
||||||
<?php if ($config['cf_cert_use'] && ($config['cf_cert_hp'] || $config['cf_cert_sa'])) { ?>
|
<?php if ($config['cf_cert_use'] && ($config['cf_cert_hp'] || $config['cf_cert_sa'])) { ?>
|
||||||
@ -150,12 +154,12 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
<?php if ($config['cf_use_addr']) { ?>
|
<?php if ($config['cf_use_addr']) { ?>
|
||||||
<li>
|
<li>
|
||||||
<label>주소</label>
|
<label>주소</label>
|
||||||
<?php if ($config['cf_req_addr']) { ?><strong class="sound_only">필수</strong><?php } ?>
|
<?php if ($config['cf_req_addr']) { ?> (필수)<?php } ?>
|
||||||
<label for="reg_mb_zip" class="sound_only">우편번호<?php echo $config['cf_req_addr']?'<strong class="sound_only"> 필수</strong>':''; ?></label>
|
<label for="reg_mb_zip" class="sound_only">우편번호<?php echo $config['cf_req_addr']?' (필수)':''; ?></label>
|
||||||
<input type="text" name="mb_zip" value="<?php echo $member['mb_zip1'].$member['mb_zip2']; ?>" id="reg_mb_zip" <?php echo $config['cf_req_addr']?"required":""; ?> class="frm_input twopart_input <?php echo $config['cf_req_addr']?"required":""; ?>" size="5" maxlength="6" placeholder="우편번호">
|
<input type="text" name="mb_zip" value="<?php echo $member['mb_zip1'].$member['mb_zip2']; ?>" id="reg_mb_zip" <?php echo $config['cf_req_addr']?"required":""; ?> class="frm_input twopart_input <?php echo $config['cf_req_addr']?"required":""; ?>" size="5" maxlength="6" placeholder="우편번호">
|
||||||
<button type="button" class="btn_frmline" onclick="win_zip('fregisterform', 'mb_zip', 'mb_addr1', 'mb_addr2', 'mb_addr3', 'mb_addr_jibeon');">주소 검색</button><br>
|
<button type="button" class="btn_frmline" onclick="win_zip('fregisterform', 'mb_zip', 'mb_addr1', 'mb_addr2', 'mb_addr3', 'mb_addr_jibeon');">주소 검색</button><br>
|
||||||
<input type="text" name="mb_addr1" value="<?php echo get_text($member['mb_addr1']) ?>" id="reg_mb_addr1" <?php echo $config['cf_req_addr']?"required":""; ?> class="frm_input frm_address full_input <?php echo $config['cf_req_addr']?"required":""; ?>" size="50" placeholder="기본주소">
|
<input type="text" name="mb_addr1" value="<?php echo get_text($member['mb_addr1']) ?>" id="reg_mb_addr1" <?php echo $config['cf_req_addr']?"required":""; ?> class="frm_input frm_address full_input <?php echo $config['cf_req_addr']?"required":""; ?>" size="50" placeholder="기본주소">
|
||||||
<label for="reg_mb_addr1" class="sound_only">기본주소<?php echo $config['cf_req_addr']?'<strong> 필수</strong>':''; ?></label><br>
|
<label for="reg_mb_addr1" class="sound_only">기본주소<?php echo $config['cf_req_addr']?' (필수)':''; ?></label><br>
|
||||||
<input type="text" name="mb_addr2" value="<?php echo get_text($member['mb_addr2']) ?>" id="reg_mb_addr2" class="frm_input frm_address full_input" size="50" placeholder="상세주소">
|
<input type="text" name="mb_addr2" value="<?php echo get_text($member['mb_addr2']) ?>" id="reg_mb_addr2" class="frm_input frm_address full_input" size="50" placeholder="상세주소">
|
||||||
<label for="reg_mb_addr2" class="sound_only">상세주소</label>
|
<label for="reg_mb_addr2" class="sound_only">상세주소</label>
|
||||||
<br>
|
<br>
|
||||||
@ -172,7 +176,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
<ul>
|
<ul>
|
||||||
<?php if ($config['cf_use_signature']) { ?>
|
<?php if ($config['cf_use_signature']) { ?>
|
||||||
<li>
|
<li>
|
||||||
<label for="reg_mb_signature">서명<?php if ($config['cf_req_signature']){ ?><strong class="sound_only">필수</strong><?php } ?></label>
|
<label for="reg_mb_signature">서명<?php if ($config['cf_req_signature']){ ?> (필수)<?php } ?></label>
|
||||||
<textarea name="mb_signature" id="reg_mb_signature" <?php echo $config['cf_req_signature']?"required":""; ?> class="<?php echo $config['cf_req_signature']?"required":""; ?>" placeholder="서명"><?php echo $member['mb_signature'] ?></textarea>
|
<textarea name="mb_signature" id="reg_mb_signature" <?php echo $config['cf_req_signature']?"required":""; ?> class="<?php echo $config['cf_req_signature']?"required":""; ?>" placeholder="서명"><?php echo $member['mb_signature'] ?></textarea>
|
||||||
</li>
|
</li>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@ -302,7 +306,7 @@ $(function() {
|
|||||||
var pageTypeParam = "pageType=register";
|
var pageTypeParam = "pageType=register";
|
||||||
|
|
||||||
<?php if($config['cf_cert_use'] && $config['cf_cert_sa']) { ?>
|
<?php if($config['cf_cert_use'] && $config['cf_cert_sa']) { ?>
|
||||||
// 이니시스 통합인증
|
// 이니시스 간편인증
|
||||||
var url = "<?php echo G5_INICERT_URL; ?>/ini_request.php";
|
var url = "<?php echo G5_INICERT_URL; ?>/ini_request.php";
|
||||||
var type = "";
|
var type = "";
|
||||||
var params = "";
|
var params = "";
|
||||||
|
|||||||
@ -40,7 +40,7 @@
|
|||||||
.fregister_agree {position:absolute;top:0;right:0}
|
.fregister_agree {position:absolute;top:0;right:0}
|
||||||
.fregister_agree input[type="checkbox"] + label {color:#676e70}
|
.fregister_agree input[type="checkbox"] + label {color:#676e70}
|
||||||
.fregister_agree input[type="checkbox"] + label:hover {color:#2172f8}
|
.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 {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 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}
|
.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 {display:block;margin-bottom:10px;line-height:24px}
|
||||||
.register_form_inner label.inline {display:inline}
|
.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 #msg_certify {margin:5px 0;padding:5px;border:1px solid #dbecff;background:#eaf4ff;text-align:center}
|
||||||
#fregisterform .frm_address {margin:5px 0 0}
|
#fregisterform .frm_address {margin:5px 0 0}
|
||||||
#fregisterform #mb_addr3 {display:inline-block;margin:5px 0 0;vertical-align:middle}
|
#fregisterform #mb_addr3 {display:inline-block;margin:5px 0 0;vertical-align:middle}
|
||||||
@ -93,14 +95,16 @@
|
|||||||
.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 {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}
|
.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 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 {width:460px;float:left;}
|
||||||
|
#find_info.cert .new_win_con:nth-child(2) {margin-left:10px;}
|
||||||
#find_info.cert h3 {display:block;}
|
#find_info.cert h3 {display:block;}
|
||||||
#find_info #mb_hp_label {display:inline-block;margin-left:10px}
|
#find_info #mb_hp_label {display:inline-block;margin-left:10px}
|
||||||
#find_info p {line-height:1.5em}
|
#find_info p {line-height:1.5em}
|
||||||
#find_info #mb_email {margin:10px 0}
|
#find_info #mb_email {margin:10px 0}
|
||||||
|
#find_info .find_btn .btn_submit {width:30%;word-break:keep-all;}
|
||||||
|
|
||||||
/* 비밀번호 재설정 */
|
/* 비밀번호 재설정 */
|
||||||
#pw_reset #info_fs {margin-bottom: 10px}
|
#pw_reset #info_fs {margin-bottom: 10px}
|
||||||
@ -124,7 +128,7 @@
|
|||||||
.member_cert_refresh_agree {position:absolute;top:0;right:0}
|
.member_cert_refresh_agree {position:absolute;top:0;right:0}
|
||||||
.member_cert_refresh_agree input[type="checkbox"] + label {color:#676e70}
|
.member_cert_refresh_agree input[type="checkbox"] + label {color:#676e70}
|
||||||
.member_cert_refresh_agree input[type="checkbox"] + label:hover {color:#2172f8}
|
.member_cert_refresh_agree input[type="checkbox"] + label:hover {color:#2172f8}
|
||||||
.member_cert_refresh_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}
|
.member_cert_refresh_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}
|
||||||
.member_cert_refresh_agree input[type="checkbox"]:checked + label {color:#000}
|
.member_cert_refresh_agree input[type="checkbox"]:checked + label {color:#000}
|
||||||
.member_cert_refresh_agree input[type="checkbox"]:checked + label span {background:url('./img/chk.png') no-repeat 50% 50% #3a8afd;border-color:#1471f6;border-radius:3px}
|
.member_cert_refresh_agree input[type="checkbox"]:checked + label span {background:url('./img/chk.png') no-repeat 50% 50% #3a8afd;border-color:#1471f6;border-radius:3px}
|
||||||
.member_cert_refresh_agree.chk_all input[type="checkbox"] + label span {top:18px}
|
.member_cert_refresh_agree.chk_all input[type="checkbox"] + label span {top:18px}
|
||||||
|
|||||||
Reference in New Issue
Block a user