7 lines
483 B
Text
7 lines
483 B
Text
<div class="reply">
|
|
<span class="commentHead"> <br /></span>
|
|
<div class="commentDate"><% comment.createtime format="short" prefix="on " %><% comment.creator as="link" prefix=", " suffix=" answered:"%></div>
|
|
<div class="commentTitle"><% comment.content part="title" %></div>
|
|
<% comment.content part="text" suffix="<br />" %>
|
|
<div class="small"><% comment.editlink prefix="... " suffix=" " %><% comment.deletelink prefix="... " %></div>
|
|
</div>
|