antville/code/Files/$Files.skin

26 lines
713 B
Text
Raw Normal View History

<% #main %>
2014-12-17 23:53:57 +01:00
<h1>
<% response.title %>
<% files.link create ' ' class='uk-icon-button uk-icon-plus uk-text-middle' %>
</h1>
<% files.link main <% gettext "By {0}" <% membership.name %> %> %>
<% files.link all <% gettext All %> prefix=" | " %>
2007-09-24 22:00:46 +00:00
<% response.pager %>
2014-12-17 23:53:57 +01:00
<table class='uk-table uk-table-striped uk-table-hover uk-table-condensed'>
<thead>
<tr>
<td><i class='uk-icon-download'></i></td>
<td><% gettext Name %></td>
<td></td>
<td><% gettext Size %></td>
<td><% gettext Author %></td>
<td><% gettext Modified %></td>
<td></td>
</tr>
</thead>
<tbody>
<% response.list %>
</tbody>
</table>
2007-09-24 22:00:46 +00:00
<% response.pager %>