about summary refs log tree commit diff
path: root/wqflask/wqflask/templates/submit_trait.html
diff options
context:
space:
mode:
Diffstat (limited to 'wqflask/wqflask/templates/submit_trait.html')
-rw-r--r--wqflask/wqflask/templates/submit_trait.html30
1 files changed, 16 insertions, 14 deletions
diff --git a/wqflask/wqflask/templates/submit_trait.html b/wqflask/wqflask/templates/submit_trait.html
index 2529a4f4..68b06f55 100644
--- a/wqflask/wqflask/templates/submit_trait.html
+++ b/wqflask/wqflask/templates/submit_trait.html
@@ -2,13 +2,13 @@
 {% block title %}Trait Submission{% endblock %}
 {% block content %}
 <!-- Start of body -->
-  <form method="post" action="/show_trait">
+  <form method="post" action="/show_temp_trait">
     <div class="container-fluid">
 
         {{ flash_me() }}
 
         <div class="row" style="width: 1400px !important;">
-            <div class="col-xs-5">
+            <div class="col-xs-3">
                 <section id="description">
                     <div>
                         <h2 style="color: #5a5a5a;">Introduction</h2>
@@ -32,8 +32,8 @@
                     <div class="form-group">
                         <h2 style="color: #5a5a5a;">Trait Submission Form</h2>
                         <hr>
-                        <div style="padding-bottom: 50px;" class="form-horizontal">
-                          <h3>1. Choose cross or RI set:</h3>
+                        <div style="margin-bottom: 150px;" class="form-horizontal">
+                          <h3>1. Choose Species and Group:</h3>
                           <br>
                           <div class="col-xs-2" style="min-height: 15vh; display: flex; align-items: center;">
                             <img src="/static/new/images/step1.gif">
@@ -52,32 +52,34 @@
                               </div>
                             </div>
                           </div>
-                          <div class="form-horizontal"><img src="/static/new/images/arrowdown.gif" style="display:block; margin-left: 50%; margin-right: 50%;"></div>
                         </div>
                         <div style="padding-bottom: 50px;" 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: 100vh; display: flex; align-items: center;">
+                          <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>From a File:</b> You can enter data by entering a file name here. The file should contain a series of numbers representing trait values. 
-                                 The values can be on one line separated by spaces or tabs, or they can be on separate lines. Include one value for each progeny individual 
-	                         or recombinant inbred line. Represent missing values with a non-numeric character such as "x". If you have chosen a recombinant inbred set,  
-                                 when you submit your data will be displayed in a form where you can confirm and/or edit them. If you enter a file name here, any data that 
+                                 The values can be on one line separated by spaces or tabs, or they can be on separate lines. Include one value for each progeny individual
+	                         or recombinant inbred line. Represent missing values with a non-numeric character such as "x". If you have chosen a recombinant inbred set,
+                                 when you submit your data will be displayed in a form where you can confirm and/or edit them. If you enter a file name here, any data that
                                  you paste into the next section will be ignored.
                               </p>
                               <input type="file" name="trait_file" style="border-width: 1px; border-style: solid; border-color: #999999;">
                             </div>
+                            -->
                             <div class="form-group" style="padding-left: 15px;">
                               <p>
-                                 <b>By Pasting or Typing 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 progeny individual 
-                                 or recombinant inbredline. Represent missing values with a non-numeric character such as "x". If you have chosen a recombinant inbred set, 
-                                 when you submit your data will be displayed in a form where you can confirm and/or edit them. If you enter a file name in the previous section, 
-                                 any data that you paste here will be ignored. Check sample data for the correct format. 
+                                 <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>