MINI MINI MANI MO

Path : /home/lhcar/www/mypage/
File Upload :
Current File : /home/lhcar/www/mypage/out.php

<? include "$DOCUMENT_ROOT/inc/header.php";?>
<? include "$DOCUMENT_ROOT/inc/top.php";?>
<? include "$DOCUMENT_ROOT/inc/sub_vsmypage.php";?>
<?
loginCheck();
?>

<script>
function userOut() {
	var f = document.userOutForm;
	if(confirm('정말 탈퇴하시겠습니까?'))f.submit();
	else return false;
}
</script>




<section class="layout-contents">

    <section class="mem-out-wrap">
        <table>
            <tbody>
                <tr>
                <td height="2" bgcolor="#78a5cd"></td>
                </tr>
                <tr>
                <td height="30" align="center" bgcolor="#fafafa"><strong>
                    <?=$loginName?>
                    님 탈퇴를 하시겠습니까? </strong> </td>
                </tr>
                <tr>
                <td height="1" bgcolor="#78a5cd"></td>
                </tr>
                <tr>
                <td height="30"></td>
                </tr>
                <tr>
                <td style="padding-left:40px;"><strong> 탈퇴를 하시면 고객님의 모든정보는 삭제되게 됩니다. <br />
                        <br />
                    </strong> 탈퇴를 하시더라도 추후 가입에 대한 제한은 없으며, 언제든 재가입이 가능합니다. <br />
                    <br />
                    그동안 저희 사이트를 이용해 주셔서 대단히 감사합니다. <br />
                    <br />
                    *회원탈퇴시 개인정보가 모두 삭제 되므로 다시한번 확인해 주세요 </td>
                </tr>
                <tr>
                <td height="30"></td>
                </tr>
                <tr>
                <td height="1" bgcolor="#78a5cd"></td>
                </tr>
            </tbody>
        </table>
    </section>
    <div class="btn-area">
     <!-- <img src="/images/bt07.gif" border="0" style="cursor:pointer;" onclick="userOut()"/> -->
     <button type="button" onclick="userOut();" class="btn btn-md btn-red">탈퇴하기</button>
    </div>


</section>


  <form name='userOutForm' method="post" action='../member/member_out.php' onSubmit="return userOut()">
    <input type="hidden" name="mode" value="user_out">
    <input type="hidden" name="idx" value="<?=$rowOut[0]?>">
</form>



<script src="http://dmaps.daum.net/map_js_init/postcode.v2.js"></script>
<script>
	function openDaumPostcode() {
       new daum.Postcode({
            oncomplete: function(data) {
                var fullAddr = ''; // 최종 주소 변수
                var extraAddr = ''; // 조합형 주소 변수
                if (data.userSelectedType === 'R') { // 사용자가 도로명 주소를 선택했을 경우
                    fullAddr = data.roadAddress;

                } else { // 사용자가 지번 주소를 선택했을 경우(J)
                    fullAddr = data.jibunAddress;
                }

                if(data.userSelectedType === 'R'){
                    if(data.bname !== ''){
                        extraAddr += data.bname;
                    }
                    if(data.buildingName !== ''){
                        extraAddr += (extraAddr !== '' ? ', ' + data.buildingName : data.buildingName);
                    }
                    fullAddr += (extraAddr !== '' ? ' ('+ extraAddr +')' : '');
                }

                document.join.u_post.value = data.zonecode; //5자리 새우편번호 사용
                document.join.u_address.value = fullAddr;
                document.join.u_address_detail.focus();
            }
        }).open();
    }

	function openDaumPostcode2() {
       new daum.Postcode({
            oncomplete: function(data) {
                var fullAddr = ''; // 최종 주소 변수
                var extraAddr = ''; // 조합형 주소 변수
                if (data.userSelectedType === 'R') { // 사용자가 도로명 주소를 선택했을 경우
                    fullAddr = data.roadAddress;

                } else { // 사용자가 지번 주소를 선택했을 경우(J)
                    fullAddr = data.jibunAddress;
                }

                if(data.userSelectedType === 'R'){
                    if(data.bname !== ''){
                        extraAddr += data.bname;
                    }
                    if(data.buildingName !== ''){
                        extraAddr += (extraAddr !== '' ? ', ' + data.buildingName : data.buildingName);
                    }
                    fullAddr += (extraAddr !== '' ? ' ('+ extraAddr +')' : '');
                }

                document.join.u_post2.value = data.zonecode; //5자리 새우편번호 사용
                document.join.u_address2.value = fullAddr;
                document.join.u_address_detail2.focus();
            }
        }).open();
    }


</script>




<? include "../inc/bottom.php" ?>

OHA YOOOO