/home/mjc1/public_html/html/millennium/withdraw.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<?php include_once("./_common2.php"); ?>
<? 
include("./Page/common/header.php"); ?>

<?
    
if( !isset($_COOKIE['USERID']) || $_COOKIE['USERID'] == "" ) {
?>

<script>
//    alert("ȸ¿ø ·Î±×ÀΠÈÄ¿¡ À̿밡´ÉÇÕ´Ï´Ù.");
    location.href = "./logingo.php?menu=2";
</script>

<?
    
exit(0);
    }
?>
<script>

    function withdraw_call(){
        if($("textarea[name='detail']").val()==''){
            alert('Å»Åð»çÀ¯¸¦ Á¤È®È÷ ÀÛ¼ºÇϽñ⠹ٶø´Ï´Ù.'); return;
        }
        if($("textarea[name='detail']").val().length < 20){
            alert('Å»Åð»çÀ¯´Â 20ÀÚÀÌ»ó ÀÛ¼ºÇϽñ⠹ٶø´Ï´Ù.'); return;
        }
        if(confirm('Á¤¸»·Î Å»Åð ½ÅûÀ» ÇϽðڽÀ´Ï±î?')){
            document.withdraw_form.submit();
        }
    }
    
</script>
    <div class="wrap">

        <div class="contents">
            <div class="asideMenu">
                <? include("./Page/mypage/leftNavi.html"); ?>
            </div><!-- //leftNavi -->

            <div class="subContents">
                <h1>
                    <img src="./img/titlebar/withdraw.jpg" alt="ȸ¿øÅ»Åð">
                    <p>
                        <span class="home"><a href="intro.php">Home</a></span>
                        <span class="depth">></span>
                        <span class="depth1">¸¶ÀÌÆäÀÌÁö</span>
                        <span class="depth">></span>
                        <span class="depth2">ȸ¿øÅ»Åð</span>
                    </p>
                </h1>

                <div class="section">
                    <form name="withdraw_form" method="post" action="withdrawProcess.php">
                    <table class="mypageInfo">
                        <caption><img src="./img/mypage/withdraw_txt.jpg" alt="ȸ¿øÅ»Åð"></caption>
                        <tr>
                            <th width="150">ȸ¿øID</th>
                            <td width="500"><b><?=$_COOKIE['USERID'];?></b></td>
                        </tr>
                        <tr>
                            <th>Å»Åð»çÀ¯</th>
                            <td><textarea rows="13" cols="82" name='detail' placeholder="Å»Åð»çÀ¯¸¦ 20ÀÚÀÌ»ó ÀÛ¼ºÇϽñ⠹ٶø´Ï´Ù." style="padding: 10px;"></textarea></td>
                        </tr>
                        <tr>
                            <!-- <td colspan="2" style="padding:10px 0;text-align:center">ȸ¿øÅ»Åð´Â CSÁ¦Ç° ¿¬µ¿¹®Á¦·Î ÀÎÇØ °ü¸®ÀÚ ½ÂÀΠÈÄ ÁøÇàµË´Ï´Ù.</td>-->
                            <td colspan="2" style="padding:10px 0;text-align:center">ȸ¿øÅ»Åð´Â Àü»ê ÇÁ·Î±×·¥°ú µ¥ÀÌÅÍ ¿¬µ¿ ¹× ÀÎÁõ ¿¬µ¿À¸·Î ÀÎÇØ °ü¸®ÀÚ ½ÂÀΠÈÄ ÁøÇ࠵˴ϴÙ.</td>
                        </tr>
                    </table>
                    <p><img src="./img/mypage/out_bt.jpg" style="cursor:pointer" class="listBtn" onclick="withdraw_call()"></p>
                    </form>

                </div><!-- //section -->

            </div><!-- //subContents -->
        </div><!-- //contents -->
    </div><!-- //wrap -->

<iframe name="Joinifm" width=0 height=0></iframe>

<? include("./Page/common/footer.php"); ?>