mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 08:39:58 +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">
|
<div class="feedbackList" id="trackback">
|
||||||
|
|
||||||
<h3 class="feedbackHeader">
|
<h3 class="feedbackHeader">
|
||||||
|
|
|
||||||
|
|
@ -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-->
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue