blob: 04e0613e0067a6b497f306cae99c918c715b6a2c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<div class="comments-display">
<div class="comments-header">
Posted by
<TMPL_IF NAME="AUTHOR">
<span class="author">
<TMPL_IF NAME="AUTHORURL">
<a href="<TMPL_VAR NAME=AUTHORURL>"><TMPL_VAR NAME=AUTHOR></a>
<TMPL_ELSE>
<TMPL_VAR NAME=AUTHOR>
</TMPL_IF>
</span>
</TMPL_IF>
(<TMPL_VAR CTIME>)
</div>
<div class="comments-subject"><TMPL_VAR TITLE></div>
<div class="inlinecontent">
<TMPL_VAR CONTENT>
</div>
</div><!--.comments-display-->
|