antville/code/Comments/$Comments.skin

25 lines
635 B
Text
Raw Normal View History

2014-12-16 23:09:48 +01:00
<% #main %>
2015-01-06 00:17:13 +01:00
<h1>
<% response.title %>
<% site.link comments.xml ' ' class='uk-icon-button uk-icon-rss uk-text-middle' %>
</h1>
<% if <% username %> is null then '' else
<% comments.link . <% gettext All %> %>
%>
<% comments.link user <% username %> prefix=" | " %>
2014-12-16 23:09:48 +01:00
<% response.pager %>
<table class='uk-table uk-table-striped uk-table-hover uk-table-condensed'>
<thead>
<tr>
<th><% gettext Content %></th>
<th><% gettext Author %></th>
<th><% gettext Modified %></th>
<th></th>
2014-12-16 23:09:48 +01:00
</tr>
</thead>
<tbody>
<% response.list %>
</tbody>
</table>
<% response.pager %>