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:
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: 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 | <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}"> |
---|
30 | <wizard:templateElements entity="${study}" /> |
---|
31 | <wizard:publicationSelectElement name="publication" value="${study?.publications}" /> |
---|
32 | <wizard:contactSelectElement name="contacts" value="${study?.persons}" /> |
---|
33 | </g:if> |
---|
34 | |
---|
35 | </wizard:pageContent> |
---|
Note: See
TracBrowser
for help on using the repository browser.