about summary refs log tree commit diff
path: root/wqflask/wqflask/templates/new_index_page.html
diff options
context:
space:
mode:
Diffstat (limited to 'wqflask/wqflask/templates/new_index_page.html')
-rw-r--r--wqflask/wqflask/templates/new_index_page.html12
1 files changed, 10 insertions, 2 deletions
diff --git a/wqflask/wqflask/templates/new_index_page.html b/wqflask/wqflask/templates/new_index_page.html
index 51d963fc..695129a9 100644
--- a/wqflask/wqflask/templates/new_index_page.html
+++ b/wqflask/wqflask/templates/new_index_page.html
@@ -35,8 +35,16 @@
               <li class="active">
                 <a href="/">Home</a>
               </li>
-              <li class="">
-                <a href="#">Search</a>
+              <li class="dropdown">
+                <a id="drop1" href="#" role="button" class="dropdown-toggle" data-toggle="dropdown">
+                    Search <b class="caret"></b>
+                </a>
+                    <ul class="dropdown-menu" role="menu" aria-labelledby="drop1">
+                        <li><a tabindex="-1" href="/webqtl/main.py?FormID=tissueCorrelation">Tissue Corrleation</a></li>
+                        <li><a tabindex="-1" href="/webqtl/main.py?FormID=snpBrowser">SNP Browser</a></li>
+                        <li class="divider"></li>
+                        <li><a tabindex="-1" href="/webqtl/main.py?FormID=geneWiki">Gene Wiki</a></li>
+                    </ul>
               </li>
               <li class="">
                 <a href="#">Help</a>