source: trunk/grails-app/views/wizard/pages/_templates.gsp @ 299

Last change on this file since 299 was 299, checked in by duh, 13 years ago
  • set keyword expansion
  • Property svn:keywords set to Date Rev Author
File size: 702 bytes
Line 
1<%
2/**
3 * Templates page
4 *
5 * @author  Jeroen Wesbeek
6 * @since   20100212
7 * @package wizard
8 * @see     dbnp.studycapturing.WizardTagLib::previousNext
9 * @see     dbnp.studycapturing.WizardController
10 *
11 * Revision information:
12 * $Rev: 299 $
13 * $Author: duh $
14 * $Date: 2010-03-22 13:40:35 +0000 (ma, 22 mrt 2010) $
15 */
16%>
17<wizard:pageContent>
18        <span class="info">
19                <span class="title">Select the template you would like to use</span>
20                A template is a predefined set of values to store with all elements of your study.
21        </span>
22
23        <wizard:templateElement name="template" description="Template" value="${study?.template}" entity="${dbnp.studycapturing.Subject}">
24                The subject template to use for this study
25        </wizard:templateElement>
26</wizard:pageContent>
Note: See TracBrowser for help on using the repository browser.