From 3c8ec9af68d593e7e5eef52aca3d001e22c8e0f7 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 9 Sep 2024 16:39:50 -0500 Subject: Enable samples uploads. --- uploader/templates/samples/upload-samples.html | 155 +++++++++++++++++++++++++ 1 file changed, 155 insertions(+) create mode 100644 uploader/templates/samples/upload-samples.html (limited to 'uploader/templates/samples/upload-samples.html') diff --git a/uploader/templates/samples/upload-samples.html b/uploader/templates/samples/upload-samples.html new file mode 100644 index 0000000..b101b2e --- /dev/null +++ b/uploader/templates/samples/upload-samples.html @@ -0,0 +1,155 @@ +{%extends "samples/base.html"%} +{%from "flash_messages.html" import flash_all_messages%} +{%from "populations/macro-select-population.html" import select_population_form%} +{%from "populations/macro-display-population-card.html" import display_population_card%} + +{%block title%}Samples — Upload Samples{%endblock%} + +{%block pagetitle%}Samples — Upload Samples{%endblock%} + +{%block lvl4_breadcrumbs%} +
You can now upload a character-separated value (CSV) file that contains + details about your samples. The CSV file should have the following fields: +
Name | +Name2 | +Symbol | +Alias | +
---|---|---|---|
+ Please make some selections in the form above to preview the data. | +