mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
#314 board 모듈을 코어에 포함
This commit is contained in:
parent
46900dfc8b
commit
9c76b509d9
103 changed files with 8382 additions and 0 deletions
51
modules/board/m.skins/default/comment_form.html
Normal file
51
modules/board/m.skins/default/comment_form.html
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
{@ 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) }
|
||||
<!--%import("js/mboard.js")-->
|
||||
<!--%import("css/mboard.css")-->
|
||||
<div class="bd rd">
|
||||
<div class="hx h2">
|
||||
<h2><a href="{getUrl('','vid',$vid,'mid',$mid)}">{$module_info->browser_title}</a></h2>
|
||||
</div>
|
||||
|
||||
<!--@if($oSourceComment->isExists())-->
|
||||
<div class="origin">{$oSourceComment->getContent(false)}</div>
|
||||
<!--@end-->
|
||||
|
||||
<form action="./" method="post" class="ff 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">{$lang->comment}</label>
|
||||
<textarea name="content" rows="8" cols="42" id="rText"></textarea>
|
||||
</li>
|
||||
<!--@if(!$is_logged)-->
|
||||
<li>
|
||||
<label for="uName">{$lang->writer}</label>
|
||||
<input name="nick_name" type="text" id="uName" />
|
||||
</li>
|
||||
<li>
|
||||
<label for="uMail">{$lang->email_address}</label>
|
||||
<input name="email_address" type="email" id="uMail" />
|
||||
</li>
|
||||
<li>
|
||||
<label for="uPw">{$lang->password}</label>
|
||||
<input name="password" type="password" id="uPw" />
|
||||
</li>
|
||||
<li>
|
||||
<label for="uSite">{$lang->homepage}</label>
|
||||
<input name="homepage" type="url" id="uSite" value="" />
|
||||
</li>
|
||||
<!--@endif-->
|
||||
</ul>
|
||||
<div class="bna">
|
||||
<input name="" type="submit" class="bn dark" value="{$lang->cmd_comment_registration}" />
|
||||
</div>
|
||||
</form>
|
||||
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue