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/samples/upload-samples.html | 132 +++++++++++++-------------- 1 file changed, 63 insertions(+), 69 deletions(-) (limited to 'qc_app/templates/samples/upload-samples.html') diff --git a/qc_app/templates/samples/upload-samples.html b/qc_app/templates/samples/upload-samples.html index 29b08f6..e62de57 100644 --- a/qc_app/templates/samples/upload-samples.html +++ b/qc_app/templates/samples/upload-samples.html @@ -3,16 +3,7 @@ {%block title%}Upload Samples{%endblock%} -{%block css%} - -{%endblock%} +{%block css%}{%endblock%} {%block contents%}

upload samples

@@ -20,23 +11,23 @@ {{flash_messages("alert-success")}}

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
-
The primary name for the sample
+ details about your samples. The CSV file should have the following fields: +
+
Name
+
The primary name for the sample
-
Name2
-
A secondary name for the sample. This can simply be the same as - Name above. This field MUST contain a - value.
+
Name2
+
A secondary name for the sample. This can simply be the same as + Name above. This field MUST contain a + value.
-
Symbol
-
A symbol for the sample. Can be an empty field.
+
Symbol
+
A symbol for the sample. Can be an empty field.
-
Alias
-
An alias for the sample. Can be an empty field.
-
-

+
Alias
+
An alias for the sample. Can be an empty field.
+
+

upload samples -
+ +
- - {{species.SpeciesName}} [{{species.MenuName}}] -
+ + {{species.SpeciesName}} [{{species.MenuName}}] + -
+
- - {{population.Name}} [{{population.FullName}}] -
+ + {{population.Name}} [{{population.FullName}}] + -
- - -
+
+ + +
-
- +
+ - - This is the character that separates the fields in your CSV file. If you - select "Other", then you must provide the separator in - the text field provided. - -
- -
- + class="form-control" /> + + If you select 'Other' for the field separator value, + enter the character that separates the fields in your CSV file in the form + field below. + + + +
+ + + + Select this if the first line in your file contains headings for the + columns. + +
+ +
+ - + class="form-control" /> + If there is a character delimiting the string texts within particular fields in your CSV, provide the character here. This can be left blank if no such delimiters exist in your file. - -
+ + -
- - -
- -
- -
+
- +
-- cgit v1.2.3
preview content