diff options
author | Pjotr Prins | 2020-05-23 08:53:17 -0500 |
---|---|---|
committer | Pjotr Prins | 2020-05-23 08:53:17 -0500 |
commit | a6e411584d7188d1485bad1895f6cc659ecce8c6 (patch) | |
tree | bdb1cd3436d42e31608e5351521219b94e363adb /bh20simplewebuploader/templates/demo-run.html | |
parent | ef5c0de4f309923b844d9fe0dd9ac70b7347a49a (diff) | |
download | bh20-seq-resource-a6e411584d7188d1485bad1895f6cc659ecce8c6.tar.gz bh20-seq-resource-a6e411584d7188d1485bad1895f6cc659ecce8c6.tar.lz bh20-seq-resource-a6e411584d7188d1485bad1895f6cc659ecce8c6.zip |
Fixed HTML footer
Diffstat (limited to 'bh20simplewebuploader/templates/demo-run.html')
-rw-r--r-- | bh20simplewebuploader/templates/demo-run.html | 32 |
1 files changed, 18 insertions, 14 deletions
diff --git a/bh20simplewebuploader/templates/demo-run.html b/bh20simplewebuploader/templates/demo-run.html index 7f29185..52129ec 100644 --- a/bh20simplewebuploader/templates/demo-run.html +++ b/bh20simplewebuploader/templates/demo-run.html @@ -1,17 +1,21 @@ - <section class="search-section"> - <div class="filter-options" action="#"> - <p>[Demo] Display content sequences by: </p> +<section class="search-section"> + <div class="filter-options" action="#"> + <p>[Demo] Display content sequences by: </p> - <div> - <button class="button" onclick="fetchSEQBySpecimen()">Specimen source</button> - <button class="button" onclick="fetchSEQByLocation()">Location</button> - <button class="button" onclick="fetchSEQByTech()">Sequencer</button> - <button class="button" onclick="fetchAllaccessions()">All accessions</button> - </div> + <div> + <button class="button" onclick="fetchSEQBySpecimen()">Specimen source</button> + <button class="button" onclick="fetchSEQByLocation()">Location</button> + <button class="button" onclick="fetchSEQByTech()">Sequencer</button> + <button class="button" onclick="fetchAllaccessions()">All accessions</button> + </div> - </div> - <div id="loader" class="loader invisible"></div> + </div> - <section id="results" class="invisible"> - <pre><code id="json"></code></pre> - </section> + <div id="loader" class="loader invisible"> + </div> + + <section id="results" class="invisible"> + <pre><code id="json"></code></pre> + </section> + +</section> |