Last change
on this file since 687 was
687,
checked in by tabma, 12 years ago
|
- improved validation in importerservice, now skips faulty entities (null) and final step now shows how many rows were succesfully saved
|
-
Property svn:keywords set to
Date Author Rev
|
File size:
614 bytes
|
Line | |
---|
1 | <% |
---|
2 | /** |
---|
3 | * Thirds step in the importer, showing the imported data |
---|
4 | * |
---|
5 | * @author Tjeerd Abma |
---|
6 | * @since 20100318 |
---|
7 | * @package importer |
---|
8 | * |
---|
9 | * Revision information: |
---|
10 | * $Rev: 687 $ |
---|
11 | * $Author: tabma $ |
---|
12 | * $Date: 2010-07-21 14:02:37 +0000 (wo, 21 jul 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 4: import wizard finished</title> |
---|
23 | </head> |
---|
24 | <body> |
---|
25 | <h1>Step 3: import wizard finished</h1> |
---|
26 | <p>${validatedSuccesfully} of ${totalrows} rows were imported succesfully.</p> |
---|
27 | </body> |
---|
28 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.