mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 05:09:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1257 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
875f2d87a1
commit
dc6fcf3fe0
9 changed files with 78 additions and 17 deletions
|
|
@ -1,8 +1,10 @@
|
|||
<!--%import("filter/insert_comment.xml")-->
|
||||
|
||||
<!-- 댓글 정보 출력 -->
|
||||
<a name="comment_top_{$document_srl}"></a>
|
||||
<a name="comment_top_{$document->document_srl}"></a>
|
||||
|
||||
<!-- 댓글 출력 -->
|
||||
<div id="comment_{$document_srl}" style="display:none">
|
||||
<div id="comment_{$document->document_srl}" style="display:none">
|
||||
<!-- 댓글 목록 -->
|
||||
|
||||
<!--@if($document->comment_list)-->
|
||||
|
|
@ -65,6 +67,6 @@
|
|||
|
||||
<!-- 댓글 입력 폼 -->
|
||||
<!--@if($grant->write_comment && $document->lock_comment == 'N')-->
|
||||
<div id="comment_form_{$document_srl}"></div>
|
||||
<div id="comment_form_{$document->document_srl}"></div>
|
||||
<!--@end-->
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue