탈퇴 프로세스 추가
This commit is contained in:
+41
-25
@@ -30,38 +30,24 @@
|
||||
</caption>
|
||||
<colgroup>
|
||||
<col style="width:80px;" />
|
||||
<col style="width:140px;"/>
|
||||
<col style="width:80px;"/>
|
||||
<col style="width:80px;"/>
|
||||
<col style="width:80px;"/>
|
||||
<col style="width:80px;"/>
|
||||
<col/>
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="4" class="bg1">회 원 정 보</th>
|
||||
<th colspan="6" class="bg1">회 원 정 보</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th class="bg1">ID</th>
|
||||
<td style="position:relative;">
|
||||
<td>
|
||||
<span id="slot_id"></span>
|
||||
<button id="btn_delete_me">탈퇴신청</button>
|
||||
|
||||
</td>
|
||||
<th class="bg1">비밀번호</th>
|
||||
<td style="text-align:right;">
|
||||
<form name="change_pw_form" id="change_pw_form" method="post">
|
||||
<input type="hidden" id="global_salt" name="global_salt">
|
||||
<input type="text" autocomplete="username" style="display:none;"><!--자동 완성툴을 위해-->
|
||||
<label for="current_pw">현재 비밀번호</label>
|
||||
<input class="with_skin" type="password" autocomplete="current-password" name="current_pw" id="current_pw" style="width:100px;"><br>
|
||||
<label for="new_pw">새 비밀번호</label>
|
||||
<input class="with_skin" type="password" autocomplete="new-password" name="new_pw" id="new_pw" style="width:100px;"><br>
|
||||
<label for="new_pw_confirm">비밀번호 확인</label>
|
||||
<input class="with_skin" type="password" autocomplete="new-password" name="new_pw_confirm" id="new_pw_confirm" style="width:100px;"><br>
|
||||
<input class="with_skin" type="submit" id="change_pw" value="비밀번호 변경">
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="bg1">닉네임</th>
|
||||
<td style="height:36px;">
|
||||
<span id="slot_nickname"></span>
|
||||
@@ -70,23 +56,53 @@
|
||||
<td>
|
||||
<span id="slot_grade"></span>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="bg1"></th>
|
||||
<th class="bg1">
|
||||
<th class="bg1" colspan="2">회원 탈퇴</th>
|
||||
<th class="bg1" colspan="3">비밀번호 변경</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="bg1">정보<br>수정</th>
|
||||
<td colspan="2" style="position:relative;">
|
||||
<form name="delete_me_form" id="delete_me_form" method="post">
|
||||
<label for="delete_pw">현재 비밀번호</label>
|
||||
<input class="with_skin" type="password" autocomplete="current-password" name="delete_pw" id="delete_pw" style="width:120px;"><br>
|
||||
<br>
|
||||
<input class="with_skin" type="submit" id="btn_delete_me" value="탈퇴신청">
|
||||
</form>
|
||||
</td>
|
||||
<td colspan="3" style="text-align:right;">
|
||||
<form name="change_pw_form" id="change_pw_form" method="post">
|
||||
<input type="hidden" id="global_salt" name="global_salt">
|
||||
<input type="text" autocomplete="username" style="display:none;"><!--자동 완성툴을 위해-->
|
||||
<label for="current_pw">현재 비밀번호</label>
|
||||
<input class="with_skin" type="password" autocomplete="current-password" name="current_pw" id="current_pw" style="width:120px;"><br>
|
||||
<label for="new_pw">새 비밀번호</label>
|
||||
<input class="with_skin" type="password" autocomplete="new-password" name="new_pw" id="new_pw" style="width:120px;"><br>
|
||||
<label for="new_pw_confirm">비밀번호 확인</label>
|
||||
<input class="with_skin" type="password" autocomplete="new-password" name="new_pw_confirm" id="new_pw_confirm" style="width:120px;"><br>
|
||||
<input class="with_skin" type="submit" id="change_pw" value="비밀번호 변경">
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="bg1"></th>
|
||||
<th colspan="2" class="bg1">
|
||||
현재 / 신규
|
||||
</th>
|
||||
<th colspan="2" class="bg1">
|
||||
<th colspan="3" class="bg1">
|
||||
전용 아이콘 변경
|
||||
</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="bg1">전용<br>아이콘</th>
|
||||
<td style="height:64px;">
|
||||
<td colspan="2" style="height:64px;">
|
||||
<img width="64px" height="64px" id="slot_icon" src="../../image/default.jpg">
|
||||
<img width="64px" height="64px" id="slot_new_icon" src="../../image/default.jpg">
|
||||
</td>
|
||||
<td colspan="2" style="position:relative;" >
|
||||
<td colspan="3" style="position:relative;" >
|
||||
<form name="change_icon_form" id="change_icon_form" method="post" enctype="multipart/form-data">
|
||||
<input class="with_skin" type="text" readonly="readonly" id="image_upload_filename">
|
||||
<button id="image_upload_fake_btn" class="with_skin">찾아보기</button>
|
||||
@@ -101,7 +117,7 @@
|
||||
<tfoot>
|
||||
<tr>
|
||||
<th class="bg1">도움말</th>
|
||||
<td colspan="3" style="text-align:left;padding:8px;">
|
||||
<td colspan="5" style="text-align:left;padding:8px;">
|
||||
<p style="line-height:1.2em;">
|
||||
아이콘은 64 x 64픽셀, 10KB 이하의 jpg, gif, png 파일만 가능합니다.</p>
|
||||
<p style="margin-top:1em;color:magenta;line-height:1.2em;">탈퇴시 1개월간 정보가 보존되며, 1개월간 재가입이 불가능합니다.</span>
|
||||
|
||||
Reference in New Issue
Block a user