Last change
on this file since 203 was
203,
checked in by tabma, 13 years ago
|
- rewrote to HashMap? based columns (columns are always unique, storing in array tricky/redundancy)
- entities can be chosen in the preview
- properties page shows columns grouped per entity
- properties page allows mapping of column to property (TODO: get all fields per entity)
|
-
Property svn:keywords set to
Date Author Rev
|
File size:
701 bytes
|
Line | |
---|
1 | <% |
---|
2 | /** |
---|
3 | * First step in the importer, showing a preview of the uploaded data |
---|
4 | * |
---|
5 | * @author Tjeerd Abma |
---|
6 | * @since 20100129 |
---|
7 | * @package importer |
---|
8 | * |
---|
9 | * Revision information: |
---|
10 | * $Rev: 203 $ |
---|
11 | * $Author: tabma $ |
---|
12 | * $Date: 2010-02-18 07:10:35 +0000 (do, 18 feb 2010) $ |
---|
13 | */ |
---|
14 | %> |
---|
15 | |
---|
16 | <%@ page contentType="text/html;charset=UTF-8" %> |
---|
17 | |
---|
18 | <html> |
---|
19 | <head> |
---|
20 | <meta name="layout" content="main"/> |
---|
21 | <link rel="stylesheet" href="${resource(dir: 'css', file: 'importer.css')}"/> |
---|
22 | <title>Import wizard preview</title> |
---|
23 | </head> |
---|
24 | <body> |
---|
25 | <h1>Import wizard preview</h1> |
---|
26 | <p>Below you see a preview of your imported file, please correct the automatically detected types.</p> |
---|
27 | <importer:preview header="${header}" datamatrix="${datamatrix}"/> |
---|
28 | </body> |
---|
29 | |
---|
30 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.