mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 22:59:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@176 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
68baffc0b7
commit
660ae48d5c
16 changed files with 178 additions and 190 deletions
|
|
@ -1,9 +1,7 @@
|
|||
<!--%import("filter/filter.delete.xml")-->
|
||||
<!--%import("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" />
|
||||
<form action="./" method="get" onsubmit="return procFilter(this, delete_member)">
|
||||
<input type="hidden" name="page" value="{$page}" />
|
||||
<input type="hidden" name="member_srl" value="{$member_info->member_srl}" />
|
||||
<table>
|
||||
|
|
@ -24,7 +22,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<input type="button" value="{$lang->cmd_back}" onclick="location.href='{@getUrl('act','')}'" />
|
||||
<input type="button" value="{$lang->cmd_back}" onclick="location.href='{getUrl('act','dispContent')}'" />
|
||||
<input type="submit" value="{$lang->cmd_delete}" />
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue