aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/release_search.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2021-02-26 10:31:08 -0800
committerBryan Newbold <bnewbold@robocracy.org>2021-02-26 12:03:32 -0800
commit8274a975d2db3697eb1d69dd22ddcc33592bbbf7 (patch)
tree82447eb1f2c7fd83933799e62a52dfcc261a91f2 /python/fatcat_web/templates/release_search.html
parent6e059f1bbd9753df279e1d4c1f1f98d9099e6984 (diff)
downloadfatcat-8274a975d2db3697eb1d69dd22ddcc33592bbbf7.tar.gz
fatcat-8274a975d2db3697eb1d69dd22ddcc33592bbbf7.zip
web: release search (SERP) changes
- show preservation status instead of fulltext tag - more external identifiers
Diffstat (limited to 'python/fatcat_web/templates/release_search.html')
-rw-r--r--python/fatcat_web/templates/release_search.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_web/templates/release_search.html b/python/fatcat_web/templates/release_search.html
index b1021322..4de56fa2 100644
--- a/python/fatcat_web/templates/release_search.html
+++ b/python/fatcat_web/templates/release_search.html
@@ -24,7 +24,7 @@
</div>
<div class="ui checkbox" style="float: right; margin: 1em;">
<input type="checkbox" name="fulltext_only" id="fulltext_only" value="true" {% if query.fulltext_only %}checked{% endif %}>
- <label for="fulltext_only">Fulltext Available Only</label>
+ <label for="fulltext_only">Only public full-text</label>
</div>
<br>Can also lookup by <b><a href="/release/lookup">identifier</a></b> or search for <b><a href="/container/search?q={{ query.q or "" }}">containers</a></b> (eg, journals).
</div>