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/summary-info.html | 86 ++++++++++++++++----------------
1 file changed, 43 insertions(+), 43 deletions(-)
(limited to 'qc_app/templates/rqtl2/summary-info.html')
diff --git a/qc_app/templates/rqtl2/summary-info.html b/qc_app/templates/rqtl2/summary-info.html
index 8b05578..1be87fa 100644
--- a/qc_app/templates/rqtl2/summary-info.html
+++ b/qc_app/templates/rqtl2/summary-info.html
@@ -6,60 +6,60 @@
{%block contents%}
Summary
-
+
This is the information you have provided to accompany the R/qtl2 bundle
you have uploaded. Please verify the information is correct before
proceeding.
-
- - Species
- - {{species.SpeciesName}} ({{species.FullName}})
+
+
+ - Species
+ - {{species.SpeciesName}} ({{species.FullName}})
- - Population
- - {{population.InbredSetName}}
+ - Population
+ - {{population.InbredSetName}}
- {%if geno_dataset%}
- - Genotype Dataset
- - {{geno_dataset.Name}} ({{geno_dataset.FullName}})
- {%endif%}
+ {%if geno_dataset%}
+ - Genotype Dataset
+ - {{geno_dataset.Name}} ({{geno_dataset.FullName}})
+ {%endif%}
- {%if tissue%}
- - Tissue
- - {{tissue.TissueName}} ({{tissue.Name}}, {{tissue.Short_Name}})
- {%endif%}
+ {%if tissue%}
+ - Tissue
+ - {{tissue.TissueName}} ({{tissue.Name}}, {{tissue.Short_Name}})
+ {%endif%}
- {%if probe_study%}
- - ProbeSet Study
- - {{probe_study.Name}} ({{probe_study.FullName}})
- {%endif%}
+ {%if probe_study%}
+ - ProbeSet Study
+ - {{probe_study.Name}} ({{probe_study.FullName}})
+ {%endif%}
- {%if probe_dataset%}
- - ProbeSet Dataset
- - {{probe_dataset.Name2}} ({{probe_dataset.FullName}})
- {%endif%}
-
+ {%if probe_dataset%}
+
- ProbeSet Dataset
+
- {{probe_dataset.Name2}} ({{probe_dataset.FullName}})
+ {%endif%}
+
+
-