mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
17 lines
743 B
HTML
17 lines
743 B
HTML
<load target="css/mboard.css" />
|
|
|
|
<div class="bd">
|
|
<h2 class="h2">{$lang->msg_input_password}</h2>
|
|
<form action="./" method="POST" onsubmit="return procFilter(this, input_password)" class="requirePassword">
|
|
<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="comment_srl" value="{$comment_srl}" />
|
|
<ul class="sn">
|
|
<li><label for="pw" class="db fb al">비밀번호</label><input name="password" type="password" id="pw" class="itx" value="" /></li>
|
|
</ul>
|
|
<div class="cm">
|
|
<button type="submit" class="bn">{$lang->cmd_input}</button>
|
|
</div>
|
|
</form>
|
|
</div>
|