Last change
on this file since 455 was
455,
checked in by keesvb, 13 years ago
|
Reverting Subject optimization as it breaks the study create wizard on adding Subjects, added help texts to Bootstrap and icons to study create wizard, added new text to home, added help texts to study create wizard pages
|
-
Property svn:keywords set to
Date Author Rev
|
File size:
1.5 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: 455 $ |
---|
13 | * $Author: keesvb $ |
---|
14 | * $Date: 2010-05-24 21:48:40 +0000 (ma, 24 mei 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. |
---|
23 | Pick the study template of choice (currently a fixed set) and define your study values. In this prototype the |
---|
24 | templated fields (below the 'note' box) are not yet handled so you can leave them empty for now. |
---|
25 | </span> |
---|
26 | |
---|
27 | <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()" > |
---|
28 | Choose the type of study you would like to create. |
---|
29 | 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). |
---|
30 | </wizard:templateElement> |
---|
31 | <g:if test="${study}"><wizard:templateElements entity="${study}" /></g:if> |
---|
32 | </wizard:pageContent> |
---|
Note: See
TracBrowser
for help on using the repository browser.