mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
44 lines
1.5 KiB
HTML
44 lines
1.5 KiB
HTML
<load target="js/mboard.js" />
|
|
<load target="css/mboard.css" />
|
|
|
|
<div class="bd rd">
|
|
<!--@if($oSourceComment->isExists())-->
|
|
<div class="origin">{$oSourceComment->getContent(false)}</div>
|
|
<!--@end-->
|
|
|
|
<form action="./" method="POST" class="sn tgo open" onsubmit="return procFilter(this, insert_comment);">
|
|
<input type="hidden" name="mid" value="{$mid}" />
|
|
<input type="hidden" name="document_srl" value="{$oComment->get('document_srl')}" />
|
|
<input type="hidden" name="comment_srl" value="{$oComment->get('comment_srl')}" />
|
|
<input type="hidden" name="parent_srl" value="{$oComment->get('parent_srl')}" />
|
|
<ul>
|
|
<li>
|
|
<label for="rText" class="db fb">{$lang->comment}</label>
|
|
<input type="hidden" name="content" value="{$oComment->getContentText()}" />
|
|
{$oComment->getEditor()}
|
|
</li>
|
|
<!--@if(!$is_logged)-->
|
|
<li>
|
|
<label for="uName" class="db fb">{$lang->writer}</label>
|
|
<input name="nick_name" type="text" id="uName" class="itx" />
|
|
</li>
|
|
<li>
|
|
<label for="uMail" class="db fb">{$lang->email_address}</label>
|
|
<input name="email_address" type="email" id="uMail" class="itx" />
|
|
</li>
|
|
<li>
|
|
<label for="uPw" class="db fb">{$lang->password}</label>
|
|
<input name="password" type="password" id="uPw" class="itx" />
|
|
</li>
|
|
<li>
|
|
<label for="uSite" class="db fb">{$lang->homepage}</label>
|
|
<input name="homepage" type="url" id="uSite" class="itx" value="" />
|
|
</li>
|
|
<!--@endif-->
|
|
</ul>
|
|
<div class="ar">
|
|
<input name="" type="submit" value="{$lang->cmd_comment_registration}" />
|
|
</div>
|
|
</form>
|
|
|
|
</div>
|