Last change
on this file since 263 was
263,
checked in by duh, 13 years ago
|
- added wizard mockup start page
|
-
Property svn:keywords set to
Author Rev Date
|
File size:
1.1 KB
|
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: 263 $ |
---|
13 | * $Author: duh $ |
---|
14 | * $Date: 2010-03-12 17:32:16 +0000 (vr, 12 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 | <li>no data is actually stored yet at the end of the wizard</li> |
---|
36 | </ul> |
---|
37 | </span> |
---|
38 | |
---|
39 | <!-- g:render template="pages/demo" //--> |
---|
40 | |
---|
41 | </wizard:pageContent> |
---|
Note: See
TracBrowser
for help on using the repository browser.