mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 21:12:15 +09:00
xe_default 엮인글/ 댓글 표시 부분 로직 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4844 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a646e771cf
commit
cb356feb91
2 changed files with 53 additions and 50 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<!--@if($oDocument->getCommentCount())-->
|
||||
<!--@if($oDocument->getTrackbackCount())-->
|
||||
<div class="feedbackList" id="trackback">
|
||||
|
||||
<h3 class="feedbackHeader">
|
||||
|
|
|
|||
|
|
@ -148,10 +148,11 @@
|
|||
<!--@if($oDocument->allowTrackback())-->
|
||||
<!--#include("./trackback.html")-->
|
||||
<!--@end-->
|
||||
<!--@if($oDocument->allowComment())-->
|
||||
<a name="comment"></a>
|
||||
<!--#include("./comment.html")-->
|
||||
|
||||
<!--@if($grant->write_comment && $oDocument->isEnableComment() )-->
|
||||
<!--@if($grant->write_comment && $oDocument->isEnableComment() )-->
|
||||
<!--%import("filter/insert_comment.xml")-->
|
||||
<form action="./" method="post" onsubmit="return procFilter(this, insert_comment)" class="boardEditor" >
|
||||
<input type="hidden" name="mid" value="{$mid}" />
|
||||
|
|
@ -203,4 +204,6 @@
|
|||
</div>
|
||||
|
||||
</form>
|
||||
<!--@end-->
|
||||
<!--@end-->
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue