From 493f8fbe747650a4fbac2e0b153ad0074b4f91e4 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 6 Dec 2023 13:00:53 +0300 Subject: Feature: Upload Samples/Cases Implements the code enabling the upload of the samples/cases to the database. --- qc_app/templates/samples/select-population.html | 105 ++++++++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 qc_app/templates/samples/select-population.html (limited to 'qc_app/templates/samples/select-population.html') diff --git a/qc_app/templates/samples/select-population.html b/qc_app/templates/samples/select-population.html new file mode 100644 index 0000000..24decb4 --- /dev/null +++ b/qc_app/templates/samples/select-population.html @@ -0,0 +1,105 @@ +{%extends "base.html"%} +{%from "flash_messages.html" import flash_messages%} + +{%block title%}Select Grouping/Population{%endblock%} + +{%block contents%} +

Select grouping/population

+ +
+

We organise the samples/cases/strains in a hierarchichal form, starting + with species at the very top. Under species, we have a + grouping in terms of the relevant population + (e.g. Inbred populations, cell tissue, etc.)

+
+ +
+ +
+ select grouping/population + {{flash_messages("error-select-population")}} + + +
+ + +
+ +
+ +
+
+ +

OR

+ +
+ create new grouping/population + {{flash_messages("error-create-population")}} + + +
+ mandatory + + + + + +
+
+ Optional + + + + + + + + + +
+ +
+ +
+
+ +{%endblock%} + + +{%block javascript%} +{%endblock%} -- cgit v1.2.3