Last change
on this file since 417 was
417,
checked in by tabma, 13 years ago
|
- split up the templates in 'simple' and 'advanced' and created a new index page for the Import Wizard
|
File size:
629 bytes
|
Rev | Line | |
---|
[417] | 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: 359 $ |
---|
| 11 | * $Author: duh $ |
---|
| 12 | * $Date: 2010-04-20 14:42:20 +0200 (Tue, 20 Apr 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>All data has been imported.</p> |
---|
| 27 | </body> |
---|
| 28 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.