Last change
on this file since 557 was
557,
checked in by duh, 13 years ago
|
- fixed issues with templates not refreshing properly in the wizard after editting them in the templateEditor
- tried to centralize some functionality
- dev version of samples
|
-
Property svn:keywords set to
Date Author Rev
|
File size:
759 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: 557 $ |
---|
13 | * $Author: duh $ |
---|
14 | * $Date: 2010-06-11 13:50:48 +0000 (vr, 11 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 | ${sampleData} |
---|
28 | <div class="row"> |
---|
29 | <!-- wizard:templateColumns class="column" id="1" entity="${sampleData['sample']}" //--> |
---|
30 | <!-- div class="column"><wizard:templateSelect entity="${sampleData.sample}" /></div //--> |
---|
31 | </div> |
---|
32 | </g:each> |
---|
33 | </div> |
---|
34 | </g:if> |
---|
35 | |
---|
36 | </wizard:pageContent> |
---|
Note: See
TracBrowser
for help on using the repository browser.