about summary refs log tree commit diff
path: root/bh20simplewebuploader/templates
diff options
context:
space:
mode:
authorlltommy2020-06-14 21:55:26 +0200
committerlltommy2020-06-14 21:55:26 +0200
commit6b2ac7c6f2402c76f030b9456b1e0c57fcf8bbb1 (patch)
treead93b8fd9224414d592f4413a2755a54f09df571 /bh20simplewebuploader/templates
parenta8674b7e5c726994a102ea8c47d0e82c12e23d51 (diff)
downloadbh20-seq-resource-6b2ac7c6f2402c76f030b9456b1e0c57fcf8bbb1.tar.gz
bh20-seq-resource-6b2ac7c6f2402c76f030b9456b1e0c57fcf8bbb1.tar.lz
bh20-seq-resource-6b2ac7c6f2402c76f030b9456b1e0c57fcf8bbb1.zip
Tried to make a start with the 'demo' part, table works, drilling down not
Diffstat (limited to 'bh20simplewebuploader/templates')
-rw-r--r--bh20simplewebuploader/templates/demo-run.html15
1 files changed, 10 insertions, 5 deletions
diff --git a/bh20simplewebuploader/templates/demo-run.html b/bh20simplewebuploader/templates/demo-run.html
index 52129ec..4479409 100644
--- a/bh20simplewebuploader/templates/demo-run.html
+++ b/bh20simplewebuploader/templates/demo-run.html
@@ -1,12 +1,13 @@
 <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>
+      <button class="button" onclick="fetchSEQCountBySpecimen()">Count by Specimen source</button>
+      <button class="button" onclick="fetchSEQCountByLocation()">Count by Location</button>
+      <button class="button" onclick="fetchSEQCountByTech()">Count by Sequencer</button>
+      <button class="button" onclick="fetchAllaccessions()">Show All accessions</button>
+      <button class="button" onclick="fetchCountByGPS()">Map</button>
+
     </div>
 
   </div>
@@ -18,4 +19,8 @@
     <pre><code id="json"></code></pre>
   </section>
 
+
 </section>
+ <section>
+    <div id="table"></div>
+  </section>