-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommentform.php
50 lines (42 loc) · 1.91 KB
/
commentform.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{hi:session:messages}
<div id="comments">
<h3>{hi:"{hi:post.comments.approved.count} Response" "{hi:post.comments.approved.count} Responses" post.comments.approved.count} {hi:"to"} {hi:post.title}</h3>
<a href="{hi:post.comment_feed_link}"> {hi:"Feed for this Entry"}</a>
{hi:?post.comments.pingbacks.count}
<div id="pings">
<h4>{hi:"{hi:post.comments.pingbacks.approved.count} Pingback" "{hi:post.comments.pingbacks.approved.count} Pingbacks" post.comments.pingbacks.approved.count} {hi:"to"} {hi:post.title}</h4>
<ul id="pings-list">
{hi:post.comments.pingbacks.approved}
<li id="ping-{hi:id}">
<div class="comment-content">{hi:content}</div>
<div class="ping-meta"><a href="{hi:url}" title="">{hi:name}</a></div>
</li>
{/hi:post.comments.pingbacks.approved}
</ul>
</div>
{/hi:?}
<h4 class="commentheading">{hi:"{hi:post.comments.comments.approved.count} Response" "{hi:post.comments.comments.approved.count} Responses" post.comments.comments.approved.count}</h4>
<ul id="commentlist">
{hi:?post.comments.moderated.count}
{hi:post.comments.moderated}
{hi:?is_unapproved}
<li id="comment-{hi:id}" class="comment{hi:'-unapproved"}>
{hi:?else?}
<li id="comment-{hi:id}" class="comment">
{/hi:?}
<div class="comment-content">{hi:content_out}</div>
<div class="comment-meta">#<a href="#comment-{hi:id}" class="counter" title="{hi:"Permanent Link to this Comment"}">{hi:id}</a> |
<span class="commentauthor">{hi:"Comment by"} <a href="{hi:url}">{hi:name}</a></span>
<span class="commentdate"> {hi:"on"} <a href="#comment-{hi:id}" title="{hi:"Time of this comment"}">{hi:date_out}</a></span>
{hi:?is_unapproved}<h5> <em>{hi:"In moderation"}</em></h5>{/hi:?}</div>
</li>
{/hi:post.comments.moderated}
{hi:?else?}
<li>{hi:"There are currently no comments."}</li>
{/hi:?}
</ul>
<div class="comments">
<br>
{hi:@comment_form_out}
</div>
</div>