source: trunk/grails-app/views/wizard/pages/_one.gsp @ 92

Last change on this file since 92 was 92, checked in by duh, 13 years ago
  • added sample template data in bootstrap
  • upgraded jQuery
  • improved study capture wizard
  • fixed selenium test
  • Property svn:keywords set to Rev Author Date
File size: 861 bytes
Line 
1<%
2/**
3 * Wizard page one
4 *
5 * @author  Jeroen Wesbeek
6 * @since   20100113
7 * @package wizard
8 * @see     dbnp.studycapturing.WizardTagLib::previousNext
9 * @see     dbnp.studycapturing.WizardController
10 *
11 * Revision information:
12 * $Rev: 92 $
13 * $Author: duh $
14 * $Date: 2010-01-19 13:25:45 +0000 (di, 19 jan 2010) $
15 */
16%>
17<wizard:pageContent>
18        <wizard:textFieldElement name="studyTitle" help="The title of the study you are creating">Title</wizard:textFieldElement>
19        <wizard:textFieldElement name="studyCode" help="A code to reference your study by">Code</wizard:textFieldElement>
20        <wizard:textFieldElement name="studyResearchQuestion" help="The research question">Research Question</wizard:textFieldElement>
21        <wizard:textFieldElement name="studyDescription">Description</wizard:textFieldElement>
22        <wizard:textFieldElement name="studyEcCode">Ethical Committee Code</wizard:textFieldElement>
23</wizard:pageContent>
Note: See TracBrowser for help on using the repository browser.