2007-10-09 15:09:06 +00:00
|
|
|
<% #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>
|
2014-12-21 17:20:22 +01:00
|
|
|
<% 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>
|
2015-01-11 13:10:46 +01:00
|
|
|
<th class='uk-text-right'><i class='uk-icon-download'></i></th>
|
2018-05-06 22:01:20 +02:00
|
|
|
<th></th>
|
2015-01-11 13:10:46 +01:00
|
|
|
<th><% gettext Name %></th>
|
2018-05-06 22:01:20 +02:00
|
|
|
<th><% gettext Size %></th>
|
2015-03-28 19:40:09 +01:00
|
|
|
<th><% gettext Account %></th>
|
2015-01-11 13:10:46 +01:00
|
|
|
<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 %>
|