source: trunk/grails-app/views/wizard/common/_wizard.gsp @ 87

Last change on this file since 87 was 87, checked in by duh, 13 years ago
  • set keyword expansion
  • Property svn:keywords set to Rev Author Date
File size: 662 bytes
Line 
1<%
2/**
3 * Wizard template
4 *
5 * @author  Jeroen Wesbeek
6 * @since   20100113
7 * @package wizard
8 * @see     dbnp.studycapturing.WizardTagLib
9 * @see     dbnp.studycapturing.WizardController
10 *
11 * Revision information:
12 * $Rev: 87 $
13 * $Author: duh $
14 * $Date: 2010-01-13 15:54:59 +0000 (wo, 13 jan 2010) $
15 */
16%>
17  <g:setProvider library="jquery"/>
18  <div id="wizard" style="border:1px solid black;">
19    <h1>Proof of concept AJAXified Grails Webflow Wizard</h1>
20    <g:form action="pages" name="_wizard" >
21    <div id="wizardContent" style="border:1px solid blue;">
22      <g:render template="pages/one"/>
23    </div>
24    <div id="wizardError" style="border:1px solid red;">errors go in here</div>
25    </g:form>
26  </div>
Note: See TracBrowser for help on using the repository browser.