git-svn-id: http://xe-core.googlecode.com/svn/trunk@1257 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-20 04:26:28 +00:00
parent 875f2d87a1
commit dc6fcf3fe0
9 changed files with 78 additions and 17 deletions

View file

@ -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>