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:
1.3 KB
|
Line | |
---|
1 | <%@ page import="org.dbnp.gdt.GdtService" %> |
---|
2 | <html> |
---|
3 | <head> |
---|
4 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> |
---|
5 | <meta name="layout" content="main"/> |
---|
6 | <title>Simple study wizard</title> |
---|
7 | |
---|
8 | <g:render template="javascripts" /> |
---|
9 | |
---|
10 | </head> |
---|
11 | <body> |
---|
12 | <div class="simpleWizard"> |
---|
13 | <h1>Complex study</h1> |
---|
14 | |
---|
15 | <span class="info"> |
---|
16 | <span class="title">Complex study</span> |
---|
17 | The study you are editing has a complex structure. |
---|
18 | <g:if test="${message}"> |
---|
19 | ${message.toString().encodeAsHTML()} |
---|
20 | </g:if> |
---|
21 | This wizard cannot handle that complexity. You can not edit the samples using this wizard. |
---|
22 | <br /> |
---|
23 | You can edit the study properties using the <g:link controller="studyWizard" action="index" id="${study.id}" params="['jump': 'edit']">normal wizard</g:link>. |
---|
24 | <br /> |
---|
25 | <b>N.B.</b> If you have edited the study information before, you should save your changed first, using the save button below. |
---|
26 | </span> |
---|
27 | |
---|
28 | <g:form class="simpleWizard" name="existingSamples" action="simpleWizard"> |
---|
29 | <input type="hidden" name="_eventId" value="refresh" /> |
---|
30 | </g:form> |
---|
31 | |
---|
32 | <p class="options"> |
---|
33 | <a href="#" onClick="submitForm( 'existingSamples', 'previous' ); return false;" class="previous">Previous</a> |
---|
34 | <a href="#" onClick="submitForm( 'existingSamples', 'save' ); return false;" class="save">Save</a> |
---|
35 | </p> |
---|
36 | </div> |
---|
37 | </body> |
---|
38 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.