Changeset 98 for trunk/grails-app/views/wizard/index.gsp
- Timestamp:
- Jan 19, 2010, 5:18:30 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/wizard/index.gsp
r90 r98 1 1 <% 2 /**3 * Wizard main template4 *5 * @authorJeroen Wesbeek6 * @since201001137 * @package wizard8 * @seedbnp.studycapturing.WizardTagLib::previousNext9 * @seedbnp.studycapturing.WizardController10 *11 * Revision information:12 * $Rev$13 * $Author$14 * $Date$15 */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$ 13 * $Author$ 14 * $Date$ 15 */ 16 16 %> 17 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:'wizard.js')}"></script> 22 </head> 23 <body> 24 <g:render template="common/wizard"/> 25 </body> 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> 26 27 </html>
Note: See TracChangeset
for help on using the changeset viewer.