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)
|
-
Property svn:keywords set to
Date Author Rev
|
File size:
572 bytes
|
Line | |
---|
1 | <!-- |
---|
2 | To change this template, choose Tools | Templates |
---|
3 | and open the template in the editor. |
---|
4 | --> |
---|
5 | |
---|
6 | <%@ page contentType="text/html;charset=UTF-8" %> |
---|
7 | |
---|
8 | <html> |
---|
9 | <head> |
---|
10 | <meta name="layout" content="main"/> |
---|
11 | <title>Importer wizard</title> |
---|
12 | </head> |
---|
13 | <body> |
---|
14 | <h1>Importer wizard</h1> |
---|
15 | <p>Which import wizard do you want to use?</p> |
---|
16 | |
---|
17 | <ol> |
---|
18 | <li> |
---|
19 | <g:link controller="importer" action="simpleWizard">Simple wizard</g:link> |
---|
20 | </li> |
---|
21 | <li> |
---|
22 | <g:link controller="importer" action="advancedWizard">Advanced wizard</g:link> |
---|
23 | </li> |
---|
24 | </ol> |
---|
25 | |
---|
26 | </body> |
---|
27 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.