2007-08-10 03:29:09 +02:00
|
|
|
<p class="comment" id="PageComment_$ID">
|
2007-10-02 04:47:02 +02:00
|
|
|
<% if bbCodeEnabled %>
|
|
|
|
$ParsedBBCode
|
|
|
|
<% else %>
|
|
|
|
$Comment.XML
|
|
|
|
<% end_if %>
|
2007-08-10 03:29:09 +02:00
|
|
|
</p>
|
2007-07-19 12:40:05 +02:00
|
|
|
<p class="info">
|
2007-09-16 18:37:15 +02:00
|
|
|
<span><% _t('PBY','Posted by') %> $Name.XML, $Created.Nice ($Created.Ago)</span>
|
2007-07-19 12:40:05 +02:00
|
|
|
<br />
|
2007-08-10 04:11:00 +02:00
|
|
|
<ul class="actionLinks">
|
2007-08-13 00:19:06 +02:00
|
|
|
<% if ApproveLink %>
|
|
|
|
<li><a href="$ApproveLink" class="approvelink">approve this comment</a></li>
|
2007-07-19 12:40:05 +02:00
|
|
|
<% end_if %>
|
|
|
|
<% if SpamLink %>
|
2007-09-16 18:37:15 +02:00
|
|
|
<li><a href="$SpamLink" class="spamlink"><% _t('ISSPAM','this comment is spam') %></a></li>
|
2007-07-19 12:40:05 +02:00
|
|
|
<% end_if %>
|
|
|
|
<% if HamLink %>
|
2007-09-16 18:37:15 +02:00
|
|
|
<li><a href="$HamLink" class="hamlink"><% _t('ISNTSPAM','this comment is not spam') %></a></li>
|
2007-07-19 12:40:05 +02:00
|
|
|
<% end_if %>
|
2007-08-10 03:29:09 +02:00
|
|
|
<% if DeleteLink %>
|
2007-09-16 18:37:15 +02:00
|
|
|
<li class="last"><a href="$DeleteLink" class="deletelink"><% _t('REMCOM','remove this comment') %></a></li>
|
2007-08-10 03:29:09 +02:00
|
|
|
<% end_if %>
|
2007-08-10 04:11:00 +02:00
|
|
|
</ul>
|
2007-07-19 12:40:05 +02:00
|
|
|
</p>
|