- Timestamp:
- Apr 12, 2011, 1:07:51 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/studyWizard/pages/_confirmation.gsp
r1461 r1757 30 30 You are about to create a study containing ${(study.subjects) ? study.subjects.size() : 0} subjects, 31 31 ${(study.events) ? study.events.size() : 0} events and ${(study.samplingEvents) ? study.samplingEvents.size(): 0} sampling events grouped into 32 ${(study.eventGroups) ? study.eventGroups.size() : 0} event groups. The study isresults in32 ${(study.eventGroups) ? study.eventGroups.size() : 0} event groups. The study results in 33 33 ${(study.samples) ? study.samples.size() : 0} samples analyzed using ${(study.assays) ? study.assays.size() : 0} assays. 34 34 </p>
Note: See TracChangeset
for help on using the changeset viewer.