Last change
on this file since 1430 was
1430,
checked in by work@…, 10 years ago
|
|
-
Property svn:keywords set to
Rev Author Date
|
File size:
1.8 KB
|
Rev | Line | |
---|
[1286] | 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: |
---|
[1430] | 12 | * $Rev: 1430 $ |
---|
| 13 | * $Author: work@osx.eu $ |
---|
| 14 | * $Date: 2011-01-21 20:05:36 +0000 (vr, 21 jan 2011) $ |
---|
[1286] | 15 | */ |
---|
| 16 | %> |
---|
| 17 | <af:page> |
---|
| 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" afterSuccess="onPage()"> |
---|
| 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 | <br/> |
---|
| 34 | <div class="element"> |
---|
| 35 | <div class="description">Public</div> |
---|
| 36 | <div class="input"><g:checkBox name="publicstudy" value="${study?.publicstudy}"/></div> |
---|
| 37 | </div> |
---|
| 38 | |
---|
| 39 | <wizard:userSelectElement name="readers" description="Readers" value="${study?.readers}"/> |
---|
| 40 | <wizard:userSelectElement name="writers" description="Writers" value="${study?.writers}"/> |
---|
| 41 | </g:if> |
---|
| 42 | </af:page> |
---|
Note: See
TracBrowser
for help on using the repository browser.