{# Copyright (C) 2020-2023 Graz University of Technology. invenio-theme-tugraz is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. #} {% set options = [ { "key": "records", "text": _("All"), "value": url_for("invenio_search_ui.search"), "title": "repo", },{ "key": "rdm", "text": _("Research Results"), "value": "/records/search", "title": "Research Data", },{ "key": "marc21", "text": _("Publications"), "value": url_for("invenio_records_marc21.search"), "title": "publication", },{ "key": "lom", "text": _("Open Educational Resources"), "value": url_for("invenio_records_lom.search"), "title": "oer", } ] %}
{%- block navbar_right %} {%- include config.THEME_HEADER_LOGIN_TEMPLATE %} {%- endblock navbar_right %}