Last change
on this file since 1939 was
1430,
checked in by work@…, 12 years ago
|
|
-
Property svn:keywords set to
Rev Author Date
|
File size:
939 bytes
|
Line | |
---|
1 | <html> |
---|
2 | <head> |
---|
3 | <title>Generic Study Capture Framework - Load data</title> |
---|
4 | <meta name="layout" content="main" /> |
---|
5 | <script type="text/javascript"> |
---|
6 | $(function() { |
---|
7 | $("#tabs").tabs(); |
---|
8 | }); |
---|
9 | </script> |
---|
10 | </head> |
---|
11 | <body> |
---|
12 | |
---|
13 | <div id="tabs"> |
---|
14 | <ul> |
---|
15 | <li><a href="#tab-simple">Loading MageTab studies</a></li> |
---|
16 | </ul> |
---|
17 | <div id="tab-simple"> |
---|
18 | <g:form action="load" controller="load" method="post" enctype="multipart/form-data"> |
---|
19 | <input type="hidden" name="targetUri" value="${targetUri}" /> |
---|
20 | <label class="grey" for="uploadfile">Select the IDF file to load into dbNP :</label> |
---|
21 | <!--input class="field" type="text" name="querytext" id="querytext" size="40" /--> |
---|
22 | <input type="file" name="uploadfile" /> |
---|
23 | <input type ="submit" name="submit" /> |
---|
24 | </g:form> |
---|
25 | </div> |
---|
26 | <div id="tab-advanced"> |
---|
27 | </div> |
---|
28 | </div> |
---|
29 | </body> |
---|
30 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.