Changeset 836 for trunk/grails-app/views/wizard/pages/_assay_groups.gsp
- Timestamp:
- Aug 25, 2010, 9:44:58 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/wizard/pages/_assay_groups.gsp
r823 r836 16 16 %> 17 17 <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 19 30 </wizard:pageContent>
Note: See TracChangeset
for help on using the changeset viewer.