2 <!-- comment <%- $comment['commentid'] %> -->
4 <div class="box-head" style="text-align: <%- $stylevar['left'] %>">
5 <span style="float: <%- $stylevar['right'] %>"><%- $comment['posttime'] %></span>
6 <%- $comment['postby'] %>
9 <div class="box-mid" style="text-align: <%- $stylevar['left'] %>">
10 <%- $comment['comment_parsed'] %>
13 <% if ($show['editcomment']): %>
14 <div class="box-foot" style="text-align: <%- $stylevar['left'] %>">
15 <span style="float: <%- $stylevar['right'] %>">
16 <% if ($show['delete']): %>[<a href="editcomment.php?do=delete&commentid=<%- $comment['commentid'] %>"><%-T("Delete")%></a>]<% endif %>
17 [<a href="editcomment.php?commentid=<%- $comment['commentid'] %>"><%-T("Edit Comment")%></a>]
19 <% if ($comment['hidden']): %><strong><%-T("Hidden")%></strong><% else: %><%-T("Visible")%><% endif %>
23 <!-- / comment <%- $comment['commentid'] %> -->