Last change
on this file since 1640 was
1640,
checked in by work@…, 11 years ago
|
- added simple study support (study page)
|
-
Property svn:keywords set to
Rev Author Date
|
File size:
1021 bytes
|
Rev | Line | |
---|
[1286] | 1 | <% |
---|
| 2 | /** |
---|
| 3 | * Finish 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: |
---|
[1430] | 12 | * $Rev: 1640 $ |
---|
| 13 | * $Author: work@osx.eu $ |
---|
| 14 | * $Date: 2011-03-17 14:16:24 +0000 (do, 17 mrt 2011) $ |
---|
[1286] | 15 | */ |
---|
| 16 | %> |
---|
| 17 | <af:page> |
---|
| 18 | |
---|
| 19 | <span class="info"> |
---|
| 20 | <span class="todo">Done!</span> |
---|
| 21 | <g:if test="${quickSave}"> |
---|
[1393] | 22 | The modifications you have made to this study have been saved. |
---|
[1286] | 23 | </g:if> |
---|
| 24 | <g:else> |
---|
| 25 | The study you just created has been saved. |
---|
| 26 | </g:else> |
---|
| 27 | |
---|
| 28 | You can now <g:link controller="study" action="show" id="${study.id}">view the study</g:link>, |
---|
[1640] | 29 | <g:link controller="studyWizard" params="[jump:((session.jump?.action == 'simpleedit') ? 'simpleedit' : 'edit')]" id="${study.id}">edit the study</g:link> |
---|
[1286] | 30 | <g:if test="${quickSave}"> again</g:if> or |
---|
| 31 | <g:link controller="studyWizard" params="[jump:'create']">create a new study</g:link>. |
---|
| 32 | |
---|
| 33 | </span> |
---|
| 34 | |
---|
| 35 | <script type="text/javascript"> |
---|
| 36 | // disable redirect warning |
---|
| 37 | var warnOnRedirect = false; |
---|
| 38 | </script> |
---|
| 39 | |
---|
| 40 | </af:page> |
---|
Note: See
TracBrowser
for help on using the repository browser.