silverstripe-reports/templates/PageCommentInterface_singlecomment.ss
Andrew O'Neil 19b3420722 Added anchors to page comments in rss
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@39610 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-08-06 01:03:19 +00:00

17 lines
470 B
Scheme
Executable File

<p class="comment" id="PageComment_$ID">$Comment.XML</p>
<p class="info">
<span>Posted by $Name, $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>