Changeset 213 for trunk/grails-app/views/wizard/pages/_events.gsp
- Timestamp:
- Feb 25, 2010, 4:18:22 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/wizard/pages/_events.gsp
r209 r213 16 16 %> 17 17 <wizard:pageContent> 18 <wizard:selectElement name="eventDescription" description="Event Description" error="eventDescription" from="${eventDescriptions}" value="${eventDescription}"> 18 <span class="info"> 19 <span class="title">Define all events and their duration that occur in your study</span> 20 In the previous screen you defined the unique event types, in this screen you need to define 21 all events of a specific event type that occur in time. Select the type of event, and the 22 start and stop time of an event. As it is frequently the case that <i>sets</i> of events act 23 upon (groups of) subjects, you can define event groups, and add events to a particular group.<br/> 24 <i>Note that you can edit multiple events at once by selecting multpiple rows by either 25 ctrl-clicking them or dragging a selection over them.</i> 26 </span> 27 28 <wizard:selectElement name="eventDescription" description="Event Description" error="eventDescription" from="${eventDescriptions}" value="${values?.eventDescription}"> 19 29 The event description for this event 20 30 </wizard:selectElement> 21 <wizard:timeElement name="startTime" description="Start Time" error="startTime" value="${ startTime}">31 <wizard:timeElement name="startTime" description="Start Time" error="startTime" value="${values?.startTime}"> 22 32 The start time of the study 23 33 </wizard:timeElement> 24 <wizard:timeElement name="endTime" description="End time" error="endTimee" value="${ endTime}">34 <wizard:timeElement name="endTime" description="End time" error="endTimee" value="${values?.endTime}"> 25 35 The end time of the study 26 36 </wizard:timeElement> 27 37 <wizard:buttonElement name="add" value="Add" url="[controller:'wizard',action:'pages']" update="[success:'wizardPage',failure:'wizardError']" afterSuccess="onWizardPage()"/> 28 <g:if test="${events}"> 38 <g:if test="${events}"> 29 39 <div class="table"> 30 40 <div class="header">
Note: See TracChangeset
for help on using the changeset viewer.