diff options
author | LLTommy | 2020-06-17 19:22:24 +0200 |
---|---|---|
committer | GitHub | 2020-06-17 19:22:24 +0200 |
commit | ae6b95d8e3053e9a446702d77e7ad56a321acda7 (patch) | |
tree | b7fa6afa5c260ef80f84d90e0d7aac891f34db40 /bh20simplewebuploader/templates/search.html | |
parent | a2c2342000aea4efa5140afa89e4ed66dd466100 (diff) | |
parent | a80646c6d6f2d768f63db2545f7e1542ea290f77 (diff) | |
download | bh20-seq-resource-ae6b95d8e3053e9a446702d77e7ad56a321acda7.tar.gz bh20-seq-resource-ae6b95d8e3053e9a446702d77e7ad56a321acda7.tar.lz bh20-seq-resource-ae6b95d8e3053e9a446702d77e7ad56a321acda7.zip |
Merge pull request #83 from BonfaceKilz/feature/display-content-sequences
Feature/display fasta count on a map
Diffstat (limited to 'bh20simplewebuploader/templates/search.html')
-rw-r--r-- | bh20simplewebuploader/templates/search.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bh20simplewebuploader/templates/search.html b/bh20simplewebuploader/templates/search.html index 1257ee2..dbdca90 100644 --- a/bh20simplewebuploader/templates/search.html +++ b/bh20simplewebuploader/templates/search.html @@ -1,10 +1,10 @@ <div class="search"> - <input id="search-input" id="global-search" type="search" placeholder="FASTA uri" required> + <input id="search-input" type="search" placeholder="FASTA uri" required> <button class="button search-button" type="submit" onclick="search()"> <span class="icon ion-search"> <span class="sr-only">Search</span> </span> </button> - <span class="dropt" title="http://collections.lugli.arvadosapi.com/c=00fede2c6f52b053a14edca01cfa02b7+126/sequence.fasta">(example)<span style="width:500px;"></span> + <span class="dropt" title="http://collections.lugli.arvadosapi.com/c=00fede2c6f52b053a14edca01cfa02b7+126/sequence.fasta">(example)<span style="width:500px;"></span></span> </div> -</section> + |