Last change
on this file since 262 was
262,
checked in by duh, 12 years ago
|
- some bug fixes, improvements and comments
|
-
Property svn:keywords set to
Author Rev Date
|
File size:
1.0 KB
|
Rev | Line | |
---|
[238] | 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: 262 $ |
---|
| 13 | * $Author: duh $ |
---|
| 14 | * $Date: 2010-03-12 16:42:19 +0000 (vr, 12 mrt 2010) $ |
---|
| 15 | */ |
---|
| 16 | %> |
---|
| 17 | <wizard:pageContent> |
---|
| 18 | <span class="info"> |
---|
| 19 | <span class="title">Create or Modify</span> |
---|
| 20 | This page is still empty, but in the future you will be able to load a study to modify it, or choose |
---|
| 21 | to create a new one. At this moment you will only be able to create a new study so please click 'next' |
---|
| 22 | to continue |
---|
| 23 | </span> |
---|
[262] | 24 | |
---|
| 25 | <span class="info"> |
---|
| 26 | <span class="known">Known issues</span> |
---|
| 27 | <ul> |
---|
| 28 | <li>navigating away from the wizard will result in loss of work. While you are currently warned when |
---|
| 29 | clicking links outside of the wizard, this problem still exists when clicking 'refresh' or the |
---|
| 30 | back / forward buttons</li> |
---|
| 31 | <li>no data is actually stored yet at the end of the wizard</li> |
---|
| 32 | </ul> |
---|
| 33 | </span> |
---|
| 34 | |
---|
| 35 | <!-- g:render template="pages/demo" //--> |
---|
| 36 | |
---|
[238] | 37 | </wizard:pageContent> |
---|
Note: See
TracBrowser
for help on using the repository browser.