rhymix/modules/planet/tpl/planet_delete.html
zero b3179d58d0 planet Package Module 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4874 201d5d3c-b55e-5fd7-737f-ddc643e51545
2008-11-17 11:18:30 +00:00

30 lines
1.1 KiB
HTML

<!--%import("filter/delete_planet.xml")-->
<!--%import("js/planet_admin.js")-->
<!--#include("header.html")-->
<form action="./" method="get" onsubmit="return procFilter(this, delete_planet)">
<input type="hidden" name="page" value="{$page}" />
<input type="hidden" name="module_srl" value="{$planet_info->module_srl}" />
<table cellspacing="0" class="adminTable">
<caption>{$lang->confirm_delete}</caption>
<tr>
<th scope="row"><div>{$lang->module_name}</div></th>
<td class="wide">{$planet_info->mid}</td>
</tr>
<tr>
<th scope="row"><div>{$lang->module}</div></th>
<td>{$planet_info->module}</td>
</tr>
<tr>
<th scope="row"><div>{$lang->document_count}</div></th>
<td>{$planet_info->document_count}</td>
</tr>
<tr>
<td colspan="2" class="right">
<a href="{getUrl('act','dispPlanetAdminList')}" class="button"><span>{$lang->cmd_back}</span></a>
<span class="button"><input type="submit" value="{$lang->cmd_delete}" /></span>
</td>
</table>
</form>