{# This template creates the Global Index, a view that displays all the items within the current namespace or, based on user selection, a filtered list based on content type or first letter of item name or a list of subitems for an item. There is a lot of javascript support (index_action.js and jfu.js) for downloading, deleting, destroying, filtering, selecting, creating, and uploading items. As noted below, there are several nodes that are initially hidden by CSS, and displayed when the user clicks a button. #} {% extends theme("layout.html") %} {% import "forms.html" as forms with context %} {% import theme("itemviews.html") as itemviews with context %} {# used by basic theme to show itemviews links on Item Index view #} {% block views %} {{ itemviews }} {% endblock %} {# Each item entry is formatted by the following macro. The entry includes a checkbox, an invisible link used by js for download, a link to the item (CSS places a content type icon before the link), a link to display subitems (if the item has subitems), size, number revisions, editor and modified time. #} {% macro render_file_entry(e) %}
{{ _("These items have orphan sub-items. Click name to create or arrow to view sub-items.") }}
{% for dir in missing_dirs %} {% endfor %}{{ _("Filter is on for these selected groups:") }}
Name | Size | Revisions | Editor | Modified |
---|
{{ _("Selected names: ") }}
{{ _("Alias names: ") }}
{{ _("Subitem names: ") }}