Last change
on this file since 550 was
550,
checked in by mbayer, 13 years ago
|
have restructured the code completely that writes the hybs section
|
File size:
1.3 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 | |
---|
5 | <link rel="stylesheet" type="text/css" href="<%= request.getContextPath()%>/plugins/uk/ac/ebi/nugo/plugins/styles.css" /> |
---|
6 | <link rel="stylesheet" type="text/css" href="/base/include/styles/main.css"> |
---|
7 | <link rel="stylesheet" type="text/css" href="/base/include/styles/size_m.css"> |
---|
8 | |
---|
9 | |
---|
10 | |
---|
11 | </head> |
---|
12 | <body> |
---|
13 | |
---|
14 | <h2>Tab2MAGE Importer -- Choose Import Mode</h2> |
---|
15 | <p> |
---|
16 | |
---|
17 | <form name="importerMode" id="importerMode" action=""> |
---|
18 | |
---|
19 | <table cellpadding="10"> |
---|
20 | <tr> |
---|
21 | <td>Do you have an existing tab2mage file and would you like this to be used for importing your data into BASE?</td> |
---|
22 | <td class="input"> |
---|
23 | yes <input type="radio" id="useWizardYes" name="useWizard" value="yes"> <br/> |
---|
24 | no <input type="radio" id="useWizardNo" name="useWizard" value="no"> |
---|
25 | </td> |
---|
26 | </tr> |
---|
27 | </table> |
---|
28 | |
---|
29 | |
---|
30 | |
---|
31 | <p>If you choose 'yes' you will simply have to provide a zip file containing your raw data files and a Tab2MAGE file, and the import of your data will proceed automatically. |
---|
32 | </p> |
---|
33 | <p>If you choose 'no' the Tab2MAGE Wizard will first assist you in gathering the information required for full Tab2MAGE/MIAME compliant experimental data and your data will then be imported |
---|
34 | automatically into BASE. |
---|
35 | </p> |
---|
36 | |
---|
37 | </form> |
---|
38 | |
---|
39 | |
---|
40 | |
---|
41 | </body> |
---|
42 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.