aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/templates
diff options
context:
space:
mode:
authorAlexander_Kabui2024-04-04 04:23:41 +0300
committerAlexander_Kabui2024-04-05 15:14:02 +0300
commit83f4195997e17c89bcd5c8075af9b6cfdfdad843 (patch)
treecb8d7e13d54cc4a9cf7a380d6e5962a098cf6d92 /gn2/wqflask/templates
parent749ba361b2db03380e3bb84408d27feb7856805e (diff)
downloadgenenetwork2-83f4195997e17c89bcd5c8075af9b6cfdfdad843.tar.gz
Delete redundant UI codebase.
Diffstat (limited to 'gn2/wqflask/templates')
-rw-r--r--gn2/wqflask/templates/gnqa.html33
1 files changed, 0 insertions, 33 deletions
diff --git a/gn2/wqflask/templates/gnqa.html b/gn2/wqflask/templates/gnqa.html
index 8bcb1b19..1268ef39 100644
--- a/gn2/wqflask/templates/gnqa.html
+++ b/gn2/wqflask/templates/gnqa.html
@@ -86,37 +86,6 @@
{% endblock %}
{% block search %}{% endblock %}
-
-<div class="modal fade bd-example-modal-lg " id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true">
- <div class="modal-dialog modal-lg" role="document" >
- <div class="modal-content">
- <div class="modal-header">
- <h2 class="modal-title" id="exampleModalLabel">Your Search History</h2>
-
- </div>
- <div class="modal-body">
- <div>
- {% if prev_queries %}
- <div>
- {% for search in prev_queries[:8] %}
- <div class="search-hist-btn" style="display:flex;justify-content: space-between;align-items: center;">
- <form class="search-hist-btn-form" method="GET" data-link="{{search}}">
- <a class="search-hist-btn-link" data-link="{{search}}">{{search}}</a>
- </form>
- </div>
- {% endfor %}
- </div>
- {% endif %}
- </div>
- </div>
- <div class="modal-footer">
- <button type="button" class="btn btn-danger " style="color:white" >Delete All</button>
- <button type="button" class="btn btn-primary" data-dismiss="modal" style="color:white">Cancel</button>
- </div>
- </div>
- </div>
-</div>
-
{% block content %} <!-- Start of body -->
<section class="container-fluid">
<header class="row">
@@ -171,8 +140,6 @@
</div>
</article>
-
-
</section>
{% endblock %}