mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
18 lines
No EOL
788 B
HTML
18 lines
No EOL
788 B
HTML
<include target="_header.html" />
|
|
<div cond="$oDocument->isExists()" class="context_data">
|
|
<h3 class="title">{$oDocument->getTitle()}</h3>
|
|
<p class="author">
|
|
<strong>{$oDocument->getNickName()}</strong>
|
|
</p>
|
|
</div>
|
|
<form action="./" method="get" onsubmit="return procFilter(this, delete_document)" 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}" />
|
|
<h1>{$lang->cmd_document_do} {$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" /> |