%inherit file="/base/index.html" /> <%namespace file="/base/collectionViews.html" name="collectionViews" import="*"/> <%namespace file="/base/javascriptDefs.html" name="javascriptDefs" import="*"/> <%def name="heading()"> % if hasattr(c, 'browsing'):
Collections are ordered lists of sentences and/or words. Collections can represent stories and records of elicitations, among other things.
% endif % if len(c.paginator):${ c.paginator.pager('$link_first $link_previous $first_item to $last_item of $item_count $link_next $link_last') }
% if not hasattr(c, 'browsing'): ${javascriptDefs.toggleLabelsJavaScript('fileTableRowLabel')} - % endif % if hasattr(c, 'browsing'): % for collection in c.paginator: ${collectionViews.collectionViewReallyShort(collection)} % endfor % else: % for collection in c.paginator: ${collectionViews.collectionViewShort(collection)} % endfor % endif${ c.paginator.pager('~2~') }
% endif