mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
17 lines
449 B
Scheme
17 lines
449 B
Scheme
|
<p class="comment">$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>
|