source: trunk/grails-app/views/wizard/pages/_start.gsp @ 299

Last change on this file since 299 was 299, checked in by duh, 13 years ago
  • set keyword expansion
  • Property svn:keywords set to Date Rev Author
File size: 1016 bytes
Line 
1<%
2/**
3 * Templates page
4 *
5 * @author  Jeroen Wesbeek
6 * @since   20100303
7 * @package wizard
8 * @see     dbnp.studycapturing.WizardTagLib::previousNext
9 * @see     dbnp.studycapturing.WizardController
10 *
11 * Revision information:
12 * $Rev: 299 $
13 * $Author: duh $
14 * $Date: 2010-03-22 13:40:35 +0000 (ma, 22 mrt 2010) $
15 */
16%>
17<wizard:pageContent>
18
19        <img src="../images/wizard/wizard-chooser.png" />
20
21        <span class="info">
22                <span class="todo">TODO</span>
23                <ul>
24                        <li>the buttons above actually do not yet work, it's just a mockup. In this prototype you can only create
25                            a study; modifying a study will be implemented later. Click 'next' to continue...</li>
26                </ul>
27        </span>
28
29        <span class="info">
30                <span class="known">Known issues</span>
31                <ul>
32                        <li>navigating away from the wizard will result in loss of work. While you are currently warned when
33                            clicking links outside of the wizard, this problem still exists when clicking 'refresh' or the
34                                back / forward buttons</li>
35                </ul>
36        </span>
37
38        <!-- g:render template="pages/demo" //-->
39
40</wizard:pageContent>
Note: See TracBrowser for help on using the repository browser.