diff options
Diffstat (limited to 'wqflask/wqflask/templates/index_page_orig.html')
-rwxr-xr-x | wqflask/wqflask/templates/index_page_orig.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/wqflask/wqflask/templates/index_page_orig.html b/wqflask/wqflask/templates/index_page_orig.html index 286f6c1f..ed91a886 100755 --- a/wqflask/wqflask/templates/index_page_orig.html +++ b/wqflask/wqflask/templates/index_page_orig.html @@ -28,7 +28,7 @@ <div class="page-header"> <h1>Select and search</h1> </div> - <form method="get" action="/search" name="SEARCHFORM"> + <form method="get" action="/search" target="_blank" name="SEARCHFORM"> <fieldset> <div style="padding: 20px" class="form-horizontal"> @@ -199,9 +199,9 @@ <h1>Github</h1> <ul> <li><a href="https://github.com/genenetwork/genenetwork2">GN2 Source Code</a></li> - <li><a href="https://github.com/genenetwork/gn-docs/wiki">GN2 Document Wiki</a></li> - <li><a href="https://github.com/genenetwork/sysmaintenance">System Maintenance Code</a></li> <li><a href="https://github.com/genenetwork/genenetwork">GN1 Source Code</a></li> + <!--<li><a href="https://github.com/genenetwork/gn-docs/wiki">GN2 Document Wiki</a></li>--> + <li><a href="https://github.com/genenetwork/sysmaintenance">System Maintenance Code</a></li> </ul> </div> </section> @@ -241,7 +241,7 @@ <h3>GeneNetwork v2:</h3> <ul> <li><a href="http://gn2.genenetwork.org/">Main website</a> at UTHSC</li> - <li><a href="http://test-gn2.genenetwork.org/">Testing website</a> at UTHSC</li> + <!--<li><a href="http://test-gn2.genenetwork.org/">Testing website</a> at UTHSC</li>--> </ul> <h3>GeneNetwork v1:</h3> <ul> |