source: trunk/grails-app/views/load/index.gsp @ 63

Last change on this file since 63 was 63, checked in by ademcan, 13 years ago

Parsing and Loading information from an IDF file (MageTab?). Actually working for Person, Publication and Protocol attributs.
The file path has to be changed for every user in LoadController?.groovy

File size: 924 bytes
RevLine 
[63]1
2<html>
3    <head>
4      <title>Generic Study Capture Framework - Load data</title>
5      <meta name="layout" content="main" />
6      <my:jqueryui/>
7      <script type="text/javascript">
8        $(function() {
9                $("#tabs").tabs();
10        });
11      </script>
12    </head>
13    <body>
14
15    <div id="tabs">
16      <ul>
17        <li><a href="#tab-simple">Loading MageTab studies</a></li>
18      </ul>
19      <div id="tab-simple">
20        <g:form url="[action:'load',controller:'load']">
21          <input type="hidden" name="targetUri" value="${targetUri}" />
22          <label class="grey" for="querytext">Select the IDF file to load into dbNP :</label>
23          <!--input class="field" type="text" name="querytext" id="querytext" size="40" /-->
24          <input type="file" name="uploadfile" />
25          <input type ="submit" name="submit" />
26        </g:form>
27      </div>
28      <div id="tab-advanced">
29      </div>
30    </div>
31  </body>
32</html>
Note: See TracBrowser for help on using the repository browser.