Last change
on this file since 238 was
238,
checked in by duh, 13 years ago
|
Refectored version of the wizard
- initial template page has been removed, now is a generic 'start' page where one (in the future) may create a new study, or load and modify an already stored study
- study page incorporates study template select element, but does not yet incorporate the study template fields
- subjects page now allows creation of subjects based on a template. This change also implied the study page altogether had to change into a seperate table entity. Now the the page lists as many tables as unique templates have been selected. These tables contain all subjects that were added using that particular template. NOTE: data is not stored yet, due to the fact that templateEntity does not work properly yey (key/value pairs need to be set correctly when calling the setTemplate method)
- the JavaScript? now handles multiple tables in a page as well, and automatically initializes any underlying slider div if that is required
|
File size:
702 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}" entity="${dbnp.studycapturing.Subject}"> |
---|
24 | The subject template to use for this study |
---|
25 | </wizard:templateElement> |
---|
26 | </wizard:pageContent> |
---|
Note: See
TracBrowser
for help on using the repository browser.