mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
13 lines
No EOL
648 B
HTML
13 lines
No EOL
648 B
HTML
<include target="_header.html" />
|
|
<form action="./" method="get" onsubmit="return procFilter(this, delete_trackback)" class="context_message">
|
|
<input type="hidden" name="mid" value="{$mid}" />
|
|
<input type="hidden" name="page" value="{$page}" />
|
|
<input type="hidden" name="document_srl" value="{document_srl}" />
|
|
<input type="hidden" name="trackback_srl" value="{$trackback_srl}" />
|
|
<h1>{$lang->confirm_delete}</h1>
|
|
<div class="btnArea">
|
|
<input type="submit" class="btn" value="{$lang->cmd_delete}" />
|
|
<button type="button" class="btn" onclick="history.back()">{$lang->cmd_cancel}</button>
|
|
</div>
|
|
</form>
|
|
<include target="_footer.html" /> |