blob: b809be8af89358d3be9b1b563cc380ce59a79ad9 (
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
<table class="ledger" id="threads">
<script class="keywordTemplate" type="text/html">
<tr>
<th>
<b>{{keyword}}</b>
·
</th>
<th>
<a href="/post/{{keyword}}">post</a>
</th>
</tr>
</script>
<script class="template" type="text/html">
<tr>
<td>
<a href="/profile/{{username}}">{{username}}</a>
{{privacy_dot}}
</td>
<td class="{{color}}">
<a href="/details/{{id}}">{{title}}</a>
</td>
<td class="{{date_class}}">
{{date}} <small>{{time}}</small>
</td>
<td class="{{views_class}}">
{{views}}
</td>
<td class="{{comments_class}}">
{{comments}}
</td>
<td class="{{show_files}}">
<span class="size">
<span class="{{size_class}}">{{size}}</span>
in
</span>
<span class="{{files_class}}">{{files}}</span>
</td>
</tr>
</script>
</table>
|