Last change
on this file since 262 was
262,
checked in by duh, 12 years ago
|
- some bug fixes, improvements and comments
|
-
Property svn:keywords set to
Author Rev Date
|
File size:
485 bytes
|
Line | |
---|
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: |
---|
12 | * $Rev: 262 $ |
---|
13 | * $Author: duh $ |
---|
14 | * $Date: 2010-03-12 16:42:19 +0000 (vr, 12 mrt 2010) $ |
---|
15 | */ |
---|
16 | %> |
---|
17 | <wizard:pageContent> |
---|
18 | You are done! |
---|
19 | |
---|
20 | <span class="info"> |
---|
21 | <span class="todo">TODO</span> |
---|
22 | <ul> |
---|
23 | <li>persist the data to the database :) nothing is currently being saved...</li> |
---|
24 | </ul> |
---|
25 | </span> |
---|
26 | </wizard:pageContent> |
---|
Note: See
TracBrowser
for help on using the repository browser.