diff options
author | Pjotr Prins | 2020-05-23 08:42:00 -0500 |
---|---|---|
committer | Pjotr Prins | 2020-05-23 08:42:00 -0500 |
commit | ef5c0de4f309923b844d9fe0dd9ac70b7347a49a (patch) | |
tree | 83a278b859d95ff59a0da6f1bac2be97d03e7dce /bh20simplewebuploader/templates/demo-run.html | |
parent | 4e9df3187214536d19c34da5335c7ec1310b0067 (diff) | |
download | bh20-seq-resource-ef5c0de4f309923b844d9fe0dd9ac70b7347a49a.tar.gz bh20-seq-resource-ef5c0de4f309923b844d9fe0dd9ac70b7347a49a.tar.lz bh20-seq-resource-ef5c0de4f309923b844d9fe0dd9ac70b7347a49a.zip |
Menu and forms
Diffstat (limited to 'bh20simplewebuploader/templates/demo-run.html')
-rw-r--r-- | bh20simplewebuploader/templates/demo-run.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/bh20simplewebuploader/templates/demo-run.html b/bh20simplewebuploader/templates/demo-run.html new file mode 100644 index 0000000..7f29185 --- /dev/null +++ b/bh20simplewebuploader/templates/demo-run.html @@ -0,0 +1,17 @@ + <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> + <div id="loader" class="loader invisible"></div> + + <section id="results" class="invisible"> + <pre><code id="json"></code></pre> + </section> |