From b348823f6e0215602f0901331b123a69ec056e8a Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 8 Dec 2025 11:30:03 -0600 Subject: Improve the streamlined UI for the index page. --- uploader/templates/sui-index.html | 111 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 111 insertions(+) create mode 100644 uploader/templates/sui-index.html (limited to 'uploader/templates/sui-index.html') diff --git a/uploader/templates/sui-index.html b/uploader/templates/sui-index.html new file mode 100644 index 0000000..e6873e2 --- /dev/null +++ b/uploader/templates/sui-index.html @@ -0,0 +1,111 @@ +{%extends "sui-base.html"%} +{%from "flash_messages.html" import flash_all_messages%} +{%from "macro-step-indicator.html" import step_indicator%} + +{%block title%}Home{%endblock%} + +{%block pagetitle%}Home{%endblock%} + +{%block extra_breadcrumbs%}{%endblock%} + +{%block contents%} + +
{{flash_all_messages()}}
+ +{%if user_logged_in()%} + +
+
+

{{step_indicator("1")}} Select the Species

+ +

The data in Genenetwork is related to one species or another. To get + started, please select the species you want to work with.

+
+
+ +
+
+ + + {%if species | length != 0%} +
+ + + + + + + + + +
Species Name
+
+ + {%else%} + + + +
+ +
+ + {%endif%} + +
+
+ +
+
OR
+ +
+ +
+
+ +{%else%} + +
+

The Genenetwork Uploader (gn-uploader) enables upload of new data + into the Genenetwork System. It provides Quality Control over data, and + guidance in case you data does not meet the standards for acceptance.

+

+ Sign in + to get started.

+
+{%endif%} + +{%endblock%} + + + +{%block sidebarcontents%} +
+
+ Quick Navigation +
+ + +
+
+
+{%endblock%} + + +{%block javascript%} + +{%endblock%} -- cgit 1.4.1