From ff843b1fcb73d8446c16f0aadd7a044e66e70a80 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Wed, 5 Jun 2019 23:05:25 -0700 Subject: update container search page --- python/fatcat_web/templates/container_search.html | 43 +++++++++++++++-------- 1 file changed, 28 insertions(+), 15 deletions(-) diff --git a/python/fatcat_web/templates/container_search.html b/python/fatcat_web/templates/container_search.html index cdae5a46..b2a4ec34 100644 --- a/python/fatcat_web/templates/container_search.html +++ b/python/fatcat_web/templates/container_search.html @@ -1,16 +1,22 @@ {% extends "base.html" %} -{% block body %} +{% block fullmain %} -

Journal/Conference Search

-
-
-
- - -
+
+
+

Journal/Conference Search

+ +
+
+ + +
+
Can also lookup by identifier or search releases. +
+
- +
+

{% if found %} @@ -26,7 +32,7 @@
{{ entity.publisher }}
{% endif %} {% if entity.issnl %} - ISSN {{ entity.issnl }} + issn:{{ entity.issnl }} {% endif %} {% if entity.container_type %}  {{ entity.container_type }} @@ -38,11 +44,17 @@ Showing top {{ found.count_returned }} out of {{ found.count_found }} results for: {{ found.query.q }} {% endif %} {% else %} -
-

No results found!

- Query was: {{ found.query.q }} -
-

Try:

+ +Raw query was: {{ found.query.q }} + +
+
+
+ +
+
+

No results found!

+

You could try elsewhere:

@@ -50,4 +62,5 @@ {% endif %} {% endif %} +
{% endblock %} -- cgit v1.2.3