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

This commit is contained in:
zero 2007-02-15 05:47:40 +00:00
parent 37a3e13e5b
commit 3e481ef18d
22 changed files with 513 additions and 719 deletions

View file

@ -1,34 +0,0 @@
<!--%import("filter/filter.delete.xml")-->
<!--%import("js/admin.js")-->
<form action="./admin.php" method="get" onsubmit="return procFormFilter(this, delete_member, procDelete)">
<input type="hidden" name="sid" value="{$sid}" />
<input type="hidden" name="act" value="procDelete" />
<input type="hidden" name="page" value="{$page}" />
<input type="hidden" name="member_srl" value="{$member_info->member_srl}" />
<table>
<tr>
<th colspan="2">{$lang->confirm_delete}</th>
</tr>
<tr>
<th>{$lang->user_id}</th>
<td>{$member_info->user_id}</td>
</tr>
<tr>
<th>{$lang->nick_name}</th>
<td>{$member_info->nick_name}</td>
</tr>
<tr>
<th>{$lang->email_address}</th>
<td>{$member_info->email_address}</td>
</tr>
<tr>
<td colspan="2">
<input type="button" value="{$lang->cmd_back}" onclick="location.href='{@getUrl('act','')}'" />
<input type="submit" value="{$lang->cmd_delete}" />
</td>
</tr>
</table>
</form>