source: trunk/grails-app/views/wizard/pages/_assay_groups.gsp @ 836

Last change on this file since 836 was 836, checked in by keesvb, 13 years ago

added some example assay templates, started with implementation of assay and assay group steps in wizard

File size: 830 bytes
Line 
1<%
2/**
3 * Assay Groups 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">Assign samples to assays</span>
20                In the previous page you defined assays. In this page, you can define which assays are performed on which samples.
21                The samples are grouped according to the EventGroups of their defining SamplingEvents.
22        </span>
23
24        <%
25            // TODO: render a table of assays (in the columns) versus samples (in the rows)
26                // with the samples grouped according to the EventGroups of the parent SamplingEvents
27                // and with all boxes checked by default
28        %>
29
30</wizard:pageContent>
Note: See TracBrowser for help on using the repository browser.