마크업:관리자>회원목록 캡션

This commit is contained in:
whitedot
2012-11-15 11:07:34 +09:00
parent a215f16f79
commit 1fb446ddd3

View File

@ -128,6 +128,12 @@ var list_delete_php = 'member_list_delete.php';
<input type="hidden" name="token" value='<?=$token?>'>
<table>
<caption>
회원 목록
<p>
회원자료 삭제 시 다른 회원이 기존 회원아이디를 사용하지 못하도록 회원아이디, 이름, 별명은 삭제하지 않고 영구 보관합니다.
</p>
</caption>
<thead>
<tr>
<th scope="col"><input type="checkbox" id="chkall" name="chkall" value="1" onclick="check_all(this.form)"></th>
@ -223,8 +229,6 @@ if ($stx)
?>
</form>
* 회원자료 삭제시 다른 회원이 기존 회원아이디를 사용하지 못하도록 회원아이디, 이름, 별명은 삭제하지 않고 영구 보관합니다.
<script>
// POST 방식으로 삭제
function post_delete(action_url, val)