Last change
on this file since 527 was
527,
checked in by roberth, 11 years ago
|
Adding of contacts is made possible in the study creation wizard.
|
-
Property svn:keywords set to
Date Author Rev
|
File size:
1.6 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: 527 $ |
---|
13 | * $Author: roberth $ |
---|
14 | * $Date: 2010-06-04 10:15:24 +0000 (vr, 04 jun 2010) $ |
---|
15 | */ |
---|
16 | %> |
---|
17 | <wizard:pageContent> |
---|
18 | <span class="info"> |
---|
19 | <span class="title">Define the basic properties of your study</span> |
---|
20 | In this step of the step-by-step study capturing tool all the basic information of a study can be filled out. |
---|
21 | Keep in mind that the more and the more specific the information that is filled out, the more valuable the system will be. |
---|
22 | Only the fields with an asterisks are obligatory. Pick the study template of choice (currently a fixed set) and define your study values. |
---|
23 | </span> |
---|
24 | |
---|
25 | <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()" > |
---|
26 | Choose the type of study you would like to create. |
---|
27 | Depending on the chosen template specific fields can be filled out. If none of the templates contain all the necessary fields, a new template can be defined (based on other templates). |
---|
28 | </wizard:templateElement> |
---|
29 | <g:if test="${study}"><wizard:templateElements entity="${study}" /></g:if> |
---|
30 | |
---|
31 | <wizard:publicationSelectElement name="publication" value="${study?.publications}" /> |
---|
32 | <wizard:contactSelectElement name="contacts" value="${study?.persons}" /> |
---|
33 | |
---|
34 | </wizard:pageContent> |
---|
Note: See
TracBrowser
for help on using the repository browser.