blob: 97d4cea25efc57a68741f27ff74c91976e1e5e13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<table id="comments" width="450">
<script class="template" type="text/html">
<tr>
<td class="user">
<a href="/profile/{{username}}"><img src="//www.carbonpictures.com/bucky/data/profile/.thumb/al.{{username}}.jpg"></a><br>
<a href="/profile/{{username}}">{{username}}</a>
</td>
<td colspan="2" class="comment">
<div>
{{comment}}
</div>
<span class="date">
{{date}} {{time}}
</span>
<span class="edit-links">
<a href="/comment/{{id}}/edit">edit</a> ·
<a href="/comment/{{id}}/remove">remove</a> ·
<a href="/comment/{{id}}/reply">reply</a>
</span>
</td>
</tr>
</script>
</table>
|