회원관리 리스트

This commit is contained in:
whitedot
2012-10-31 18:13:58 +09:00
parent 7d0fc93b9d
commit c37eebe4b3
2 changed files with 108 additions and 115 deletions

View File

@ -125,12 +125,8 @@ if ($i==0)
$pagelist = get_paging($config[cf_write_pages], $page, $total_page, "$_SERVER[PHP_SELF]?$qstr&page=");
?>
<table>
<tr>
<td><input type="button" value="선택삭제" onclick="btn_check(this.form, 'delete')"></td>
<td><?=$pagelist?></td>
</tr>
</table>
<div><input type="button" value="선택삭제" onclick="btn_check(this.form, 'delete')"></div>
<div><?=$pagelist?></div>
<?
if ($stx)