aboutsummaryrefslogtreecommitdiff
path: root/bh20simplewebuploader/templates/demo-run.html
blob: 7f291851728253f7d1296840f543acb7add449b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>