aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/container_view_coverage.html
diff options
context:
space:
mode:
Diffstat (limited to 'python/fatcat_web/templates/container_view_coverage.html')
-rw-r--r--python/fatcat_web/templates/container_view_coverage.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/python/fatcat_web/templates/container_view_coverage.html b/python/fatcat_web/templates/container_view_coverage.html
new file mode 100644
index 00000000..eb9dba8a
--- /dev/null
+++ b/python/fatcat_web/templates/container_view_coverage.html
@@ -0,0 +1,15 @@
+{% set container = entity %}
+{% set entity_view = "coverage" %}
+{% set entity_type = "container" %}
+{% import "entity_macros.html" as entity_macros %}
+{% extends "entity_base.html" %}
+
+{% block entity_main %}
+
+<h3>Preservation Coverage By Year</h3>
+
+<img src="/container/{{ container.ident }}/ia_coverage_years.svg">
+<br><a href="/container/{{ container.ident }}/ia_coverage_years.json">Download as JSON</a>
+
+{% endblock %}
+