Last change
on this file since 103 was
103,
checked in by duh, 13 years ago
|
- added error handling to the wizard
- changed jquery-ui interface style to Redmond
|
-
Property svn:keywords set to
Rev Author Date
|
File size:
873 bytes
|
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: 103 $ |
---|
13 | * $Author: duh $ |
---|
14 | * $Date: 2010-01-21 12:56:10 +0000 (do, 21 jan 2010) $ |
---|
15 | */ |
---|
16 | %> |
---|
17 | <wizard:pageContent> |
---|
18 | <wizard:textFieldElement name="studyTitle" description="Title"> |
---|
19 | The title of the study you are creating |
---|
20 | </wizard:textFieldElement> |
---|
21 | <wizard:textFieldElement name="studyCode" description="Code"> |
---|
22 | A code to reference your study by |
---|
23 | </wizard:textFieldElement> |
---|
24 | <wizard:textFieldElement name="studyResearchQuestion" description="Research Question"> |
---|
25 | The research question |
---|
26 | </wizard:textFieldElement> |
---|
27 | <wizard:textFieldElement name="studyDescription" description="Description" /> |
---|
28 | <wizard:textFieldElement name="studyEcCode" description="Ethical Committee Code" /> |
---|
29 | </wizard:pageContent> |
---|
Note: See
TracBrowser
for help on using the repository browser.