Page MenuHomeSoftware Heritage

browse.html
No OneTemporary

browse.html

{% extends "./layout.html" %}
{% comment %}
Copyright (C) 2017-2018 The Software Heritage developers
See the AUTHORS file at the top-level directory of this distribution
License: GNU Affero General Public License version 3, or any later version
See top-level LICENSE file for more information
{% endcomment %}
{% load swh_templatetags %}
{% block title %}{{ heading }} – Software Heritage archive{% endblock %}
{% block navbar-content %}
{% if snapshot_context %}
<h4>
<i class="{{ swh_object_icons|key_value:swh_object_name.lower }} fa-fw" aria-hidden="true"></i>
Browse archived {{ swh_object_name.lower }}
{% if snapshot_context.origin_info %}
for origin
<a href="{% url 'browse-origin' snapshot_context.origin_info.url %}">
{{ snapshot_context.origin_info.url }}
</a>
{% if snapshot_context.origin_info.url|slice:"0:4" == "http" %}
<a href="{{ snapshot_context.origin_info.url }}" title="Go to origin">
<i class="fa fa-external-link" aria-hidden="true"></i>
</a>
{% endif %}
{% else %}
for snapshot
<a href="{% url 'browse-swh-id' snapshot_context.snapshot_swhid %}">
{{ snapshot_context.snapshot_swhid }}
</a>
{% endif %}
</h4>
{% else %}
<h4>
<i class="{{ swh_object_icons|key_value:swh_object_name.lower }} fa-fw" aria-hidden="true"></i>
Browse archived {{ swh_object_name.lower }}
<a href="{% url 'browse-swh-id' swh_object_id %}">
{{ swh_object_id }}
</a>
</h4>
{% endif %}
{% endblock %}
{% block browse-content %}
{% block swh-browse-before-content %}
{% if snapshot_context %}
{% include "includes/snapshot-context.html" %}
{% endif %}
{% endblock %}
{% block swh-browse-content %}{% endblock %}
{% block swh-browse-after-content %}{% endblock %}
<script>
swh.webapp.initPage('browse');
</script>
{% endblock %}

File Metadata

Mime Type
text/html
Expires
Jun 4 2025, 7:52 PM (12 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3337862

Event Timeline