Last change
on this file since 787 was
787,
checked in by duh, 12 years ago
|
- refactored wizard sample page
- more code improvements (unique entity names)
|
-
Property svn:keywords set to
Date Author Rev
|
File size:
740 bytes
|
Rev | Line | |
---|
[341] | 1 | <% |
---|
| 2 | /** |
---|
| 3 | * Load study to modify page |
---|
| 4 | * |
---|
| 5 | * @author Jeroen Wesbeek |
---|
| 6 | * @since 20100414 |
---|
| 7 | * @package wizard |
---|
| 8 | * @see dbnp.studycapturing.WizardTagLib::previousNext |
---|
| 9 | * @see dbnp.studycapturing.WizardController |
---|
| 10 | * |
---|
| 11 | * Revision information: |
---|
| 12 | * $Rev: 787 $ |
---|
| 13 | * $Author: duh $ |
---|
| 14 | * $Date: 2010-08-06 13:13:11 +0000 (vr, 06 aug 2010) $ |
---|
| 15 | */ |
---|
| 16 | %> |
---|
| 17 | <wizard:pageContent> |
---|
| 18 | |
---|
| 19 | <span class="info"> |
---|
[526] | 20 | <span class="title">Edit a study</span> |
---|
| 21 | Select the study you would like to modify. |
---|
[787] | 22 | <b><i>Note: this functionality is currently in <font color="red">ALPHA</font> and may result in <font color="red">data inconsistency</font>.</i></b> |
---|
[341] | 23 | </span> |
---|
| 24 | |
---|
[526] | 25 | <wizard:studyElement name="study" description="Study" error="study" value=""> |
---|
| 26 | The study you would like to load and edit |
---|
| 27 | </wizard:studyElement> |
---|
[341] | 28 | |
---|
| 29 | </wizard:pageContent> |
---|
Note: See
TracBrowser
for help on using the repository browser.