Last change
on this file since 135 was
98,
checked in by duh, 13 years ago
|
|
-
Property svn:keywords set to
Rev Author Date
|
File size:
673 bytes
|
Line | |
---|
1 | <% |
---|
2 | /** |
---|
3 | * Wizard main template |
---|
4 | * |
---|
5 | * @author Jeroen Wesbeek |
---|
6 | * @since 20100113 |
---|
7 | * @package wizard |
---|
8 | * @see dbnp.studycapturing.WizardTagLib::previousNext |
---|
9 | * @see dbnp.studycapturing.WizardController |
---|
10 | * |
---|
11 | * Revision information: |
---|
12 | * $Rev: 98 $ |
---|
13 | * $Author: ademcan $ |
---|
14 | * $Date: 2010-01-19 16:18:30 +0000 (di, 19 jan 2010) $ |
---|
15 | */ |
---|
16 | %> |
---|
17 | <html> |
---|
18 | <head> |
---|
19 | <meta name="layout" content="main"/> |
---|
20 | <link rel="stylesheet" href="${resource(dir: 'css', file: 'wizard.css')}"/> |
---|
21 | <script type="text/javascript" src="${resource(dir: 'js', file: 'jquery.qtip-1.0.0-rc3.min.js')}"></script> |
---|
22 | <script type="text/javascript" src="${resource(dir: 'js', file: 'wizard.js')}"></script> |
---|
23 | </head> |
---|
24 | <body> |
---|
25 | <g:render template="common/wizard"/> |
---|
26 | </body> |
---|
27 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.