Last change
on this file since 213 was
213,
checked in by duh, 12 years ago
|
- restructured wizard
- added information boxes
- improved error feedback (highlighted error fields)
- added confirmation page
- several smaller bugfixes and improvements
|
File size:
664 bytes
|
Line | |
---|
1 | <% |
---|
2 | /** |
---|
3 | * Templates page |
---|
4 | * |
---|
5 | * @author Jeroen Wesbeek |
---|
6 | * @since 20100212 |
---|
7 | * @package wizard |
---|
8 | * @see dbnp.studycapturing.WizardTagLib::previousNext |
---|
9 | * @see dbnp.studycapturing.WizardController |
---|
10 | * |
---|
11 | * Revision information: |
---|
12 | * $Rev$ |
---|
13 | * $Author$ |
---|
14 | * $Date$ |
---|
15 | */ |
---|
16 | %> |
---|
17 | <wizard:pageContent> |
---|
18 | <span class="info"> |
---|
19 | <span class="title">Select the template you would like to use</span> |
---|
20 | A template is a predefined set of values to store with all elements of your study. |
---|
21 | </span> |
---|
22 | |
---|
23 | <wizard:templateElement name="template" description="Template" value="${study?.template}"> |
---|
24 | The meta data template to use for this study |
---|
25 | </wizard:templateElement> |
---|
26 | </wizard:pageContent> |
---|
Note: See
TracBrowser
for help on using the repository browser.