Last change
on this file since 1651 was
1651,
checked in by work@…, 12 years ago
|
- removed searchable
- worked on the initial version of the setup wizard
|
File size:
541 bytes
|
Line | |
---|
1 | <% |
---|
2 | /** |
---|
3 | * Wizard index page |
---|
4 | * |
---|
5 | * @author Jeroen Wesbeek |
---|
6 | * @since 20110318 |
---|
7 | * |
---|
8 | * Revision information: |
---|
9 | * $Rev: 66849 $ |
---|
10 | * $Author: duh $ |
---|
11 | * $Date: 2010-12-08 15:12:54 +0100 (Wed, 08 Dec 2010) $ |
---|
12 | */ |
---|
13 | %> |
---|
14 | <html> |
---|
15 | <head> |
---|
16 | <meta name="layout" content="main"/> |
---|
17 | <g:javascript library="jquery" plugin="jquery"/> |
---|
18 | <link rel="stylesheet" href="${resource(dir: 'css', file: 'ajaxflow.css')}"/> |
---|
19 | <link rel="stylesheet" href="${resource(dir: 'css', file: 'setupwizard.css')}"/> |
---|
20 | </head> |
---|
21 | <body> |
---|
22 | <g:render template="common/ajaxflow"/> |
---|
23 | </body> |
---|
24 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.