Changeset 1757
- Timestamp:
- Apr 12, 2011, 1:07:51 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/application.properties
r1751 r1757 18 18 plugins.hibernate=1.3.7 19 19 plugins.jquery=1.5.2 20 plugins.jumpbar=0.1. 720 plugins.jumpbar=0.1.8 21 21 plugins.mail=1.0-SNAPSHOT 22 22 plugins.oauth=0.10 -
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.