10. List of all templates¶
The following is an overview of the function of templates used by the core theme in Portal.
- 404.html
- 404 error page.
- 500.html
- 500 internal error page
- acl/acl_form.html
- Shown when ACLs are needed in the page
- admin/base_admin.html
- Base template for the admin site
- admin/confirm_delete.html
- Delete confirmation table for admin
- admin/index.html
- First page of the admin site
- admin/vs_base.html
- Base template for confirmation of deletion.
- admin/vs_confirm_deleted.html
- Confirmation of deletion happened.
- admin/vs_confirm_disable.html
- Confirmation of user being disabled.
- admin/vs_confirm_enable.html
- Confirmation of user being re-enabled.
- ajax.html
- Ajax base template for use when a normal template should be used in ajax response.
- authentication/login.html
- Login/front page for the site.
- base-frontpage.html
- Base template for the frontpage / login screen.
- base.html
- Base template for all the logged in pages.
- base_error.html
- Base template for all the error messages
- collection/vs_collection_add.html
- Wrapper for adding a collection.
- collection/vs_collection_add_form.html
- Form for adding a collection.
- collection/vs_collection_add_parent.html
- Form adding a collection to a parent collection.
- collection/vs_collection_batch_update_metadata.html
- Page for updating the metadata on items contained within a collection.
- collection/vs_collection_delete.html
- Confirmation page for collection deletion
- collection/vs_collection_export.html
- Export collection form.
- collection/vs_collection_export_done.html
- Confirmation that export on collection was done.
- collection/vs_collection_nested_view.html
- Nest Ajax view for a collection item.
- collection/vs_collection_remove_items.html
- Confirmation page for removal of items from a collection.
- collection/vs_collection_results_form.html
- Collection search results form
- collection/vs_collection_results_grid.html
- Collection being shown as a grid
- collection/vs_collection_results_header.html
- Collection search results header.
- collection/vs_collection_view.html
- For viewing a collection.
- collection/vs_collections.html
- For an overview of collections - search results are mainly used instead of this.
- dashboard/vs_dashboard.html
- Not used currently.
- dashboard/vs_dashboard_storageblockelements.html
- Not used currently.
- export/vs_export_location.html
- An Export location view
- export/vs_export_location_add.html
- Add an export location to the system
- export/vs_export_locations.html
- An overview of export locations
- includes/base_popup.html
- Base templates for pop-up modal windows
- includes/collectionprofilechooser.html
- Chooser for when we are asking for add to collection
- includes/footer.html
- Main footer across the site.
- includes/ingestprofilechooser.html
- Form for choosing which ingest profile to use
- includes/metadataformchooser.html
- Form for choosing which metadata form to use
- includes/navigation.html
- Main sitewide navigation.
- includes/paginator.html
- HTML template for rendering the pagination.
- includes/response.html
- Base template for a simple response.
- includes/search_advanced_criteria.html
- Search advanced criteria builder
- job/vs_job.html
- Jobs page overview
- job/vs_job_abort.html
- Confirmation page for stopping jobs.
- job/vs_job_view.html
- Job detail page.
- media/base_media_view.html
- Base template for media views.
- media/fieldset_render.html
- Include file for rendering fieldsets of Metadata Groups
- media/fieldset_render_batch_update.html
- Include file for rendering fieldsets of Collection metadata groups
- media/media_accessrights_view.html
- Include loop for showing ACLs associated to a MediaItem view.
- media/media_acl_view.html
- Modal window for complete showing and manipulating ACLs
- media/media_delete.html
- Confirm page for deleting of media
- media/media_export_view.html
- Modal window for export media functionality
- media/media_exported.html
- Confirmation page for after a user has requested media to be exported from a modal window.
- media/media_inc_preview.html
- Main template for media pods. This is usually included in a loop for showing media. It calls other include files depending on the media type that is to be shown, and then renders certain metadata fields.
- media/media_inc_preview_audio.html
- Included by media_inc_preview.html for showing audio items.
- media/media_inc_preview_document.html
- Included by media_inc_preview.html for showing documents.
- media/media_inc_preview_image.html
- Included by media_inc_preview.html for showing images.
- media/media_inc_preview_row.html
- Preview in rows instead of pods.
- media/media_inc_preview_unknown.html
- Included by media_inc_preview.html when we don’t know the media type or its a placeholder.
- media/media_inc_preview_video.html
- Included by media_inc_preview.html for showing video items.
- media/media_new.html
- Create a placeholder template
- media/media_no_thumbnail.html
- For the thumbnail render, if there is no thumbnail then show this template.
- media/media_transcode_items.html
- Form for asking which format to transcode to.
- media/media_view.html
- Main media item view page for showing an item.
- media/media_view_metadataform.html
- For rendering the metadata form into the media item page.
- media/media_view_related.html
- View all the related items to a media item page.
- media/mediajob_inc_preview_row.html
- Used as a preview in worklists
- media/metadata_render.html
- Wrapper file for rendering metadata forms.
- media/metadata_render_batch_update.html
- Included when updating metadata for collections.
- media/metadata_render_nofieldset.html
- For rendering metadata outside of a fieldset.
- media/previews/audio.html
- Preview of audio.
- media/previews/audiofallback.html
- Preview of audio using Flash based player.
- media/previews/audioogg.html
- Preview of audio using the ogg format.
- media/previews/data.html
- Preview of data.
- media/previews/fallback.html
- Preview fallback.
- media/previews/image.html
- Preview image.
- media/previews/previewflash.html
- Preview of flash player
- media/previews/previewh264.html
- Preview using HTML5 preview for browsers that can use h264
- media/previews/previewogg.html
- Preview using OGG format
- media/previews/previewwebm.html
- Preview for browsers that can view WebM.
- media/previews/video.html
- Preview of video.
- metadata/vs_metadata_manager.html
- Metadata manager tool.
- metadataelement/base_metadataelement.html
- Base template for metadata elements.
- metadataelement/element.html
- View and edit page for metadata element.
- metadataelement/element_add.html
- Add metadata element page.
- metadataelement/group.html
- Show metadata elements for a particular group.
- metadataelement/groups.html
- Show metadata groups.
- metadataelement/metadata_subgrp_chooser.html
- Include file for showing the list of metadata groups on a system.
- organisation/organisation_add.html
- Add an Organisation
- organisation/organisation_view.html
- View and update Organisation page
- organisation/organisations.html
- List of Organisations
- organisation/organisationtype_add.html
- Add an organisation type
- organisation/organisationtype_view.html
- View and update Organisation type.
- organisation/organisationtypes.html
- List of Organisation types.
- plugins/plugin_view.html
- Plugin overview page.
- savedsearch/base_saved_search.html
- Base page for saved search.
- savedsearch/vs_saved_search_add_form.html
- Saved search add and edit form.
- savedsearch/vs_saved_search_delete.html
- Saved search delete page
- savedsearch/vs_saved_searches.html
- Saved search overview page.
- search/base_search.html
- Base page for search.
- search/base_search_results.html
- Base page for search results.
- search/criteria/search_criteria_audiocodec.html
- Search criteria page
- search/criteria/search_criteria_created.html
- Search criteria page
- search/criteria/search_criteria_durationseconds.html
- Search criteria page
- search/criteria/search_criteria_format.html
- Search criteria page
- search/criteria/search_criteria_mediatype.html
- Search criteria page
- search/criteria/search_criteria_originalheight.html
- Search criteria page
- search/criteria/search_criteria_originalwidth.html
- Search criteria page
- search/criteria/search_criteria_owner.html
- Search criteria page
- search/criteria/search_criteria_videocodec.html
- Search criteria page
- search/metadata_form.html
- Search metadata form renderer.
- search/search.html
- Search page.
- search/search_advanced.html
- Search advanced page.
- search/search_ajax.html
- Search ajax page for searching within other pages.
- search/search_results_ajax_grid.html
- Live search results page.
- search/search_results_footer.html
- Search results footer.
- search/search_results_form.html
- Form for including in search results.
- search/search_results_grid.html
- Search results shown in a grid.
- search/search_results_header.html
- Header for search results.
- search/search_results_last10.html
- Show the last 10 items that the authenticating user has access to.
- search/search_results_list.html
- Search results list page.
- search/search_results_live.html
- Live search results page.
- search/search_results_sidebar.html
- Side bar (filter bar) for the search results.
- search/search_results_table.html
- Search results shown in a table format.
- storage/vs_storage_actions.html
- Storage actions.
- storage/vs_storage_add.html
- Add Storage page.
- storage/vs_storage_deleted.html
- Shown when deleting a storage.
- storage/vs_storage_detailed_view.html
- Storage view page.
- storage/vs_storage_files.html
- View of the files within a particular storage.
- storage/vs_storage_files_replacees.html
- Page for replacing the essence of an item though storage.
- storage/vs_storage_files_simple.html
- Simple view for showing files to be ingested off storages.
- storage/vs_storage_group_add.html
- Add a new storage group page.
- storage/vs_storage_group_remove.html
- Remove a storage group page.
- storage/vs_storage_import.html
- Storage import page.
- storage/vs_storage_import_mdform.html
- Metadata import form when importing from storage.
- storage/vs_storage_import_placeholder.html
- Import to placeholder from storage page.
- storage/vs_storage_metadata_form.html
- Metadata form for importing from storage.
- storage/vs_storage_metadata_simple.html
- Simple metadata overview for import from storage.
- storage/vs_storage_move.html
- Move files between storages.
- storage/vs_storage_moved.html
- Confirmation of move of storages
- storage/vs_storage_settings_view.html
- Storages settings page.
- storage/vs_storage_view.html
- View of storage.
- themes/theme_add.html
- Theme add page.
- themes/theme_view.html
- Theme view page.
- themes/themes.html
- Theme list page.
- transcodeprofiles/vs_shape_tag.html
- Show transcode profile page.
- transcodeprofiles/vs_shape_tag_createorupdated.html
- Updated or create transcode profile page.
- transcodeprofiles/vs_shape_tag_delete.html
- Transcode profile delete
- transcodeprofiles/vs_shape_tag_new.html
- Add transcode profile page.
- transcodeprofiles/vs_shape_tags.html
- View list of transcode profiles.
- upload/upload.html
- Upload content page.
- users/user_settings.html
- User settings page.
- users/vs_base_users.html
- Base template for users.
- users/vs_group_add.html
- Base template for groups.
- users/vs_group_view.html
- View a group page.
- users/vs_groups_all.html
- View list of all groups.
- users/vs_user_add.html
- User Add page.
- users/vs_user_password_change.html
- User password change page.
- users/vs_user_view.html
- User view page.
- users/vs_users_all.html
- View all users page.
- website/base_website.html
- Base page to the website.
- website/index.html
- Not currently used.
- website/test.html
- Test page.
- worklist/base_worklist.html
- Base template for worklists
- worklist/vs_worklists_currentingest.html
- Current ingest page.