aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorAlexander_Kabui2023-12-20 23:02:54 +0300
committerAlexander_Kabui2023-12-20 23:02:54 +0300
commit16ba1826095332b475e6ab4bbd4481204fae4401 (patch)
treeeb4d0701232aacfcc3bb0473c44de758ad9f3e30 /wqflask
parenta53065a55955b9053902fbac17c8b8d0c72447f3 (diff)
downloadgenenetwork2-16ba1826095332b475e6ab4bbd4481204fae4401.tar.gz
add gnqna search form for home page
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/templates/base.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/wqflask/wqflask/templates/base.html b/wqflask/wqflask/templates/base.html
index 8c29995d..e8690184 100644
--- a/wqflask/wqflask/templates/base.html
+++ b/wqflask/wqflask/templates/base.html
@@ -50,6 +50,7 @@
}
+
.btn-stc {
padding:9px 8px;
@@ -197,6 +198,13 @@
</div>
</div>
<div class="container-fluid" style="width: 100%; min-width: 650px; position: relative;background-color: #d5d5d5; height: 100px;">
+ <form id="gnqna_search_home" style="display:none;width: 100%;">
+
+ <div >
+ <input id="gggma" style="width:45vw" type="text" autocomplete="off"
+required placeholder="Ask More Questions or Topics (E.g Genes) " value='' name="quedrygnqa">
+ </div>
+ </form>
<form method="get" action="/gsearch" id="globalsearchform">
<div class="form-group">
<div class="controls">
@@ -214,6 +222,10 @@
<!-- todo fix text overlap for this;;responsiveness-->
+ <span style="padding: 5px;margin-left: 65px;" id="gnqna_home">
+ <a href="/gnqna">GNQNA Search</a>
+ </span>
+
<span style="padding: 5px;margin-left: 65px;" >
<a style="text-decoration: none" target="_blank" href="https://issues.genenetwork.org/topics/xapian/xapian-search">
<i style="text-align: center;color:#336699;;" class="fa fa-question-circle fa-2x" title="see more search hints" aria-hidden="true"></i>
@@ -224,6 +236,7 @@
</div>
</div>
</form>
+
</div>
{% block content %}
{% endblock %}