Last change
on this file since 319 was
319,
checked in by duh, 13 years ago
|
- broken grails tag in importer view broke war generation:
Error executing script War: : org.codehaus.groovy.grails.web.taglib.exceptions.GrailsTagException?: Grails tag [importer:] was not closed at /WEB-INF/grails-app/views/importer/step2.gsp:40
gant.TargetExecutionException?: : org.codehaus.groovy.grails.web.taglib.exceptions.GrailsTagException?: Grails tag [importer:] was not closed at /WEB-INF/grails-app/views/importer/step2.gsp:40
|
-
Property svn:keywords set to
Date Rev Author
|
File size:
845 bytes
|
Line | |
---|
1 | <% |
---|
2 | /** |
---|
3 | * Second step in the importer, showing the entities and the possibility |
---|
4 | * to assign properties per column |
---|
5 | * |
---|
6 | * @author Tjeerd Abma |
---|
7 | * @since 20100210 |
---|
8 | * @package importer |
---|
9 | * |
---|
10 | * Revision information: |
---|
11 | * $Rev: 319 $ |
---|
12 | * $Author: duh $ |
---|
13 | * $Date: 2010-03-26 14:34:06 +0000 (vr, 26 mrt 2010) $ |
---|
14 | */ |
---|
15 | %> |
---|
16 | |
---|
17 | <%@ page contentType="text/html;charset=UTF-8" %> |
---|
18 | |
---|
19 | <html> |
---|
20 | <head> |
---|
21 | <meta name="layout" content="main"/> |
---|
22 | <link rel="stylesheet" href="${resource(dir: 'css', file: 'importer.css')}"/> |
---|
23 | <title>Step 2: import wizard entities/properties</title> |
---|
24 | </head> |
---|
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> |
---|
29 | <importer:properties entities="${entities}" header="${header}" templates="${templates}"/> |
---|
30 | </body> |
---|
31 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.