From 89eedfc779bb169354ea02eaa322a56669ed78de Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Mon, 23 Sep 2024 11:51:53 +0300 Subject: Refactor: run djlint for index page file. --- gn2/wqflask/templates/index_page.html | 569 +++++++++++++++++++++------------- 1 file changed, 349 insertions(+), 220 deletions(-) (limited to 'gn2/wqflask/templates') diff --git a/gn2/wqflask/templates/index_page.html b/gn2/wqflask/templates/index_page.html index 216e1c38..135c2921 100755 --- a/gn2/wqflask/templates/index_page.html +++ b/gn2/wqflask/templates/index_page.html @@ -1,23 +1,23 @@ {% extends "base.html" %} {% block title %}GeneNetwork{% endblock %} {% block css %} - - - - - - - - - - - - - - - + +{% endblock %} +{% block search %} +
+
+
+
+ +
+ + +
+ + + GNQA Search + + + + + + +
+
+
+
{% endblock %} - - - {% block search %} -
-
-
-
- -
- - - -
- - - - GNQA Search - - - - - - - -
-
-
-
- {% endblock %} - - {% block content %} - +
- - {{ flash_me() }} - - {%if anon_collections | length > 0%} -
-
-

Import Anonymous Collections

-
-
-

- There {%if anon_collections | length > 1%}are{%else%}is{%endif%} - {{anon_collections | length}} anonymous - collection{%if anon_collections | length > 1%}s{%endif%} - associated with your current session. What do you wish to do? -

-

- - If you choose to ignore this, the anonymous collections will be - eventually deleted and lost. - -

-
-
- - - - -
- - -
-
-
- {%endif%} - + {{ flash_me() }} + {% if anon_collections | length > 0 %} +
+
+

Import Anonymous Collections

+
+
+

+ There + {% if anon_collections | length > 1 %} + are + {% else %} + is + {% endif %} + {{ anon_collections | length }} anonymous + collection + {% if anon_collections | length > 1 %}s{% endif %} + associated with your current session. What do you wish to do? +

+

+ + If you choose to ignore this, the anonymous collections will be + eventually deleted and lost. + +

+
+
+ + + + +
+ +
+
+
+ {% endif %}
- -
+
-
-
+
- Webinars & Courses
- In-person courses, live webinars and webinar recordings
+ Webinars & Courses +
+ In-person courses, live webinars and webinar recordings +
- Tutorials
- Tutorials: Training materials in HTML, PDF and video formats
+ Tutorials +
+ Tutorials: Training materials in HTML, PDF and video formats +
- Documentation
- Online manuals, handbooks, fact sheets and FAQs
+ Documentation +
+ Online manuals, handbooks, fact sheets and FAQs +
@@ -354,18 +458,19 @@ -
+
- -{%endblock%} - +{% endblock %} {% block js %} - - - - - + + - + -