aboutsummaryrefslogtreecommitdiff
path: root/bh20simplewebuploader/templates
AgeCommit message (Collapse)Author
2020-07-12Remove duplicate counterPjotr Prins
2020-07-08Get count from arvadosPeter Amstutz
Separate pending/rejected tables "Lastest results" is latest successful run. Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
2020-07-08Split upload tab. Add upload status tab.Peter Amstutz
Add more direct links on download page. Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
2020-07-03Update form.htmlPhilippe Rocca-Serra
s/onthology/ontology/
2020-06-17Merge pull request #83 from BonfaceKilz/feature/display-content-sequencesLLTommy
Feature/display fasta count on a map
2020-06-17Add cluster marker groupBonfaceKilz
When markers are close together, lump them together. Also, it provides a convenient method of remove markers when loading other GPS co-ordinates
2020-06-17Move map logic to main.jsBonfaceKilz
2020-06-17Move js script to bottom of pageBonfaceKilz
Methods associated with map need to be created after the div container
2020-06-17Add styling to mapBonfaceKilz
2020-06-17Fix broken HTMLBonfaceKilz
2020-06-17Move leaflet CSS to the head sectionBonfaceKilz
2020-06-17Add section for map and add basic stylingBonfaceKilz
2020-06-17Add leaflet css and js libsBonfaceKilz
2020-06-16starting to include a maplltommy
2020-06-15Adding endpoints using grouping of continentslltommy
2020-06-14Tried to make a start with the 'demo' part, table works, drilling down notlltommy
2020-06-12Fix buttons, close #71Pjotr Prins
2020-06-12Reinstated FASTA search (thanks @lltommy)Pjotr Prins
2020-06-12Removing external CSS dependencyPjotr Prins
2020-05-30BLOGPjotr Prins
2020-05-29Blog info for uploading sequencePjotr Prins
2020-05-29Blog stuffPjotr Prins
2020-05-28Web: debugging metadata submissionPjotr Prins
2020-05-28CC0 license mentionPjotr Prins
2020-05-28Website: modifying blurbPjotr Prins
2020-05-27DRY Blurb addedPjotr Prins
2020-05-27Wiring up blog entriesPjotr Prins
2020-05-24Colors and protein predictionPjotr Prins
2020-05-24Download pagePjotr Prins
2020-05-24Display About/FAQPjotr Prins
2020-05-23BLOG menuPjotr Prins
2020-05-23Fixed HTML footerPjotr Prins
2020-05-23Menu and formsPjotr Prins
2020-05-23Web: put in menu routingPjotr Prins
2020-05-23Site: modified menuPjotr Prins
2020-05-23Site: add UTHSC logoPjotr Prins
2020-05-23Website: added menu/toolbarPjotr Prins
2020-05-16Change the ugly table of sponsors in a (slightly less) annoying image to size ;)Pjotr Prins
2020-05-16Move globales into from - fixes data field form visibility againPjotr Prins
2020-05-16Counting number of sequencesPjotr Prins
2020-05-15Template: change metadata.idPjotr Prins
2020-05-15Change submit button on clickPjotr Prins
2020-05-15Template: prefill some form fieldsPjotr Prins
2020-05-15Template: commentPjotr Prins
2020-05-15Template: a little indentation helpsPjotr Prins
2020-05-15Template: spellingPjotr Prins
2020-05-15Template: amended FASTQ/BAM infoPjotr Prins
2020-05-15Template: fix URL for example and added comment for using semweb URIsPjotr Prins
2020-05-05Add back necessary form-swapping javascriptAdam Novak
This partially reverts 03cbed808805ccdbff639eaa67e8f8b26c7275b3. Unless we actually take the inactive form fields out of the form in the DOM, their "required" attributes will prevent form submission. We can't just hide them.
2020-05-05Use invisible class instead of hidden classAdam Novak