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

This commit is contained in:
zero 2007-05-17 05:26:11 +00:00
parent 422c6e9fd6
commit 5c65224fd1
6 changed files with 26 additions and 20 deletions

View file

@ -1,12 +1,4 @@
<!--%import("filter/insert_comment.xml")-->
<!-- 댓글 정보 출력 -->
<a name="comment_top_{$document->document_srl}"></a>
<!-- 댓글 출력 -->
<div id="comment_{$document->document_srl}" style="display:none">
<!-- 댓글 목록 -->
<!--@if($document->comment_list)-->
<!--@foreach($document->comment_list as $key => $val)-->
@ -69,4 +61,3 @@
<!--@if($grant->write_comment && $document->lock_comment == 'N')-->
<div id="comment_form_{$document->document_srl}"></div>
<!--@end-->
</div>