mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-15 01:09:57 +09:00
34 lines
1.4 KiB
HTML
34 lines
1.4 KiB
HTML
<!--%import("filter/delete_board.xml")-->
|
|
<!--%import("js/board_admin.js")-->
|
|
<!--#include("header.html")-->
|
|
|
|
<form action="./" method="get" onsubmit="return procFilter(this, delete_board)">
|
|
<input type="hidden" name="page" value="{$page}" />
|
|
<input type="hidden" name="module_srl" value="{$module_info->module_srl}" />
|
|
|
|
<table cellspacing="0" class="tableType4">
|
|
<col width="150" />
|
|
<col />
|
|
<tr>
|
|
<th scope="row" colspan="2">{$lang->confirm_delete}</th>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row">{$lang->module_name}</th>
|
|
<td>{$module_info->mid}</td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row">{$lang->module}</th>
|
|
<td>{$module_info->module}</td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row">{$lang->document_count}</th>
|
|
<td>{$module_info->document_count}</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<ul class="buttonRight">
|
|
<li><a href="{getUrl('act','dispBoardAdminContent')}" class="buttonTypeA"><img src="../../admin/tpl/images/blank.gif" alt="" class="leftCap" />{$lang->cmd_back}<img src="../../admin/tpl/images/blank.gif" alt="" class="rightCap" /></a></li>
|
|
<li><span class="buttonTypeA"><img src="../../admin/tpl/images/blank.gif" alt="" class="leftCap" /><img src="../../admin/tpl/images/iconCreate.gif" width="8" height="4" alt="" class="icon" /><input type="submit" value="{$lang->cmd_delete}" /><img src="../../admin/tpl/images/blank.gif" alt="" class="rightCap" /></span></li>
|
|
</ul>
|
|
|
|
</form>
|