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/rqtl2-qc-job-results.html | 78 ++++++++++++------------ 1 file changed, 39 insertions(+), 39 deletions(-) (limited to 'qc_app/templates/rqtl2/rqtl2-qc-job-results.html') diff --git a/qc_app/templates/rqtl2/rqtl2-qc-job-results.html b/qc_app/templates/rqtl2/rqtl2-qc-job-results.html index 35dc95a..59bc8cd 100644 --- a/qc_app/templates/rqtl2/rqtl2-qc-job-results.html +++ b/qc_app/templates/rqtl2/rqtl2-qc-job-results.html @@ -6,61 +6,61 @@ {%block contents%}

R/qtl2 bundle: QC job results

-
+

The R/qtl2 bundle you uploaded has passed all automated quality-control checks successfully.

You may now continue to load the data into GeneNetwork for the bundle, with the following details:

-
-
- Species - +
+ +
+ Species + - Name - {{species.Name | capitalize}} + Name + {{species.Name | capitalize}} - Scientific - {{species.FullName | capitalize}} -
+ Scientific + {{species.FullName | capitalize}} +
-
- population - +
+ population + - Name - {{population.InbredSetName}} + Name + {{population.InbredSetName}} - Full Name - {{population.FullName}} + Full Name + {{population.FullName}} - Genetic Type - {{population.GeneticType}} + Genetic Type + {{population.GeneticType}} - Description - {{population.Description or "-"}} -
+ Description + {{population.Description or "-"}} + -
- R/qtl2 Bundle File - - +
+ R/qtl2 Bundle File + + - Original Name - {{rqtl2bundleorig}} + Original Name + {{rqtl2bundleorig}} - Internal Name - {{rqtl2bundle[0:25]}}… -
+ Internal Name + {{rqtl2bundle[0:25]}}… + -
- -
- + + + {%endblock%} -- cgit v1.2.3