Last change
on this file since 1678 was
1608,
checked in by robert@…, 11 years ago
|
Fixed bug with hibernate and transactional services in the simple wizard
|
File size:
821 bytes
|
Line | |
---|
1 | <html> |
---|
2 | <head> |
---|
3 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
---|
4 | <meta name="layout" content="main" /> |
---|
5 | <title>Simple study wizard</title> |
---|
6 | |
---|
7 | <g:render template="javascripts" /> |
---|
8 | </head> |
---|
9 | <body> |
---|
10 | <div class="simpleWizard"> |
---|
11 | <h1>Saved</h1> |
---|
12 | |
---|
13 | <g:if test="${flash.error}"> |
---|
14 | <div class="errormessage"> |
---|
15 | ${flash.error.toString().encodeAsHTML()} |
---|
16 | </div> |
---|
17 | </g:if> |
---|
18 | <g:if test="${flash.message}"> |
---|
19 | <div class="message"> |
---|
20 | ${flash.message.toString().encodeAsHTML()} |
---|
21 | </div> |
---|
22 | </g:if> |
---|
23 | |
---|
24 | <g:form class="simpleWizard" name="saved" action="simpleWizard"> |
---|
25 | <input type="hidden" name="_eventId" value="refresh" /> |
---|
26 | |
---|
27 | <p class="options"> |
---|
28 | <a href="#" onClick="submitForm( 'saved', 'previous' ); return false;" class="previous">Previous</a> |
---|
29 | </p> |
---|
30 | |
---|
31 | </g:form> |
---|
32 | </div> |
---|
33 | </body> |
---|
34 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.