Last change
on this file since 1430 was
1430,
checked in by work@…, 10 years ago
|
|
-
Property svn:keywords set to
Rev Author Date
|
File size:
430 bytes
|
Rev | Line | |
---|
[1286] | 1 | <% |
---|
| 2 | /** |
---|
| 3 | * Redirect 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: 1430 $ |
---|
| 13 | * $Author: work@osx.eu $ |
---|
| 14 | * $Date: 2011-01-21 20:05:36 +0000 (vr, 21 jan 2011) $ |
---|
[1286] | 15 | */ |
---|
| 16 | %> |
---|
| 17 | <af:page> |
---|
| 18 | <script type="text/javascript"> |
---|
| 19 | $(document).ready(function() { |
---|
| 20 | window.location = "/${meta(name: 'app.name')}${uri}"; |
---|
| 21 | }); |
---|
| 22 | </script> |
---|
| 23 | |
---|
| 24 | </af:page> |
---|
Note: See
TracBrowser
for help on using the repository browser.