Last change
on this file since 1119 was
1119,
checked in by work@…, 12 years ago
|
- initial version of the setup assistant
|
File size:
596 bytes
|
Line | |
---|
1 | <% |
---|
2 | /** |
---|
3 | * Setup / Migrate assistant |
---|
4 | * |
---|
5 | * @author Jeroen Wesbeek |
---|
6 | * @since 20101111 |
---|
7 | * @package setup |
---|
8 | * |
---|
9 | * Revision information: |
---|
10 | * $Rev$ |
---|
11 | * $Author$ |
---|
12 | * $Date$ |
---|
13 | */ |
---|
14 | %> |
---|
15 | <div id="wizard" class="wizard"> |
---|
16 | <h1>Setup assistant</h1> |
---|
17 | <g:form action="pages" name="wizardForm" id="wizardForm" enctype="multipart/form-data"> |
---|
18 | <g:hiddenField name="do" value="" /> |
---|
19 | <div id="wizardPage"> |
---|
20 | <wizard:ajaxFlowRedirect form="form#wizardForm" name="next" url="[controller:'setup',action:'pages']" update="[success:'wizardPage',failure:'wizardError']" afterSuccess="onWizardPage()" /> |
---|
21 | </div> |
---|
22 | </g:form> |
---|
23 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.