관리자 : 회원 상세보기에서 본인인증 내역 확인 정리
This commit is contained in:
@ -368,34 +368,39 @@ add_javascript(G5_POSTCODE_JS, 0); //다음 주소 js
|
|||||||
<th scope="row"><label for="mb_memo">메모</label></th>
|
<th scope="row"><label for="mb_memo">메모</label></th>
|
||||||
<td colspan="3"><textarea name="mb_memo" id="mb_memo"><?php echo $mb['mb_memo'] ?></textarea></td>
|
<td colspan="3"><textarea name="mb_memo" id="mb_memo"><?php echo $mb['mb_memo'] ?></textarea></td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php
|
<tr>
|
||||||
$cnt = 0;
|
<th scope="row"><label for="mb_cert_history">본인인증 내역</label></th>
|
||||||
while ($row = sql_fetch_array($mb_cert_history)) {
|
<td colspan="3">
|
||||||
$cnt++;
|
<?php
|
||||||
switch($row['ch_type']){
|
$cnt = 0;
|
||||||
case 'sa':
|
while ($row = sql_fetch_array($mb_cert_history)) {
|
||||||
$cert_type = '통합인증';
|
$cnt++;
|
||||||
break;
|
switch($row['ch_type']){
|
||||||
case 'hp':
|
case 'sa':
|
||||||
$cert_type = '휴대폰';
|
$cert_type = '통합인증';
|
||||||
break;
|
break;
|
||||||
case 'ipin':
|
case 'hp':
|
||||||
$cert_type = '아이핀';
|
$cert_type = '휴대폰';
|
||||||
break;
|
break;
|
||||||
}
|
case 'ipin':
|
||||||
|
$cert_type = '아이핀';
|
||||||
?>
|
break;
|
||||||
<tr>
|
}
|
||||||
<th scope="row"><?php if($cnt == 1) { ?><label for="mb_cert_history">본인인증 내역</label><?php } ?></th>
|
?>
|
||||||
<td><?php echo $row['mb_id']; ?></td>
|
<div>
|
||||||
<td><?php echo $row['ch_name']; ?></td>
|
[<?php echo $row['ch_datetime']; ?>]
|
||||||
<td><?php echo $row['ch_hp']; ?></td>
|
<?php echo $row['mb_id']; ?> /
|
||||||
<td><?php echo $row['ch_birth']; ?></td>
|
<?php echo $row['ch_name']; ?> /
|
||||||
<td><?php echo $cert_type; ?></td>
|
<?php echo $row['ch_hp']; ?> /
|
||||||
<td><?php echo $row['ch_datetime']; ?></td>
|
<?php echo $cert_type; ?>
|
||||||
|
</div>
|
||||||
|
<?php } ?>
|
||||||
|
|
||||||
|
<?php if ($cnt == 0) { ?>
|
||||||
|
본인인증 내역이 없습니다.
|
||||||
|
<?php } ?>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php } ?>
|
|
||||||
|
|
||||||
<?php if ($w == 'u') { ?>
|
<?php if ($w == 'u') { ?>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
@ -30,9 +30,9 @@ 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>
|
아이디<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>
|
||||||
<input type="text" name="mb_id" value="<?php echo $member['mb_id'] ?>" id="reg_mb_id" <?php echo $required ?> <?php echo $readonly ?> class="frm_input full_input <?php echo $required ?> <?php echo $readonly ?>" minlength="3" maxlength="20" placeholder="아이디">
|
<input type="text" name="mb_id" value="<?php echo $member['mb_id'] ?>" id="reg_mb_id" <?php echo $required ?> <?php echo $readonly ?> class="frm_input full_input <?php echo $required ?> <?php echo $readonly ?>" minlength="3" maxlength="20" placeholder="아이디">
|
||||||
<span id="msg_mb_id"></span>
|
<span id="msg_mb_id"></span>
|
||||||
@ -40,7 +40,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
<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">비밀번호<strong class="sound_only">필수</strong></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">비밀번호 확인<strong class="sound_only">필수</strong></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="비밀번호 확인">
|
||||||
@ -85,7 +85,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
case "hp":
|
case "hp":
|
||||||
$mb_cert = "휴대폰";
|
$mb_cert = "휴대폰";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<div id="msg_certify">
|
<div id="msg_certify">
|
||||||
<strong><?php echo $mb_cert; ?> 본인확인</strong><?php if ($member['mb_adult']) { ?> 및 <strong>성인인증</strong><?php } ?> 완료
|
<strong><?php echo $mb_cert; ?> 본인확인</strong><?php if ($member['mb_adult']) { ?> 및 <strong>성인인증</strong><?php } ?> 완료
|
||||||
|
|||||||
Reference in New Issue
Block a user