source: trunk/grails-app/views/wizard/pages/_groups.gsp @ 451

Last change on this file since 451 was 451, checked in by duh, 14 years ago
  • developmental commit
  • Property svn:keywords set to Date Author Rev
File size: 565 bytes
Line 
1<%
2/**
3 * Subjects page
4 *
5 * @author  Jeroen Wesbeek
6 * @since   20100113
7 * @package wizard
8 * @see     dbnp.studycapturing.WizardTagLib::previousNext
9 * @see     dbnp.studycapturing.WizardController
10 *
11 * Revision information:
12 * $Rev: 451 $
13 * $Author: duh $
14 * $Date: 2010-05-20 13:07:29 +0000 (do, 20 mei 2010) $
15 */
16%>
17<wizard:pageContent>
18
19        <div class="table">
20                        <div class="header">
21                                <div class="column"></div>
22                                <g:if test="${eventGroups}"><g:each var="eventGroup" status="g" in="${eventGroups}">
23                                <div class="column">${eventGroup.name}</div>
24                                </g:each></g:if>
25                        </div>
26        </div>
27
28</wizard:pageContent>
Note: See TracBrowser for help on using the repository browser.