- Timestamp:
- Jan 10, 2008, 6:18:12 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/uk_ac_ebi_Tab2MageImporter/jsp/uk/ac/ebi/nugo/plugins/hybridizations.jsp
r530 r531 4 4 <%@ page import="java.util.*"%> 5 5 6 <jsp:useBean id="inputDataBean" class="uk.ac.ebi.nugo.plugins.DataBean" scope=" session" />6 <jsp:useBean id="inputDataBean" class="uk.ac.ebi.nugo.plugins.DataBean" scope="application" /> 7 7 <!-- submits the form data back to the bean assuming that each form element is matched to a variable in the bean by the same name --> 8 8 <jsp:setProperty name="inputDataBean" property="*" /> … … 182 182 </tr> 183 183 184 <!-- question 8a --> 185 <tr> 186 <td class="boldText">Subject (replicate) labels:</td> 187 <td class="input"><textarea rows="8" cols="32" name="subjectNames">plant1</textarea></td> 188 <td>Please provide a list of labels(names) for the experimental subjects, one per line, 189 in no particular order (copy and paste from Excel works).</td> 190 </tr> 191 184 192 <!-- question 9 --> 185 193 <tr> 186 194 <td class="boldText">Target tissues:</td> 187 <td class="input"><textarea rows="2" cols="32" name="tissues">stem</textarea></td> 188 <td>List all target tissues (as a comma separated list).<br> 189 Example: liver,heart</td> 195 <td class="input"><textarea rows="4" cols="32" name="tissues">stem</textarea></td> 196 <td>List all target tissues one per line, in no particular order (copy and paste from Excel works).</td> 190 197 </tr> 191 198
Note: See TracChangeset
for help on using the changeset viewer.