diff options
Diffstat (limited to 'bh20simplewebuploader/templates')
-rw-r--r-- | bh20simplewebuploader/templates/demo.html | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/bh20simplewebuploader/templates/demo.html b/bh20simplewebuploader/templates/demo.html index ffebc91..393548c 100644 --- a/bh20simplewebuploader/templates/demo.html +++ b/bh20simplewebuploader/templates/demo.html @@ -21,17 +21,19 @@ <section class="search-section"> <div class="filter-options" action="#"> <div> - <button class="button" onclick="fetchSEQCountByLocation()">Count by Location</button> + <button class="button" onclick="demoFetchSEQCountByLocation()">Count by Location</button> <button class="button" onclick="demoGetSEQCountbytech()">Count by Sequencer</button> - <button class="button" onclick="fetchInstitutesPublications()">Get list of publications</button> - <button class="button" onclick="fetchSEQCountBySpecimen()">Count by Specimen source</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="getNYsamples()">Get all NY samples</button> - <button class="button" onclick="fetchAuthors()">Get authors</button> - <button class="button" onclick="demoGetSequencePerDate()">Show Sequences before submission date</button> - <button class="button" onclick="demoLocationGps()">Locations and their GPS</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="demoGetSouthAmericaSeq()">List sequences from South America</button> + <!-- <button class="button" onclick="fetchAllaccessions()">Show All accessions</button> |