From f4da02fae5ebd179a0b3af4ff179543813fa146b Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 4 Sep 2019 12:04:08 -0700 Subject: start container coverage page --- python/fatcat_web/templates/container_view_coverage.html | 15 +++++++++++++++ python/fatcat_web/templates/entity_base.html | 4 +++- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 python/fatcat_web/templates/container_view_coverage.html (limited to 'python/fatcat_web/templates') 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 %} + +

Preservation Coverage By Year

+ + +
Download as JSON + +{% endblock %} + diff --git a/python/fatcat_web/templates/entity_base.html b/python/fatcat_web/templates/entity_base.html index bba95d9d..48f51ec6 100644 --- a/python/fatcat_web/templates/entity_base.html +++ b/python/fatcat_web/templates/entity_base.html @@ -78,7 +78,9 @@