%inherit file="/base/index.html" /> <%namespace file="/base/fileViews.html" name="fileViews" import="*"/> <%namespace file="/base/javascriptDefs.html" name="javascriptDefs" import="*"/> <%def name="heading()"> % if hasattr(c, 'browsing'):
${ c.paginator.pager('$link_first $link_previous $first_item to $last_item of $item_count $link_next $link_last') }
${javascriptDefs.toggleLabelsJavaScript('fileTableRowLabel')} - <% counter=0 %> % for file in c.paginator: ${file.getHTMLRepresentation()} <% counter += 1 %> % endfor${ c.paginator.pager('~2~') }
% endif