Last change
on this file since 959 was
959,
checked in by j.a.m.wesbeek@…, 12 years ago
|
|
-
Property svn:keywords set to
Author Date Rev
|
File size:
740 bytes
|
Line | |
---|
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: 959 $ |
---|
13 | * $Author: j.a.m.wesbeek@umail.leidenuniv.nl $ |
---|
14 | * $Date: 2010-10-20 19:13:14 +0000 (wo, 20 okt 2010) $ |
---|
15 | */ |
---|
16 | %> |
---|
17 | <wizard:pageContent> |
---|
18 | |
---|
19 | <span class="info"> |
---|
20 | <span class="title">Edit a study</span> |
---|
21 | Select the study you would like to modify. |
---|
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> |
---|
23 | </span> |
---|
24 | |
---|
25 | <wizard:studyElement name="study" description="Study" error="study" value=""> |
---|
26 | The study you would like to load and edit |
---|
27 | </wizard:studyElement> |
---|
28 | |
---|
29 | </wizard:pageContent> |
---|
Note: See
TracBrowser
for help on using the repository browser.