Last change
on this file since 599 was
599,
checked in by duh, 13 years ago
|
dev commit
|
-
Property svn:keywords set to
Date Author Rev
|
File size:
892 bytes
|
Line | |
---|
1 | <% |
---|
2 | /** |
---|
3 | * Samples 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: 599 $ |
---|
13 | * $Author: duh $ |
---|
14 | * $Date: 2010-06-22 09:44:01 +0000 (di, 22 jun 2010) $ |
---|
15 | */ |
---|
16 | %> |
---|
17 | <wizard:pageContent> |
---|
18 | |
---|
19 | <span class="info"> |
---|
20 | <span class="title">Samples</span> |
---|
21 | blah blah blaaa.... |
---|
22 | </span> |
---|
23 | |
---|
24 | <g:if test="${samples}"> |
---|
25 | <div class="table"> |
---|
26 | <g:each var="sampleData" in="${samples}"> |
---|
27 | <div class="row"> |
---|
28 | ${sampleData}<br/> |
---|
29 | <wizard:templateColumns class="column" id="1" entity="${sampleData['sample']}"/> |
---|
30 | <% /* |
---|
31 | ${sampleData} |
---|
32 | <!-- wizard:templateColumns class="column" id="1" entity="${sampleData['sample']}" //--> |
---|
33 | <!-- div class="column"><wizard:templateSelect entity="${sampleData.sample}" /></div //--> |
---|
34 | */ %> |
---|
35 | </div> |
---|
36 | </g:each> |
---|
37 | </div> |
---|
38 | </g:if> |
---|
39 | |
---|
40 | </wizard:pageContent> |
---|
Note: See
TracBrowser
for help on using the repository browser.