From f726c71bf1636a838f45363d1613763a2926e34f Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 12 Jun 2024 16:38:54 -0500 Subject: Update html templates to use bootstrap for styling --- qc_app/templates/rqtl2/select-population.html | 148 ++++++++++++++------------ 1 file changed, 78 insertions(+), 70 deletions(-) (limited to 'qc_app/templates/rqtl2/select-population.html') diff --git a/qc_app/templates/rqtl2/select-population.html b/qc_app/templates/rqtl2/select-population.html index 1102805..37731f0 100644 --- a/qc_app/templates/rqtl2/select-population.html +++ b/qc_app/templates/rqtl2/select-population.html @@ -22,29 +22,26 @@ {{flash_messages("error-select-population")}} -
- + +
+ - If you are adding data to an already existing + If you are adding data to an already existing population, simply pick the population from this drop-down selector. If you cannot find your population from this list, try the form below to create a new one.. -
+ -
- -
+

OR

@@ -55,70 +52,81 @@ {{flash_messages("error-create-population")}} -
- mandatory - - - This is a short name that identifies the - population. Useful for menus, and quick scanning. - - - - This can be the same as the name above, or can - be longer. Useful for documentation, and human communication. -
-
- Optional - - - - This determines whether the - population/grouping will appear on the menus for users. - - - - I do not currently know what this is about. - This is a failure on my part to figure out what this is and provide a - useful description. Please feel free to remind me. - - + +
+ mandatory + +
+ + + This is a short name that identifies the + population. Useful for menus, and quick scanning. +
+ +
+ + + This can be the same as the name above, or can + be longer. Useful for documentation, and human communication. +
+
+ +
+ optional + +
+ + + This determines whether the + population/grouping will appear on the menus for users. +
+ +
+ + + I do not currently know what this is about. + This is a failure on my part to figure out what this is and provide a + useful description. Please feel free to remind me. +
+ +
+ - A long-form description of what the population - consists of. Useful for humans. -
- -
- -
+ class="form-control"> + + A long-form description of what the population consists of. Useful for + humans. + + + + {%endblock%} -- cgit v1.2.3