summaryrefslogtreecommitdiff
path: root/portal/template/docs-comments.html
blob: e556cce3ab1dca2b36127a784f7b07227edf2f37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<hr />
<h1>func_lang("User Comments")</h1>
<!-- BEGIN comment_loop -->
<br />
<div class="txtCommentsWrap">
<div class="txtCommentsContent">
<div class="txtCommentsPoster">{poster}</div>
<div class="txtCommentsDate">{date}</div>
<br style="clear: both;" />
</div>
<div class="txtCommentsComment">{comment}</div>
</div>
<!-- END comment_loop -->
<!-- BEGIN comment_empty -->
<p><b>func_lang("No comments could be found for this page.")</b></p>
<!-- END comment_empty -->
<div id="docComments">
<!-- INCLUDE common-form.html -->
</div>
<!-- BEGIN no_form -->
<p><b>func_lang("New comments cannot be added to old documentation versions.")</b></p>
<!-- END no_form -->