2013-03-05 10:01:42 +01:00
|
|
|
<div class="comment" id="<% if isPreview %>comment-preview<% else %>$Permalink<% end_if %>">
|
2013-03-06 09:55:06 +01:00
|
|
|
<% if $Gravatar %><img class="gravatar" src="$Gravatar" alt="Gravatar for $Name" title="Gravatar for $Name" /><% end_if %>
|
2013-03-05 10:01:42 +01:00
|
|
|
$EscapedComment
|
2012-07-22 03:30:33 +02:00
|
|
|
</div>
|
2012-07-21 23:54:24 +02:00
|
|
|
|
2013-03-05 10:01:42 +01:00
|
|
|
<% if not isPreview %>
|
|
|
|
<p class="info">
|
|
|
|
<% if $URL %>
|
|
|
|
<% _t('PBY','Posted by') %> <a href="$URL.URL" rel="nofollow">$AuthorName.XML</a>, $Created.Nice ($Created.Ago)
|
|
|
|
<% else %>
|
|
|
|
<% _t('PBY','Posted by') %> $AuthorName.XML, $Created.Nice ($Created.Ago)
|
2012-07-21 23:54:24 +02:00
|
|
|
<% end_if %>
|
2013-03-05 10:01:42 +01:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<% if $ApproveLink || $SpamLink || $HamLink || $DeleteLink %>
|
|
|
|
<ul class="action-links">
|
|
|
|
<% if ApproveLink %>
|
|
|
|
<li><a href="$ApproveLink.ATT" class="approve"><% _t('APPROVE', 'approve this comment') %></a></li>
|
|
|
|
<% end_if %>
|
|
|
|
<% if SpamLink %>
|
|
|
|
<li><a href="$SpamLink.ATT" class="spam"><% _t('ISSPAM','this comment is spam') %></a></li>
|
|
|
|
<% end_if %>
|
|
|
|
<% if HamLink %>
|
|
|
|
<li><a href="$HamLink.ATT" class="ham"><% _t('ISNTSPAM','this comment is not spam') %></a></li>
|
|
|
|
<% end_if %>
|
|
|
|
<% if DeleteLink %>
|
|
|
|
<li class="last"><a href="$DeleteLink.ATT" class="delete"><% _t('REMCOM','remove this comment') %></a></li>
|
|
|
|
<% end_if %>
|
|
|
|
</ul>
|
|
|
|
<% end_if %>
|
2012-07-21 23:54:24 +02:00
|
|
|
<% end_if %>
|