source: trunk/grails-app/views/query/common/_tabs.gsp @ 359

Last change on this file since 359 was 359, checked in by duh, 13 years ago
  • set keyword expansion
  • Property svn:keywords set to Date Author Rev
File size: 447 bytes
Line 
1<%
2/**
3 * Wizard tab header
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: 359 $
13 * $Author: duh $
14 * $Date: 2010-04-20 12:42:20 +0000 (di, 20 apr 2010) $
15 */
16%>
17<div class="tabs">
18  <g:each status="i" var="item" in="${pages}"><div class="element<g:if test="${(i == (page-1))}"> active</g:if>">${i+1}. ${item.title}</div></g:each>
19</div>
Note: See TracBrowser for help on using the repository browser.