From 2ec0dfcdefb954d9232a0025cafbf1cc426ae7c2 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 3 Apr 2020 12:43:13 -0700 Subject: UI tweaks, i18n prep --- fatcat_covid19/templates/fulltext_search.html | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 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 d2a8e4c..d6367a8 100644 --- a/fatcat_covid19/templates/fulltext_search.html +++ b/fatcat_covid19/templates/fulltext_search.html @@ -3,9 +3,9 @@ {% block title %} {% if query %} - Search: {{ query }} + {{ _("Search") }}: {{ query }} {% else %} - Fulltext Search + {{ _("Fulltext Search") }} {% endif %} {% endblock %} @@ -19,13 +19,15 @@
- +
+ {#

Can also lookup by identifier or search for containers (eg, journals). + #}
@@ -58,22 +60,23 @@ {# "did a query, but no results" #}

- Raw query was: {{ found.query.q }} + {{ _("Raw query was:") }} {{ found.query.q }}
- {# +

{{ _("No results found!") }}

+
+
confused paper man
- #}
-

No results found!

-

You could try elsewhere:

+
+

{{ _("Try searching elsewhere") }}:

-- cgit v1.2.3