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