summaryrefslogtreecommitdiff
path: root/src/data/templates/quotes.hbs
blob: 6f56a30d09caf0264ce50dd677c737880eee593c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{{#*inline "heading"}}
                      Sortér etter <a href="quotes.jsp?order=date">dato</a> | <a href="quotes.jsp?order=score">score</a>
{{/inline}}
{{#*inline "page"}}
{{#each quotes}}
<br>
<a href="/view_quote?id={{id}}">#{{id}}</a>, lagt til av {{author}}<br>
Dato: {{date}}, Score: 
<span id="v{{id}}">
{{~> vote~}}
<form method="post" style="display: inline;"action="https://www.vidarholen.net/contents/rage/index.php"><input type="hidden" name="irc" value="{{content}}"/><input type="submit" class="ragebutton" value="Rage it"/></form><br>
<br>
<pre>
{{content}}
</pre>
<hr>
{{/each}}
{{#if display_more}}
<a href="quotes.jsp?limit=999999">Alle quotes</a>
{{/if}}
{{/inline}}
{{~> base~}}