quotesite/src/templates/browse.mustache

17 lines
517 B
Plaintext
Raw Permalink Normal View History

2016-02-06 05:02:12 +00:00
{{# quotes }}
<div class="entries">
2016-02-06 05:12:20 +00:00
<h3><a href="/{{ channelsafe }}/0">{{channel}}</a> - #{{listid}} - {{time}}</h3>
2016-02-06 05:02:12 +00:00
<p>({{nick}}) {{message}}</p>
2016-02-06 08:30:37 +00:00
<small><i>added by {{adder}}.</i> <a href="/quotes/{{id}}">permalink</a> <a href="/quotes/{{listid}}/vote">upvote</a> score: {{ score }}</small>
2016-02-06 05:02:12 +00:00
<br />
</div>
{{/ quotes }}
<br />
{{# paging }}
<center>
{{# isnt1}}<a href="/{{ kind }}/{{ prev }}">prev</a> {{/ isnt1 }} this <a href="/{{ kind }}/{{ next }}">next</a>
</center>
{{/ paging }}