Last change
on this file since 383 was
359,
checked in by duh, 13 years ago
|
|
-
Property svn:keywords set to
Date Author Rev
|
File size:
1.3 KB
|
Line | |
---|
1 | <% |
---|
2 | /** |
---|
3 | * Study page |
---|
4 | * |
---|
5 | * @author Jeroen Wesbeek |
---|
6 | * @since 20100113 |
---|
7 | * @package wizard |
---|
8 | * @see dbnp.studycapturing.WizardTagLib::previousNext |
---|
9 | * @see dbnp.studycapturing.WizardController |
---|
10 | * |
---|
11 | * Revision information: |
---|
12 | * $Rev: 359 $ |
---|
13 | * $Author: duh $ |
---|
14 | * $Date: 2010-04-20 12:42:20 +0000 (di, 20 apr 2010) $ |
---|
15 | */ |
---|
16 | %> |
---|
17 | <wizard:pageContent> |
---|
18 | <span class="info"> |
---|
19 | <span class="title">Define the basic properties of your study</span> |
---|
20 | Pick the study template of choice (currently a fixed set) and define your study values. In this prototype the |
---|
21 | templated fields (below the 'note' box) are not yet handled so you can leave them empty for now. |
---|
22 | </span> |
---|
23 | |
---|
24 | <wizard:templateElement name="template" description="Template" value="${study?.template}" entity="${dbnp.studycapturing.Study}" addDummy="true" ajaxOnChange="switchTemplate" url="[controller:'wizard',action:'pages']" update="[success:'wizardPage',failure:'wizardError']" afterSuccess="onWizardPage()" > |
---|
25 | The template to use for this study |
---|
26 | </wizard:templateElement> |
---|
27 | <wizard:textFieldElement name="title" description="Title" error="title" value="${study?.title}"> |
---|
28 | The title of the study you are creating |
---|
29 | </wizard:textFieldElement> |
---|
30 | <wizard:dateElement name="startDate" description="Start date" error="startDate" value="${study?.startDate}"> |
---|
31 | The start date of the study |
---|
32 | </wizard:dateElement> |
---|
33 | <wizard:templateElements entity="${study}" /> |
---|
34 | |
---|
35 | </wizard:pageContent> |
---|
Note: See
TracBrowser
for help on using the repository browser.