Last change
on this file since 1430 was
1430,
checked in by work@…, 13 years ago
|
|
-
Property svn:keywords set to
Rev Author Date
|
File size:
822 bytes
|
Rev | Line | |
---|
[315] | 1 | <% |
---|
| 2 | /** |
---|
| 3 | * Wizard navigational buttons |
---|
| 4 | * |
---|
| 5 | * @author Jeroen Wesbeek |
---|
| 6 | * @since 20100113 |
---|
| 7 | * @package wizard |
---|
| 8 | * @see dbnp.studycapturing.WizardController |
---|
| 9 | * |
---|
| 10 | * Revision information: |
---|
[359] | 11 | * $Rev: 1430 $ |
---|
| 12 | * $Author: work@osx.eu $ |
---|
| 13 | * $Date: 2011-01-21 20:05:36 +0000 (vr, 21 jan 2011) $ |
---|
[315] | 14 | */ |
---|
| 15 | %> |
---|
| 16 | <div class="navigation"> |
---|
| 17 | <g:if test="${page>1 && page<pages.size}"><wizard:ajaxButton name="previous" value="« prev" url="[controller:'query',action:'pages']" update="[success:'wizardPage',failure:'wizardError']" afterSuccess="onWizardPage()" class="prevnext" /></g:if> |
---|
| 18 | <g:if test="${page>1 && page<pages.size}"> | </g:if> |
---|
| 19 | <g:if test="${page<pages.size}"><wizard:ajaxButton name="next" value="next »" url="[controller:'query',action:'pages']" update="[success:'wizardPage',failure:'wizardError']" afterSuccess="onWizardPage()" class="prevnext" /></g:if> |
---|
| 20 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.