silverstripe-cms/templates/PageCommentInterface_singlecomment.ss
Andrew O'Neil 6666021921 Fixed breakage in comments with unescaped entities
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@39736 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-08-08 04:55:41 +00:00

17 lines
474 B
Scheme
Executable File

<p class="comment" id="PageComment_$ID">$Comment.XML</p>
<p class="info">
<span>Posted by $Name.XML, $Created.Nice ($Created.Ago)</span>
<br />
<span>
<% if DeleteLink %>
<a href="$DeleteLink" class="deletelink">remove this comment</a>
<% end_if %>
<% if SpamLink %>
<a href="$SpamLink" class="spamlink">this comment is spam</a>
<% end_if %>
<% if HamLink %>
<a href="$HamLink" class="hamlink">this comment is not spam</a>
<% end_if %>
</span>
</p>