diff options
author | Hao Chen | 2020-04-22 08:45:19 -0500 |
---|---|---|
committer | Hao Chen | 2020-04-22 08:45:19 -0500 |
commit | 0bbc6715cd1273d2ba4e7daa7262a4cf84790e45 (patch) | |
tree | a7c1a38126182cb2a4d8476320cac364f8057172 | |
parent | 5acb78ce96b7f47f0827838a5cc58d0527953f74 (diff) | |
download | genecup-0bbc6715cd1273d2ba4e7daa7262a4cf84790e45.tar.gz |
minor chang in text
-rw-r--r-- | templates/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html index 52f4962..0152184 100644 --- a/templates/index.html +++ b/templates/index.html @@ -21,7 +21,7 @@ </tr> </table> <a> - <b> Example: </b>Rgma Nrxn3 Chrna3 <p> + <b> Example: </b><a href=http://rats.pub/progress?type=GWAS&type=addiction&type=drug&type=brain&type=stress&type=psychiatric&type=function&query=Rgma+Nrxn3+Chrna3>Rgma Nrxn3 Chrna3</a><p> <form action="/progress"> <div class="form-group row"> <div class="col-sm-10"> @@ -30,7 +30,7 @@ <input type="checkbox" name="type" value="GWAS" checked> Human GWAS <input type="checkbox" name="type" value="addiction" checked> Addiction Stage <input type="checkbox" name="type" value="drug" checked> Drugs - <input type="checkbox" name="type" value="brain" checked> Brain region + <input type="checkbox" name="type" value="brain" checked> Brain Region <input type="checkbox" name="type" value="stress" checked> Stress <input type="checkbox" name="type" value="psychiatric" checked> Psychiatric Diseases <input type="checkbox" name="type" value="function" checked> Function |