mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 08:39:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@191 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3515dc984a
commit
f538e69e7e
6 changed files with 129 additions and 56 deletions
|
|
@ -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-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue