From e5d0d98d0377c5833dc4fedb6d8df14f5489edb5 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 12 Dec 2019 17:47:12 -0800 Subject: initial 'Save Paper Now' web form --- python/fatcat_web/templates/release_view.html | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) (limited to 'python/fatcat_web/templates/release_view.html') diff --git a/python/fatcat_web/templates/release_view.html b/python/fatcat_web/templates/release_view.html index 11b67148..b4e0ba25 100644 --- a/python/fatcat_web/templates/release_view.html +++ b/python/fatcat_web/templates/release_view.html @@ -257,7 +257,31 @@ {% elif entity.state == 'active' and entity.webcaptures != [] and entity.webcaptures[0].archive_urls != [] and entity.webcaptures[0].archive_urls[0].rel == "wayback" %} View Web Archive {% elif entity.state == 'active' %} -No Full Text Available +No Full Text Available + + + "Save Paper Now" +
+ Know of a fulltext copy of on the public web? Submit a URL and we will archive it +
+
+ +{# alternative SPN +
+
+ Save Paper Now +
+

Know of a fulltext copy on the public web? Submit a URL and we'll archive it +

+#} + +{# alternative SPN +
+ Save Paper Now +
know of a fulltext copy on the public web? submit a URL and we'll archive it +
+#} + {% endif %} {% if release.release_type or release.release_stage or release.release_year %} -- cgit v1.2.3