Last change
on this file since 88 was
88,
checked in by duh, 13 years ago
|
- refactored the wizard code a bit
|
-
Property svn:keywords set to
Rev Author Date
|
File size:
514 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: 88 $ |
---|
13 | * $Author: duh $ |
---|
14 | * $Date: 2010-01-14 14:00:05 +0000 (do, 14 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 | <g:javascript library="jquery" /> |
---|
22 | </head> |
---|
23 | <body> |
---|
24 | <g:render template="common/wizard"/> |
---|
25 | </body> |
---|
26 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.