Ignore:
Timestamp:
Aug 25, 2010, 9:44:58 AM (13 years ago)
Author:
keesvb
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/wizard/pages/_assay_groups.gsp

    r823 r836  
    1616%>
    1717<wizard:pageContent>
    18 assay groups
     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
    1930</wizard:pageContent>
Note: See TracChangeset for help on using the changeset viewer.