From 3038c5166aad408d7255f83668b78d635878d3d3 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Fri, 8 Jul 2022 10:39:19 +0300 Subject: Implement select study Implement the select study UI --- qc_app/templates/select_platform.html | 2 +- qc_app/templates/select_study.html | 88 +++++++++++++++++++++++++++++++++++ 2 files changed, 89 insertions(+), 1 deletion(-) create mode 100644 qc_app/templates/select_study.html (limited to 'qc_app/templates') diff --git a/qc_app/templates/select_platform.html b/qc_app/templates/select_platform.html index f8db736..131003d 100644 --- a/qc_app/templates/select_platform.html +++ b/qc_app/templates/select_platform.html @@ -3,7 +3,7 @@ {%block title%}Select Dataset{%endblock%} {%block contents%} -

{{filename}}: select platform

+

{{filename}}: select platform

diff --git a/qc_app/templates/select_study.html b/qc_app/templates/select_study.html new file mode 100644 index 0000000..8d7a98b --- /dev/null +++ b/qc_app/templates/select_study.html @@ -0,0 +1,88 @@ +{%extends "base.html"%} + +{%block title%}Select Dataset{%endblock%} + +{%block css%} + +{%endblock%} + +{%block contents%} +

{{filename}}: select study

+ +
+ + Select from existing study + + + + + +
+ + +
+ +
+ +
+ + +

OR

+ +
+ Create new study + + + + + +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ +
+
+
+ +{%endblock%} -- cgit v1.2.3