diff options
author | zsloan | 2020-02-28 14:49:28 -0600 |
---|---|---|
committer | zsloan | 2020-02-28 14:49:28 -0600 |
commit | de0374a55e7183bd3fabf76aedfd89f454d28141 (patch) | |
tree | 83102f48779298a87375912159c46cfe5392ddb6 /wqflask | |
parent | 4417a7749b70ffd59020a30dee6cfab6d50efea0 (diff) | |
download | genenetwork2-de0374a55e7183bd3fabf76aedfd89f454d28141.tar.gz |
Added IPFS link to Tools dropdown and made a couple minor aesthetic changes to mapping results page
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/templates/base.html | 3 | ||||
-rw-r--r-- | wqflask/wqflask/templates/mapping_results.html | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/wqflask/wqflask/templates/base.html b/wqflask/wqflask/templates/base.html index 6bb9a685..b4e320d1 100644 --- a/wqflask/wqflask/templates/base.html +++ b/wqflask/wqflask/templates/base.html @@ -68,6 +68,7 @@ <li><a href="https://systems-genetics.org/">Systems Genetics PheWAS</a></li> <li><a href="http://ucscbrowser.genenetwork.org/">Genome Browser</a></li> <li><a href="http://power.genenetwork.org">BXD Power Calculator</a></li> + <li><a href="httP://datafiles.genenetwork.org">Interplanetary File System</a></li> </ul> </li> <li class=""> @@ -132,7 +133,7 @@ <p> This site is currently operated by <a href="mailto:rwilliams@uthsc.edu">Rob Williams</a>, - <a href="http://thebird.nl/">Pjotr Prins</a> + <a href="http://thebird.nl/">Pjotr Prins</a>, <a href="mailto:zachary.a.sloan@gmail.com">Zachary Sloan</a>, <a href="mailto:acenteno@uthsc.edu">Arthur Centeno</a>, and <a href="mailto:cfische7@uthsc.edu">Christian Fischer</a>. diff --git a/wqflask/wqflask/templates/mapping_results.html b/wqflask/wqflask/templates/mapping_results.html index 8e0bfddf..80928541 100644 --- a/wqflask/wqflask/templates/mapping_results.html +++ b/wqflask/wqflask/templates/mapping_results.html @@ -84,7 +84,7 @@ <tr> <td><b>View: </b></td> <td style="padding: 5px;"> - <input type="text" name="startMb" size="10" value="{% if startMb != -1 %}{{ startMb }}{% endif %}"> to <input type="text" name="endMb" size="10" value="{% if endMb != -1 %}{{ endMb }}{% endif %}"> + <input type="text" name="startMb" size="7" value="{% if startMb != -1 %}{{ startMb }}{% endif %}"> to <input type="text" name="endMb" size="7" value="{% if endMb != -1 %}{{ endMb }}{% endif %}"> </td> </tr> <tr> |