<% /** * Confirmation page * * @author Jeroen Wesbeek * @since 20100225 * @package wizard * @see dbnp.studycapturing.WizardTagLib::previousNext * @see dbnp.studycapturing.WizardController * * Revision information: * $Rev: 787 $ * $Author: duh $ * $Date: 2010-08-06 13:13:11 +0000 (vr, 06 aug 2010) $ */ %> You are almost there... You are almost done creating your study. Below you will find a summary of the study you have just defined. If everything is well, click 'next' to permanently save the study you have created, or click 'previous' if you need to modify parts of your study.

General overview

You are about to create a study containing ${(study.subjects) ? study.subjects.size() : 0} subjects, ${(study.events) ? study.events.size() : 0} events and ${(study.samplingEvents) ? study.samplingEvents.size(): 0} sampling events grouped into ${(study.eventGroups) ? study.eventGroups.size() : 0} event groups and ${(study.samples) ? study.samples.size() : 0} samples.

Study

  • ${field.name} - ${study.getFieldValue(field.name)}

Not right? Click to go back to the study page and make corrections.

Subjects

${subjects}

Not right? Click to go back to the subjects page and make corrections.

Events

${subjects}

  • List item one
  • List item two
  • List item three
Not right? Click to go back to the events page and make corrections.
TODO
  • this page is not complete yet, finish it to summerize the study you are about to store in the database