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_platform.html | 96 +++++++++++++++++------------------ 1 file changed, 48 insertions(+), 48 deletions(-) (limited to 'qc_app/templates/select_platform.html') diff --git a/qc_app/templates/select_platform.html b/qc_app/templates/select_platform.html index d69a970..d9bc68f 100644 --- a/qc_app/templates/select_platform.html +++ b/qc_app/templates/select_platform.html @@ -5,58 +5,58 @@ {%block contents%}

{{filename}}: select platform

-
- - - +
+ + + + -
- - -
+
+ + +
- - - - - - - - +
SelectGeneChip IDGeneChip Name
+ + + + + + + + - - {%for chip in genechips:%} - - - - - - {%else%} - - - - {%endfor%} - -
select platform
SelectGeneChip IDGeneChip Name
- - {{chip["GeneChipId"]}}{{chip["GeneChipName"]}}
No chips found for selected species
+ + {%for chip in genechips:%} + + + + + {{chip["GeneChipId"]}} + {{chip["GeneChipName"]}} + + {%else%} + + No chips found for selected species + + {%endfor%} + + -
- -
- + + +
{%endblock%} {%block javascript%} -- cgit v1.2.3