git-svn-id: http://xe-core.googlecode.com/svn/trunk@191 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-02-27 02:18:39 +00:00
parent 3515dc984a
commit f538e69e7e
6 changed files with 129 additions and 56 deletions

View file

@ -16,7 +16,7 @@
<!-- 목록 -->
<div>
<table>
<table border="1">
<tr>
<th>{$lang->no}</th>
<th>{$lang->user_id}</th>
@ -29,6 +29,7 @@
<td>{$no}</td>
<td>{$val->user_id}</td>
<td>{zdate($val->regdate,"Y-m-d")}</td>
<td>{$val->description}</td>
<td><a href="#" onclick="doUpdateDeniedID('{$val->user_id}','delete','{$lang->confirm_delete}');return false;">{$lang->cmd_delete}</a></td>
</tr>
<!--@end-->