diff options
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> |