Changeset 328 for trunk/grails-app/views
- Timestamp:
- Apr 7, 2010, 11:24:56 AM (13 years ago)
- Location:
- trunk/grails-app/views/importer
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/importer/common/_properties.gsp
r312 r328 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> 16 17 <table> 17 18 <g:each var="stdentity" in ="${standardentities}"> -
trunk/grails-app/views/importer/step2.gsp
r319 r328 24 24 </head> 25 25 <body> 26 <h1>Step 2: import wizard entities/properties</h1> 27 <p> Please choose the study you want to add the data to.</p>28 <p>Below you see the entities and columns, assign properties to the columns.</p>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 your 28 selections.</p> 29 29 <importer:properties entities="${entities}" header="${header}" templates="${templates}"/> 30 30 </body> -
trunk/grails-app/views/importer/step3.gsp
r299 r328 24 24 <body> 25 25 <h1>Step 3: import wizard imported data postview</h1> 26 <p> Below you see how all data was imported.</p>27 <importer:postview datamatrix="${datamatrix}"/>26 <p>A total of ${datamatrix.size()} rows were imported, below an overview of the rows is shown.</span> 27 <importer:postview datamatrix="${datamatrix}"/> 28 28 </body> 29 29 </html>
Note: See TracChangeset
for help on using the changeset viewer.