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_study.html | 88 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 qc_app/templates/select_study.html (limited to 'qc_app/templates/select_study.html') 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