From 25512c3557900612bfab2924a4ef1e0c7519c467 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 19 Jan 2021 17:03:26 -0800 Subject: html: replace citation modal with a click-behavior window --- fatcat_scholar/templates/search_macros.html | 53 ++++++++++++++--------------- 1 file changed, 25 insertions(+), 28 deletions(-) (limited to 'fatcat_scholar/templates/search_macros.html') diff --git a/fatcat_scholar/templates/search_macros.html b/fatcat_scholar/templates/search_macros.html index 07a6e44..1312aed 100644 --- a/fatcat_scholar/templates/search_macros.html +++ b/fatcat_scholar/templates/search_macros.html @@ -206,7 +206,7 @@ {% set access_alt = _('fulltext access') %} {% endif %} - - + +
+ +
+ +
+
+ +
+ + -{# ### CITATION MODAL #} -{% if paper.doc_type == "work" %} - - -

{% trans %}Cite Work{% endtrans %}

- - - - - - - - - - - -
Generic{{ paper._obj.biblio.citation_str("default") }}
BibTeX
{{ paper._obj.biblio.citation_str("bibtex") }}
-
-{% endif %} - {# ### VERSIONS MODAL #}