mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5785 201d5d3c-b55e-5fd7-737f-ddc643e51545
23 lines
832 B
HTML
23 lines
832 B
HTML
<!--%import("filter/delete_stat.xml")-->
|
|
<!--%import("js/referer_admin.js")-->
|
|
<!--%import("css/referer.css")-->
|
|
|
|
<h3 class="xeAdmin">{$lang->referer} <span class="gray">{$lang->cmd_management}</span></h3>
|
|
<form action="./" method="get" onsubmit="return procFilter(this, delete_stat)">
|
|
<input type="hidden" name="host" value="{$host}" />
|
|
|
|
<table cellspacing="0" class="adminTable topGap">
|
|
<caption>{$lang->confirm_delete}</caption>
|
|
<tr>
|
|
<th scope="row"><div>Host Name</div></th>
|
|
<td>{$host}</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2" class="right">
|
|
<a href="{getUrl('act','dispRefererAdminIndex')}" class="button"><span>{$lang->cmd_back}</span></a>
|
|
<span class="button"><input type="submit" value="{$lang->cmd_delete}" /></span>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
|