{% extends 'core_main_app/_render/admin/theme/tools/box.html' %}
{% block box_title %}
Other Metadata Formats
Add other metadata formats by providing a URL.
You will need to configure an XSLT file for each Template to perform the
mapping between the templates and those metadata formats.
{% endblock %}
{% block box_tools %}
Metadata Prefix | Schema | Namespace | Actions |
---|---|---|---|
{{ metadata_format.metadata_prefix }} | {{ metadata_format.schema }} | {{ metadata_format.metadata_namespace }} | {% url 'admin:core_oaipmh_provider_app_edit_metadata_format' metadata_format.id as edit_url %} {% include 'core_main_app/common/buttons/edit.html' %} {% url 'admin:core_oaipmh_provider_app_delete_metadata_format' metadata_format.id as delete_url %} {% include 'core_main_app/common/buttons/delete.html' %} Mapping |
There are currently no Metadata Formats. Please add a new one. |