diff options
author | BonfaceKilz | 2021-04-29 14:57:03 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-04-29 14:57:03 +0300 |
commit | 43ed9d7e5c22de2a457457e75b8153f6c2e1488c (patch) | |
tree | ad7aa65db24b33583290c791430c1ae93f92b8b7 | |
parent | ba8cd37b5cd7e038e31c879fbbc38939fa093acf (diff) | |
download | genenetwork2-43ed9d7e5c22de2a457457e75b8153f6c2e1488c.tar.gz |
templates: edit_trait.html: Trim form to only contain selection menu
-rw-r--r-- | wqflask/wqflask/templates/edit_trait.html | 45 |
1 files changed, 2 insertions, 43 deletions
diff --git a/wqflask/wqflask/templates/edit_trait.html b/wqflask/wqflask/templates/edit_trait.html index 4c9b3ba1..14f44698 100644 --- a/wqflask/wqflask/templates/edit_trait.html +++ b/wqflask/wqflask/templates/edit_trait.html @@ -30,14 +30,11 @@ <div style="padding-left:20px" class="col-xs-6" style="width: 600px !important;"> <section id="submission_form"> <div class="form-group"> - <h2 style="color: #5a5a5a;">Trait Submission Form</h2> + <h2 style="color: #5a5a5a;">Edit Trait Form</h2> <hr> <div style="margin-bottom: 150px;" class="form-horizontal"> - <h3>1. Choose Species and Group:</h3> + <h3>Choose Dataset to Edit:</h3> <br> - <div class="col-xs-2" style="min-height: 15vh; display: flex; align-items: center;"> - <img src="/static/new/images/step1.gif"> - </div> <div class="col-xs-10"> <!-- Species --> <div class="form-group"> @@ -68,44 +65,6 @@ </div> </div> </div> - </div> - <div style="padding-bottom: 50px; margin-bottom:400px" class="form-horizontal"> - <h3>2. Enter Trait Data:</h3> - <h4 style="color:red;">File uploading isn't enabled yet, but is coming soon.</h4> - <br> - <div class="col-xs-2" style="min-height: 50vh; max-height: 100vh; display: flex; align-items: center;"> - <img src="/static/new/images/step2.gif"> - </div> - <div class="col-xs-10"> - <div class="form-group" style="padding-left: 15px;"> - <p> - <b>Paste or Type Multiple Values:</b> You can enter data by pasting a series of numbers representing trait values into this area. - The values can be on one line separated by spaces or tabs, or they can be on separate lines. Include one value for each individual - or line. Use an "x" for missing values. If you have chosen a set of inbred strains, then your data will be displayed in a form in - which you can confirm and/or edit. If you enter a file name in the previous section, - any data that you paste here will be ignored. Check <a href="http://gn1.genenetwork.org/RIsample.html">sample data</a> for the correct format. - </p> - <textarea name="trait_paste" rows="6" cols="70"></textarea> - </div> - </div> - <div class="controls" style="display:block; margin-left: 40%; margin-right: 20%;"> - <input type="submit" style="width: 110px; margin-right: 25px;" class="btn btn-primary form-control col-xs-2" value="Submit Trait"> - <input type="reset" style="width: 110px;" class="btn btn-primary form-control col-xs-2" value="Reset"> - </div> - </div> - <div style="padding-bottom: 50px;" class="form-horizontal"> - <h3>3. Enable Use of Trait Variance:</h3> - <div class="col-xs-2" style=""display: flex; align-items: center;"> - <img src="/static/new/images/step3.gif"> - </div> - <div class="col-xs-10"> - <div class="form-group" style="padding-left: 15px;"> - <p> - <b>Name Your Trait:</b> <span style="color:red;">(optional)</span> - </p> - <textarea name="trait_name" rows="1" cols="30"></textarea> - </div> - </div> <div class="controls" style="display:block; margin-left: 40%; margin-right: 20%;"> <input type="submit" style="width: 110px; margin-right: 25px;" class="btn btn-primary form-control col-xs-2" value="Submit Trait"> <input type="reset" style="width: 110px;" class="btn btn-primary form-control col-xs-2" value="Reset"> |