{# 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 %} {% block header_itemviews %} {{ 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:") }}
{{ _("Click home icon to view namespace home page or click name to view namespace index.") }}
{{ _("Enter Item name and click Create button above to edit or upload one item. To upload multiple files click the button below to open a file selection dialog, or drag and drop multiple files here.") }}
| Name | Size | Revisions | Editor | Modified |
|---|
{{ _("Selected names: ") }}
{{ _("Alias names: ") }}
{{ _("Subitem names: ") }}