diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-01-21 18:05:11 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-01-21 18:05:11 -0800 |
commit | 2cf6b6fa740b9d4b456bca39e71790a7c468e58c (patch) | |
tree | 4516c1fff95efaa4535cc92e9cf85ecd4a17e411 /fatcat_scholar/templates | |
parent | 23a01235522bad77361a3d5d454e52f275868549 (diff) | |
download | fatcat-scholar-2cf6b6fa740b9d4b456bca39e71790a7c468e58c.tar.gz fatcat-scholar-2cf6b6fa740b9d4b456bca39e71790a7c468e58c.zip |
translation and accessibility tweaks
Diffstat (limited to 'fatcat_scholar/templates')
-rw-r--r-- | fatcat_scholar/templates/help.html | 10 | ||||
-rw-r--r-- | fatcat_scholar/templates/search_macros.html | 24 |
2 files changed, 18 insertions, 16 deletions
diff --git a/fatcat_scholar/templates/help.html b/fatcat_scholar/templates/help.html index 1279bd2..59885d6 100644 --- a/fatcat_scholar/templates/help.html +++ b/fatcat_scholar/templates/help.html @@ -7,13 +7,13 @@ {% macro example_search_box(query) -%} <form class="" id="" action="{{ lang_prefix }}/search" method="get" role="search" aria-label="papers" itemprop="potentialAction" itemscope itemtype="https://schema.org/SearchAction"> - <meta itemprop="target" content="/search?q={q}"/> - <div class="ui form"> + <meta itemprop="target" content="/search?q={q}"/> + <div class="ui form"> <div class="ui action input large fluid"> - <input type="search" value="{{ query }}" name="q" aria-label="search metadata" required itemprop="query-input" style="border-radius: 0; border: 1px #999 solid;"> - <button class="ui green button" style="border-radius: 0; background-color: grey; font-size: 1.2rem;">{{ _("Try It") }}</button> - </div> + <input type="search" value="{{ query }}" name="q" aria-label="search metadata" required itemprop="query-input" style="border-radius: 0; border: 1px #999 solid;"> + <button class="ui button" style="border-radius: 0; background-color: #666; font-size: 1.2rem;">{{ _("Try It") }}</button> </div> + </div> </form> <br> {% endmacro %} diff --git a/fatcat_scholar/templates/search_macros.html b/fatcat_scholar/templates/search_macros.html index 75960af..66f8ebe 100644 --- a/fatcat_scholar/templates/search_macros.html +++ b/fatcat_scholar/templates/search_macros.html @@ -90,7 +90,7 @@ {% if show_thumbnail and access.thumbnail_url %} <div class="menu fulltext-thumbnail"> - <img src="{{ access.thumbnail_url }}" alt="fulltext thumbnail" loading="lazy"> + <img src="{{ access.thumbnail_url }}" alt="{{ _('fulltext thumbnail') }}" loading="lazy"> </div> {% endif %} </button> @@ -139,14 +139,14 @@ {% macro platform_access_button(biblio) %} {# TODO: DOAJ #} {% if biblio.arxiv_id %} - <a target="_blank" rel="noopener" href="https://arxiv.org/abs/{{ biblio.arxiv_id }}" title="arxiv.org access"> + <a target="_blank" rel="external noopener" href="https://arxiv.org/abs/{{ biblio.arxiv_id }}" title="arxiv.org access"> <button class="ui compact blue labeled icon button serp-button"> <i class="file alternate outline icon"></i> arxiv.org </button> </a> {% elif biblio.pmcid %} - <a target="_blank" rel="noopener" href="https://www.ncbi.nlm.nih.gov/pmc/articles/{{ biblio.pmcid }}" title="pubmed link"> + <a target="_blank" rel="external noopener" href="https://www.ncbi.nlm.nih.gov/pmc/articles/{{ biblio.pmcid }}" title="pubmed link"> <button class="ui compact blue labeled icon button serp-button"> <i class="file alternate outline icon"></i> pubmed.gov @@ -271,7 +271,7 @@ </div> <div class="content"> <div class="header"> - <a href="{{ paper.fulltext.access_url }}"> + <a rel="noopener" href="{{ paper.fulltext.access_url }}"> {% if paper.fulltext.access_type == "wayback" %} {% trans %}Web Archive Capture{% endtrans %} {% elif paper.fulltext.access_type == "ia_file" %} @@ -294,13 +294,15 @@ </a> </div> <div class="meta"> - <a href="{{ paper.fulltext.access_url}}"> + <a rel="noopener" href="{{ paper.fulltext.access_url}}"> {{ paper.fulltext.access_url }} </a> </div> <div class="description"> {% if paper.fulltext.access_type == "wayback" %} - <p>A copy of this work was available on the public web and has been preserved in the Wayback Machine. The capture dates from {{ paper.fulltext.access_url.split('/')[4][:4] }}; you can also visit <a href="{{ '/'.join(paper.fulltext.access_url.split('/')[5:]) }}">the original URL</a>. + {% set original_url = '/'.join(paper.fulltext.access_url.split('/')[5:]) %} + {% set capture_year = paper.fulltext.access_url.split('/')[4][:4] %} + <p>{% trans %}A copy of this work was available on the public web and has been preserved in the Wayback Machine. The capture dates from {{ capture_year }}; you can also visit <a rel="external noopener" href="{{ original_url }}">the original URL</a>.{% endtrans %} {% elif paper.fulltext.access_type == "ia_file" %} <p>{% trans %}The Internet Archive has a preservation copy of this work in our general collections.{% endtrans %} {% elif paper.fulltext.access_type == "ia_sim" %} @@ -414,7 +416,7 @@ </a> {% endif %} - <a rel="noopener" href="{{ lang_prefix }}/help#tags" title=""> + <a rel="noopener" href="{{ lang_prefix }}/help#tags" aria-label="{{ _('tag definitions') }}"> {% for tag in paper.tags|sort %} {# HACK: don't show "oa" tag if already obvious #} {% if tag != "oa" or ("doaj" not in paper.tags and "szczepanski" not in paper.tags) %} @@ -489,15 +491,15 @@ </details> <a href="https://fatcat.wiki/release/{{ paper.biblio.release_ident }}" rel="noopener" title="{{ _('edit on fatcat wiki') }}"> - <button class="circular ui icon compact basic button" aria-label=""> + <div class="circular ui icon compact basic button"> <i class="edit icon"></i> - </button> + </div> </a> <a href="{{ lang_prefix }}/search?q=key:{{ paper.key }}" rel="noopener" title="{{ _('permalink') }}"> - <button class="circular ui icon compact basic button" aria-label=""> + <div class="circular ui icon compact basic button"> <i class="linkify icon"></i> - </button> + </div> </a> </div> |