mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
23 lines
1.1 KiB
HTML
23 lines
1.1 KiB
HTML
<!--%import("css/mboard.css")-->
|
|
{@ Context::addJsFile("./common/js/jquery.js", true, '', -100000) }
|
|
{@ Context::addJsFile("./common/js/js_app.js", true, '', -100000) }
|
|
{@ Context::addJsFile("./common/js/common.js", true, '', -100000) }
|
|
{@ Context::addJsFile("./common/js/xml_handler.js", true, '', -100000) }
|
|
{@ Context::addJsFile("./common/js/xml_js_filter.js", true, '', -100000) }
|
|
<div class="bd">
|
|
<div class="hx h2">
|
|
<h2>{$lang->msg_input_password}</h2>
|
|
</div>
|
|
<form action="./" method="post" class="ff" onsubmit="return procFilter(this, input_password)">
|
|
<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">비밀번호</label><input name="password" type="password" id="pw" value="" /></li>
|
|
</ul>
|
|
<div class="bna">
|
|
<button type="submit" class="bn dark">{$lang->cmd_input}</button>
|
|
</div>
|
|
</form>
|
|
</div>
|