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

This commit is contained in:
zero 2007-04-20 03:39:34 +00:00
parent efbf4988bc
commit 875f2d87a1
8 changed files with 92 additions and 48 deletions

View file

@ -1,11 +1,8 @@
<!-- 댓글 정보 출력 -->
<a name="comment_top_{$document_srl}"></a>
<div>
{$lang->comment} : {count($document->comment_list)}
</div>
<!-- 댓글 출력 -->
<div>
<div id="comment_{$document_srl}" style="display:none">
<!-- 댓글 목록 -->
<!--@if($document->comment_list)-->
@ -67,9 +64,7 @@
<!--@end-->
<!-- 댓글 입력 폼 -->
<!--@if($grant->write_comment && $document->lock_comment == 'N')-->
<!--#include("./comment_form.html")-->
<div id="comment_form_{$document_srl}"></div>
<!--@end-->
</div>