- Timestamp:
- Feb 25, 2010, 4:18:22 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/wizard/pages/_eventDescriptions.gsp
r209 r213 16 16 %> 17 17 <wizard:pageContent> 18 <wizard:termElement name="classification" description="Classification" error="classification" value="${classification}"> 18 <span class="info"> 19 <span class="title">Describe all unique event types that occur in your study</span> 20 These unique events are, for example, treatments, challenges and sampling events. Every event description 21 should be unique. If your study, for example, samples both blood as well as tissue, then create two sample 22 descriptions. One for 'sampling blood', and one for 'sampling tissue'. 23 </span> 24 25 <wizard:termElement name="classification" description="Classification" error="classification" value="${values?.classification}"> 19 26 The classification 20 27 </wizard:termElement> 21 <wizard:textFieldElement name="name" description="Name" error="name" value="${ name}">28 <wizard:textFieldElement name="name" description="Name" error="name" value="${values?.name}"> 22 29 The name of the event description you are creating 23 30 </wizard:textFieldElement> 24 <wizard:textFieldElement name="description" description="Description" error="description" value="${ description}">31 <wizard:textFieldElement name="description" description="Description" error="description" value="${values?.description}"> 25 32 A short description summarizing your event description 26 33 </wizard:textFieldElement> 27 <wizard:checkBoxElement name="isSamplingEvent" description="Sampling event" error="isSamplingEvent" value="${ isSamplingEvent}">34 <wizard:checkBoxElement name="isSamplingEvent" description="Sampling event" error="isSamplingEvent" value="${values?.isSamplingEvent}"> 28 35 Is this a sampling event description? 29 36 </wizard:checkBoxElement>
Note: See TracChangeset
for help on using the changeset viewer.