Move to sane directory structure. Don't make 'cms' the top level of the silverstripe...
[silverstripe-elijah.git] / templates / PageCommentInterface_singlecomment.ss
blob7075bec4d6e30de705be9ca7899850eb432f586b
1 <p class="comment">$Comment.XML</p>
2 <p class="info">
3         <span>Posted by $Name, $Created.Nice ($Created.Ago)</span>
4         <br />
5         <span>
6                 <% if DeleteLink %>
7                         <a href="$DeleteLink" class="deletelink">remove this comment</a>
8                 <% end_if %>
9                 <% if SpamLink %>
10                         <a href="$SpamLink" class="spamlink">this comment is spam</a>
11                 <% end_if %>
12                 <% if HamLink %>
13                         <a href="$HamLink" class="hamlink">this comment is not spam</a>
14                 <% end_if %>
15         </span>
16 </p>