source: trunk/grails-app/views/wizard/pages/_assays.gsp @ 825

Last change on this file since 825 was 825, checked in by duh, 13 years ago
File size: 924 bytes
Line 
1<%
2/**
3 * Assays page
4 *
5 * @author  Jeroen Wesbeek
6 * @since   20100817
7 * @package wizard
8 * @see     dbnp.studycapturing.WizardTagLib::previousNext
9 * @see     dbnp.studycapturing.WizardController
10 *
11 * Revision information:
12 * $Rev$
13 * $Author$
14 * $Date$
15 */
16%>
17<wizard:pageContent>
18        <span class="info">
19                <span class="title">Add assays to your study</span>
20                WE NEED SOME CONTENT OVER HERE, who's the brilliant copy writer? :)
21        </span>
22
23        <wizard:templateElement name="template" description="Template" value="${assay?.template}" entity="${dbnp.studycapturing.Assay}" addDummy="true" ajaxOnChange="switchTemplate" url="[controller:'wizard',action:'pages']" update="[success:'wizardPage',failure:'wizardError']" afterSuccess="onWizardPage()" >
24                Choose the type of assay you would like to add
25        </wizard:templateElement>
26        <g:if test="${assay}">
27        <wizard:templateElements entity="${assay}" />
28        </g:if>
29
30</wizard:pageContent>
Note: See TracBrowser for help on using the repository browser.