Changeset 492 for trunk/grails-app/views
- Timestamp:
- May 28, 2010, 11:08:19 AM (12 years ago)
- Location:
- trunk/grails-app/views/importer
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/importer/common/_properties.gsp
r489 r492 14 14 %> 15 15 <g:form name="propertiesform" action="saveproperties"> 16 <p><g:select name="study.id" from="${dbnp.studycapturing.Study.list()}" optionKey="id" class="selectsmall"/></p>17 16 <table> 18 17 <g:each var="stdentity" in ="${standardentities}"> -
trunk/grails-app/views/importer/index_advanced.gsp
r485 r492 13 13 <body> 14 14 <h1>Importer wizard (advanced)</h1> 15 <p>You can import your Excel data to the server by choosing a file from your local harddisk in the form below.</p> 15 <p>You can import your Excel data to the server by choosing a file from your local harddisk in the form below. 16 Then choose the template you want to use and finally the study you want to import the data to.</p> 16 17 <g:form controller="importer" method="post" action="upload_advanced" enctype="multipart/form-data"> 17 18 <table border="0"> … … 31 32 <g:select name="template_id" from="${templates}" optionKey="id"/> 32 33 </td> 34 </tr> 35 <tr> 36 <td> 37 Study 38 </td> 39 <td> 40 <g:select name="study.id" from="${dbnp.studycapturing.Study.list()}" optionKey="id" class="selectsmall"/> 41 </td> 33 42 </tr> 34 43 <tr> -
trunk/grails-app/views/importer/step2.gsp
r485 r492 25 25 <body> 26 26 <h1>Step 2: import wizard entities/properties</h1> 27 <p> First select the study you want to add the data to.The next step is to assign properties to the columns. Below you see the entities and columns, please make your27 <p>The next step is to assign properties to the columns. Below you see the entities and columns, please make your 28 28 selections.</p> 29 29 30 <importer:properties entities="${entities}" header="${header}" templates="${templates}"/> 30 31 </body>
Note: See TracChangeset
for help on using the changeset viewer.