From 38825876b64cdd08495f515a5d503f3da89385c2 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 8 Apr 2020 14:20:07 -0700 Subject: initial implementation of filters --- fatcat_covid19/templates/fulltext_search.html | 70 ++++++++++++++++++++++++--- 1 file changed, 64 insertions(+), 6 deletions(-) (limited to 'fatcat_covid19/templates/fulltext_search.html') diff --git a/fatcat_covid19/templates/fulltext_search.html b/fatcat_covid19/templates/fulltext_search.html index 1d54f78..affb7b5 100644 --- a/fatcat_covid19/templates/fulltext_search.html +++ b/fatcat_covid19/templates/fulltext_search.html @@ -21,13 +21,63 @@ - {# -
- - + +
+ Include:   + +{# + +#} + + + + from + -
Can also lookup by identifier or search for containers (eg, journals). - #}
@@ -89,3 +139,11 @@ {% endif %} {% endblock %} + +{% block postscript %} + +{% endblock %} -- cgit v1.2.3