diff options
Diffstat (limited to 'bh20simplewebuploader/templates')
-rw-r--r-- | bh20simplewebuploader/templates/demo.html | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/bh20simplewebuploader/templates/demo.html b/bh20simplewebuploader/templates/demo.html index 393548c..742185b 100644 --- a/bh20simplewebuploader/templates/demo.html +++ b/bh20simplewebuploader/templates/demo.html @@ -19,22 +19,19 @@ --> <section class="search-section"> - <div class="filter-options" action="#"> + <div id="playgroundButtonBox" class="filter-options" action="#"> <div> <button class="button" onclick="demoFetchSEQCountByLocation()">Count by Location</button> <button class="button" onclick="demoGetSEQCountbytech()">Count by Sequencer</button> <button class="button" onclick="demoFetchInstitutesPublications()">Get list of publications</button> <button class="button" onclick="demoFetchSEQCountBySpecimen()">Count by Specimen source</button> <button class="button" onclick="demoGetSEQCountbytechContinent()">Sequence Technologies used by continent</button> - <button class="button" onclick="demoGetNYsamples()">Get all NY samples</button> <button class="button" onclick="demoGetAuthors()">Get authors</button> - <button class="button" onclick="demoGetSequencePerDate()">Show Sequences by collection date</button> <button class="button" onclick="demoGetLocationGps()">Locations and their GPS</button> - - + <button class="button" onclick="demoGetSequencePerDate()">Show Sequences by collection date</button> <button class="button" onclick="demoGetSouthAmericaSeq()">List sequences from South America</button> - - + <button class="button" onclick="demoGetSeqByAgeGender()">Get Sequence by age and gender</button> + <button class="button" onclick="demoGetNYsamples()">Get all NY samples</button> <!-- <button class="button" onclick="fetchAllaccessions()">Show All accessions</button> <button class="button" onclick="fetchSEQCountbyContinent()">Count by Continent</button>--> |