Changeset 214 for trunk/grails-app
- Timestamp:
- Feb 26, 2010, 11:52:38 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/wizard/pages/_eventDescriptions.gsp
r213 r214 19 19 <span class="title">Describe all unique event types that occur in your study</span> 20 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'. 21 should be unique. If your study, for example, samples both blood as well as tissue on one or more subjects, 22 then create two sample descriptions. One for 'sampling blood', and one for 'sampling tissue'. 23 </span> 24 25 <span class="info"> 26 <span class="title">Note!</span> 27 Currently 'classification' display all terms because there is no way to machine interpret 28 the different values. So please -for now- make sure to pick the Ontology reference applicable for 29 events until this particular challenge is solved. 23 30 </span> 24 31 25 32 <wizard:termElement name="classification" description="Classification" error="classification" value="${values?.classification}"> 26 The classification33 The ontology reference for this particular type of event 27 34 </wizard:termElement> 28 35 <wizard:textFieldElement name="name" description="Name" error="name" value="${values?.name}">
Note: See TracChangeset
for help on using the changeset viewer.