source: trunk/grails-app/views/wizard/pages/_timeline.gsp @ 246

Last change on this file since 246 was 213, checked in by duh, 14 years ago
  • restructured wizard
  • added information boxes
  • improved error feedback (highlighted error fields)
  • added confirmation page
  • several smaller bugfixes and improvements
File size: 348 bytes
Line 
1<%
2/**
3 * Timeline page
4 *
5 * @author  Jeroen Wesbeek
6 * @since   20100225
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%>
17<wizard:pageContent>
18<div id="timeline">the timeline</div>
19</wizard:pageContent>
Note: See TracBrowser for help on using the repository browser.