silverstripe-reports/templates/PageCommentInterface_single...

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>