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/select_study.html | 61 +++++++++++++++++++------------------- 1 file changed, 30 insertions(+), 31 deletions(-) (limited to 'qc_app/templates/select_study.html') diff --git a/qc_app/templates/select_study.html b/qc_app/templates/select_study.html index e474c50..648ad4c 100644 --- a/qc_app/templates/select_study.html +++ b/qc_app/templates/select_study.html @@ -10,34 +10,36 @@ {%block contents%}

{{filename}}: select study

-
+
- Select from existing study + Select from existing study {{hidden_fields(filename, filetype, species=species, genechipid=genechipid, totallines=totallines)}} -
- - {%for study in studies:%} {%endfor%} -
+
-
- -
- + + +
+

OR

+
+
@@ -50,22 +52,22 @@ {%endif%} {%endwith%} - Create new study + Create new study {{hidden_fields(filename, filetype, species=species, genechipid=genechipid, totallines=totallines)}} -
- - + + -
+
-
- - {%for family in groups:%} @@ -81,11 +83,11 @@ {%endfor%} -
+ -
- - {%for tissue in tissues:%} @@ -97,12 +99,9 @@ {%endfor%} -
+ -
- -
+ -- cgit v1.2.3