<b:if cond='data:comment.author == data:post.author'>
<dd class='comment-body-author'>
<p><data:comment.body/></p>
</dd>
<b:else/>
<dd class='comment-body'>
<b:if cond='data:comment.isDeleted'>
<span class='deleted-comment'> <data:comment.body/> </span>
<b:else/>
<p><data:comment.body/></p>
</b:if>
</dd>
</b:if>
<!--2010_05_22 為 blogger 留言區(comment) 加個對話框吧 -->
data:comment.author == data:post.author
假如 留言的作者 == 原PO 文張的作者
這做以下的事情.
套用 CSS comment-body-author 的格式
0 意見:
張貼留言