Last change
on this file since 1608 was
1608,
checked in by robert@…, 10 years ago
|
Fixed bug with hibernate and transactional services in the simple wizard
|
File size:
836 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="${error}"> |
---|
14 | <div class="errormessage"> |
---|
15 | ${error.toString().encodeAsHTML()} |
---|
16 | </div> |
---|
17 | </g:if> |
---|
18 | <g:if test="${message}"> |
---|
19 | <div class="message"> |
---|
20 | ${message.toString().encodeAsHTML()} |
---|
21 | </div> |
---|
22 | </g:if> |
---|
23 | |
---|
24 | <p class="options"> |
---|
25 | <g:link class="view" controller="study" action="show" id="${study.id}">View study</g:link> |
---|
26 | <g:link class="edit" controller="simpleWizard" action="index" id="${study.id}">Edit study</g:link> |
---|
27 | <g:link class="restart" controller="simpleWizard" action="study">Add another study</g:link> |
---|
28 | </p> |
---|
29 | </div> |
---|
30 | </body> |
---|
31 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.