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 | <link rel="stylesheet" href="${resource(dir: 'css', file: 'ajaxflow.css')}"/> |
---|
18 | <link rel="stylesheet" href="${resource(dir: 'css', file: 'setupwizard.css')}"/> |
---|
19 | <link rel="stylesheet" href="${resource(dir: 'css', file: 'templates.css')}"/> |
---|
20 | <link type="text/css" rel="stylesheet" href="http://alexgorbatchev.com/pub/sh/current/styles/shCore.css" /> |
---|
21 | <link type="text/css" rel="stylesheet" href="http://alexgorbatchev.com/pub/sh/current/styles/shThemeDefault.css" /> |
---|
22 | <script src="http://alexgorbatchev.com/pub/sh/current/scripts/shCore.js"></script> |
---|
23 | <script src="http://alexgorbatchev.com/pub/sh/current/scripts/shAutoloader.js"></script> |
---|
24 | <script type="text/javascript" src="${resource(dir: 'js', file: 'tooltips.js', plugin: 'gdt')}"></script> |
---|
25 | <script type="text/javascript" src="${resource(dir: 'js', file: 'jquery.qtip-1.0.0-rc3.js', plugin: 'gdt')}"></script> |
---|
26 | </head> |
---|
27 | <body> |
---|
28 | <g:render template="common/ajaxflow"/> |
---|
29 | </body> |
---|
30 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.