File: comment-loop.inc

package info (click to toggle)
chronicle 4.6-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 764 kB
  • sloc: perl: 2,477; javascript: 447; makefile: 106; sh: 9
file content (18 lines) | stat: -rw-r--r-- 746 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!-- tmpl_if name='comments' -->
<h3 id="comments">Comments On This Entry</h3>
<ol class="commentlist">
<!-- tmpl_loop name='comments' -->
<li class="commento alt <!-- tmpl_if name='author' --> author<!-- /tmpl_if -->">
<img alt="[gravitar]" src="<!-- tmpl_var name='gravitar' -->" class="avatar" height="32" width="33" />
<!-- tmpl_if name='link' -->
<cite><a href="<!-- tmpl_var name='link' -->"><!-- tmpl_var name='name' --></a></cite>
<!-- tmpl_else name='link' -->
<cite><!-- tmpl_var name='name' --></cite>
<!-- /tmpl_if name='link' -->
<small class="commentmetadata" style="text-align: right;"><!-- tmpl_var name='date' --></small>
<div class="commentbody">
<!-- tmpl_var name='body' -->
</div>
<!-- /tmpl_loop -->
</ol>
<!-- /tmpl_if -->