2015-04-07 05:56:00 +02:00
|
|
|
<% if not $isPreview %>
|
2013-03-05 10:01:42 +01:00
|
|
|
<p class="info">
|
|
|
|
<% if $URL %>
|
2015-04-07 05:56:00 +02:00
|
|
|
<a class="author" href="$URL.URL" rel="nofollow">$AuthorName.XML</a>
|
2013-03-05 10:01:42 +01:00
|
|
|
<% else %>
|
2015-04-07 05:56:00 +02:00
|
|
|
<span class="author">$AuthorName.XML</span>
|
|
|
|
<% end_if %>
|
|
|
|
<span class="date">$Created.Nice ($Created.Ago)</span>
|
|
|
|
<% if $Gravatar %>
|
|
|
|
<img class="gravatar" src="$Gravatar.ATT" alt="Gravatar for $Name.ATT" title="Gravatar for $Name.ATT" />
|
2012-07-21 23:54:24 +02:00
|
|
|
<% end_if %>
|
2013-03-05 10:01:42 +01:00
|
|
|
</p>
|
2015-04-07 05:56:00 +02:00
|
|
|
<% end_if %>
|
2015-04-22 04:05:51 +02:00
|
|
|
|
2015-04-07 05:56:00 +02:00
|
|
|
<div class="comment-text" id="<% if $isPreview %>comment-preview<% else %>$Permalink<% end_if %>">
|
|
|
|
<p>$EscapedComment</p>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<% if not $isPreview %>
|
|
|
|
<% if $ApproveLink || $SpamLink || $HamLink || $DeleteLink || $RepliesEnabled %>
|
2015-04-22 04:05:51 +02:00
|
|
|
<div class="comment-action-links">
|
|
|
|
<div class="comment-moderation-options">
|
|
|
|
<% if $ApproveLink %>
|
|
|
|
<a href="$ApproveLink.ATT" class="approve"><% _t('CommentsInterface_singlecomment_ss.APPROVE', 'approve it') %></a>
|
|
|
|
<% end_if %>
|
|
|
|
<% if $SpamLink %>
|
|
|
|
<a href="$SpamLink.ATT" class="spam"><% _t('CommentsInterface_singlecomment_ss.ISSPAM','spam it') %></a>
|
|
|
|
<% end_if %>
|
|
|
|
<% if $HamLink %>
|
|
|
|
<a href="$HamLink.ATT" class="ham"><% _t('CommentsInterface_singlecomment_ss.ISNTSPAM','not spam') %></a>
|
|
|
|
<% end_if %>
|
|
|
|
<% if $DeleteLink %>
|
|
|
|
<a href="$DeleteLink.ATT" class="delete"><% _t('CommentsInterface_singlecomment_ss.REMCOM','reject it') %></a>
|
|
|
|
<% end_if %>
|
|
|
|
</div>
|
2015-04-07 05:56:00 +02:00
|
|
|
<% if $RepliesEnabled %>
|
2015-04-22 04:05:51 +02:00
|
|
|
<a class="comment-reply-link" href="#{$ReplyForm.FormName}">Reply to $AuthorName.XML</a>
|
2013-03-05 10:01:42 +01:00
|
|
|
<% end_if %>
|
2015-04-22 04:05:51 +02:00
|
|
|
</div>
|
2013-03-05 10:01:42 +01:00
|
|
|
<% end_if %>
|
2015-04-07 05:56:00 +02:00
|
|
|
|
|
|
|
<% include CommentReplies %>
|
2012-07-21 23:54:24 +02:00
|
|
|
<% end_if %>
|