antville/code/Files/$Files.skin

26 lines
711 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 . <% gettext All %> %>
<% files.link user <% membership.name %> 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>
<th class='uk-text-right'><i class='uk-icon-download'></i></th>
<th></th>
<th><% gettext Name %></th>
<th><% gettext Size %></th>
<th><% gettext Account %></th>
<th><% gettext Modified %></th>
<th></th>
2014-12-17 23:53:57 +01:00
</tr>
</thead>
<tbody>
<% response.list %>
</tbody>
</table>
2007-09-24 22:00:46 +00:00
<% response.pager %>