source: trunk/grails-app/views/importer/step2_simple.gsp @ 489

Last change on this file since 489 was 489, checked in by tabma, 13 years ago
  • simple wizard, tag library for properties added with a "allfieldtypes" = true/false to show all fields in the properties page instead of only filtered templatefieldtypes
  • Property svn:keywords set to Date Author Rev
File size: 853 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: 489 $
12         * $Author: tabma $
13         * $Date: 2010-05-27 14:26:44 +0000 (do, 27 mei 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 properties/columns</title>
24  </head>
25  <body>
26    <h1>Step 2: import wizard properties/columns</h1>
27    <p>The next step is to assign properties to the columns. Below you see the columns, please assign every column to
28    a property.</p>
29  <importer:properties entities="${entities}" header="${header}" templates="${templates}" allfieldtypes="true"/>
30  </body>
31</html>
Note: See TracBrowser for help on using the repository browser.