Last change
on this file since 632 was
632,
checked in by tabma, 12 years ago
|
- extra step for Simple Import Wizard implemented for easy adding and editing of cells (which were not imported yet)
|
File size:
695 bytes
|
Line | |
---|
1 | <% |
---|
2 | /** |
---|
3 | * Thirds step in the importer, showing the imported data |
---|
4 | * |
---|
5 | * @author Tjeerd Abma |
---|
6 | * @since 20100317 |
---|
7 | * @package importer |
---|
8 | * |
---|
9 | * Revision information: |
---|
10 | * $Rev: 496 $ |
---|
11 | * $Author: duh $ |
---|
12 | * $Date: 2010-05-28 14:25:13 +0200 (Fri, 28 May 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>Step 3: fill in missing mappings</title> |
---|
23 | </head> |
---|
24 | <body> |
---|
25 | <h1>Step 3: fill in missing mappings</h1> |
---|
26 | You must map the missing properties |
---|
27 | <importer:missingProperties datamatrix="${datamatrix}"/> |
---|
28 | </body> |
---|
29 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.