diff options
author | Lei Yan | 2015-07-29 19:26:49 +0000 |
---|---|---|
committer | Lei Yan | 2015-07-29 19:26:49 +0000 |
commit | 0682e3c081932c77cb4cbf856e41a9735bd09276 (patch) | |
tree | 9e3e5a3d98570b5771ddb1cf580b233b1c1bad3e /wqflask | |
parent | db32fec448fd6d69e69428e51c7b1bbfb961355f (diff) | |
download | genenetwork2-0682e3c081932c77cb4cbf856e41a9735bd09276.tar.gz |
Committer: Lei Yan <lei@penguin.uthsc.edu>
On branch master
Diffstat (limited to 'wqflask')
-rwxr-xr-x | wqflask/wqflask/templates/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wqflask/wqflask/templates/base.html b/wqflask/wqflask/templates/base.html index 79eeae9c..af7ddeb6 100755 --- a/wqflask/wqflask/templates/base.html +++ b/wqflask/wqflask/templates/base.html @@ -77,10 +77,10 @@ <div class="container-fluid" style="background-color: #d5d5d5; height: 95px;"> <form method="get" action="/gsearch"> - <div class="row" > + <div class="row"> <select class="form-control col-xs-2" style="width: 170px; margin-top: 15px; margin-left: 10px;" name="type"> <option value="gene">Genes / Molecules</option> - <option value="phenotype">Phenotypes</option> + <option value="phenotype" {% if type=="phenotype" %}selected{% endif %}>Phenotypes</option> </select> <input class="btn btn-primary form-control col-xs-2" style="width: 100px; margin-top: 15px; margin-left: 10px;" type="submit" value="Search All"> <input class="form-control col-xs-6" style="width: 980px; margin-top: 15px; margin-left: 10px;" type="text" name="terms" required> |