From 386130487dc5287382ebc27413a642253c953986 Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Thu, 26 Sep 2024 14:10:29 +0300 Subject: Refactor: Fix order for importing css and js files. --- gn2/wqflask/templates/index_page.html | 893 +++++++++++++++++----------------- 1 file changed, 447 insertions(+), 446 deletions(-) (limited to 'gn2/wqflask/templates') diff --git a/gn2/wqflask/templates/index_page.html b/gn2/wqflask/templates/index_page.html index f2294e60..d3af519b 100755 --- a/gn2/wqflask/templates/index_page.html +++ b/gn2/wqflask/templates/index_page.html @@ -1,518 +1,519 @@ {% extends "base.html" %} -{% block title %}GeneNetwork{% endblock %} +{% block title %} GeneNetwork {% endblock %} + + + + {% block css %} - - - - - - - - - - + ul { + margin-top: 0px; + } + + .toot { + padding-top:8px; + background:#f9f9f9; + color:#000; + + } + + {% endblock %} {% block search %} - {% include "gsearch.html" %} +{% include "gsearch.html" %} {% endblock %} {% block content %} - -
+ 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. + +
+