Last change
on this file since 540 was
540,
checked in by mbayer, 13 years ago
|
changed code so that users can either run the wizard or import data using the old style importer
|
File size:
1.2 KB
|
Line | |
---|
1 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
---|
2 | <html> |
---|
3 | <head> |
---|
4 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
---|
5 | <title>userchoice3</title> |
---|
6 | |
---|
7 | <link rel="stylesheet" type="text/css" href="../jsp/uk/ac/ebi/nugo/plugins/styles.css" /> |
---|
8 | </head> |
---|
9 | <body> |
---|
10 | |
---|
11 | <h1>Tab2MAGE Import Wizard -- Choose Mappings Mode</h1> |
---|
12 | <p> |
---|
13 | |
---|
14 | <form name="mappingsMode" action=""> |
---|
15 | <table cellpadding="10"> |
---|
16 | <tr> |
---|
17 | <td>Please indicate how you would like to provide the mappings between file names, samples and factor value combinations:</td> |
---|
18 | <td class="input"> |
---|
19 | |
---|
20 | <table class="noBorder" cellpadding="4"> |
---|
21 | |
---|
22 | <tr> |
---|
23 | <td class="noBorder"><input type="radio" name="mappingsMode" value="manualSelect" checked="checked"></td> |
---|
24 | <td class="noBorder">manually select mappings from table with drop down boxes</td> |
---|
25 | </tr> |
---|
26 | |
---|
27 | <tr> |
---|
28 | <td class="noBorder" colspan="2">OR</td> |
---|
29 | </tr> |
---|
30 | |
---|
31 | <tr> |
---|
32 | <td class="noBorder"><input type="radio" name="mappingsMode" value="copyPaste"></td> |
---|
33 | <td class="noBorder">copy and paste a block of existing mappings from a spreadsheet</td> |
---|
34 | </tr> |
---|
35 | </table> |
---|
36 | |
---|
37 | |
---|
38 | </td> |
---|
39 | </tr> |
---|
40 | </table> |
---|
41 | |
---|
42 | </form> |
---|
43 | |
---|
44 | </body> |
---|
45 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.