aboutsummaryrefslogtreecommitdiff
path: root/gn2
diff options
context:
space:
mode:
authorAlexander_Kabui2024-10-04 13:24:37 +0300
committerAlexander_Kabui2024-10-04 13:24:37 +0300
commitb4e8bdd57bb01f0ee1e1815e5ff5367d166b378f (patch)
tree18a1b37c76687d36b1348fe80bf60f3edb68a490 /gn2
parentb2d7285aced39925f0563c8f2685eaff1672ba7c (diff)
downloadgenenetwork2-b4e8bdd57bb01f0ee1e1815e5ff5367d166b378f.tar.gz
Refactor: add better help message for xapian search hints.
Diffstat (limited to 'gn2')
-rw-r--r--gn2/wqflask/templates/gsearch.html30
1 files changed, 15 insertions, 15 deletions
diff --git a/gn2/wqflask/templates/gsearch.html b/gn2/wqflask/templates/gsearch.html
index 46169738..adf4481d 100644
--- a/gn2/wqflask/templates/gsearch.html
+++ b/gn2/wqflask/templates/gsearch.html
@@ -75,21 +75,21 @@
background-color: #336699">
<i class="fa fa-search" title="Search " style="color:white;"></i>
</button>
- </div>
- <span style="padding: 5px;margin-left: 65px;" id="gnqna_home">
- <a href="/gnqna">GNQA 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-queries">
- <i style="text-align: center;
- color:#336699"
- class="fa fa-question-circle fa-2x"
- title="see more search hints"
- aria-hidden="true"></i>
- </a>
- </span>
+ </div>
+ <span style="margin-left: 60px;">
+ <a style=""
+ target="_blank"
+ title="See more Search Xapian Hints"
+ href="https://issues.genenetwork.org/topics/xapian/xapian-search-queries">
+ <sup>
+ <i><b >See more Hints </b></i>
+ </sup>
+ </a>
+ </span>
+ <span style="padding: 5px;margin-left: 60px;" id="gnqna_home">
+ <a href="/gnqna"><b>GNQA Search</b></a>
+ </span>
+
</div>
</div>
</form>