xe_default 엮인글/ 댓글 표시 부분 로직 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4844 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-11-12 04:18:13 +00:00
parent a646e771cf
commit cb356feb91
2 changed files with 53 additions and 50 deletions

View file

@ -1,4 +1,4 @@
<!--@if($oDocument->getCommentCount())--> <!--@if($oDocument->getTrackbackCount())-->
<div class="feedbackList" id="trackback"> <div class="feedbackList" id="trackback">
<h3 class="feedbackHeader"> <h3 class="feedbackHeader">

View file

@ -148,10 +148,11 @@
<!--@if($oDocument->allowTrackback())--> <!--@if($oDocument->allowTrackback())-->
<!--#include("./trackback.html")--> <!--#include("./trackback.html")-->
<!--@end--> <!--@end-->
<!--@if($oDocument->allowComment())-->
<a name="comment"></a> <a name="comment"></a>
<!--#include("./comment.html")--> <!--#include("./comment.html")-->
<!--@if($grant->write_comment && $oDocument->isEnableComment() )--> <!--@if($grant->write_comment && $oDocument->isEnableComment() )-->
<!--%import("filter/insert_comment.xml")--> <!--%import("filter/insert_comment.xml")-->
<form action="./" method="post" onsubmit="return procFilter(this, insert_comment)" class="boardEditor" > <form action="./" method="post" onsubmit="return procFilter(this, insert_comment)" class="boardEditor" >
<input type="hidden" name="mid" value="{$mid}" /> <input type="hidden" name="mid" value="{$mid}" />
@ -203,4 +204,6 @@
</div> </div>
</form> </form>
<!--@end-->
<!--@end--> <!--@end-->