Changeset 547 for branches/uk_ac_ebi_Tab2MageImporter/jsp/uk/ac/ebi/nugo/plugins/spreadsheetdata.jsp
- Timestamp:
- Jan 21, 2008, 11:25:30 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/uk_ac_ebi_Tab2MageImporter/jsp/uk/ac/ebi/nugo/plugins/spreadsheetdata.jsp
r543 r547 27 27 function submit() 28 28 { 29 document.spreadSheetMappings .submit();29 document.spreadSheetMappingsForm.submit(); 30 30 } 31 31 … … 37 37 <h1>Tab2MAGE Import Wizard -- Enter Spreadsheet Data for Mappings</h1> 38 38 39 <form id="spreadSheetMappings" name="spreadSheetMappings" action="<%= request.getContextPath()%>/plugins/uk/ac/ebi/nugo/plugins/submit.jsp?ID=<%=ID%>">39 <form name="spreadSheetMappingsForm" action="<%= request.getContextPath()%>/plugins/uk/ac/ebi/nugo/plugins/submit.jsp?ID=<%=ID%>" method="post"> 40 40 41 <input type="hidden" name="ID" value="<%=ID%>"> <input type="hidden" name="cmd" value="SetParameters">41 <input type="hidden" name="ID" value="<%=ID%>"> 42 42 <input type="hidden"name="requestId" value="<%=requestId%>"> 43 43 … … 51 51 <li>Columns must be in the order as below and the column headers must be exactly as follows (please replace 'myFactorName1' etc. with your actual factor names):<p> 52 52 <b> 53 File S ample FactorValue[myFactorName1] FactorValue[myFactorName2] etc....53 File Subject Tissue FactorValue[myFactorName1] FactorValue[myFactorName2] etc.... 54 54 </b></p> 55 55 </ul> 56 56 </p> 57 57 <hr/> 58 <p align="center"><h3>Your Mappings:</h3></p> 59 <p align="center"><textarea cols="90" rows="30">Paste your mappings here.....</textarea></p> 58 <p align="center"><h3>Paste your copied mappings here:</h3></p> 59 <p align="center"> 60 <textarea name="spreadSheetMappings" cols="90" rows="25"></textarea> 61 </p> 60 62 61 </form> 63 62 64 63 65 <table align="center" class="noBorder" cellspacing="5" cellpadding="5"> … … 66 68 <td id="close" width="50%" style="border-style: none;"><div class="buttons" onmouseover="this.className='buttons_hover';" onmouseout="this.className='buttons';" onclick="window.close()"><div class="buttons_inner"><table class="noBorder" cellspacing="0" cellpadding="0"><tr class="noBorder"><td style="border-style: none;"><img src="/base/images/cancel.gif" border="0"></td><td style="border-style: none;">Cancel</td></tr></table></div></div></td> </tr> 67 69 </table> 70 71 </form> 68 72 69 73
Note: See TracChangeset
for help on using the changeset viewer.