source: trunk/grails-app/views/query/mainPage.gsp @ 314

Last change on this file since 314 was 314, checked in by jahn, 13 years ago

Empty shell for Query workflow.

  • Property svn:keywords set to Date Rev Author
File size: 655 bytes
Line 
1<html>
2    <head>
3      <title>Generic Study Capture Framework - Query studies</title>
4      <meta name="layout" content="main" />
5      <script type="text/javascript">
6        $(function() {
7                $("#tabs").tabs();
8        });
9      </script>
10    </head>
11    <body>
12
13aaaaaaa
14
15
16
17<div id="wizard" class="wizard">
18        <h1>Create a new study</h1>
19        <g:form action="pages" name="wizardForm" id="wizardForm">
20        <g:hiddenField name="do" value="" />
21                <div id="wizardPage">
22                        <wizard:ajaxFlowRedirect form="form#wizardForm" name="next" url="[controller:'query',action:'pages']" update="[success:'wizardPage',failure:'wizardError']" />
23                </div>
24        </g:form>
25</div>
26
27
28
29
30  </body>
31</html>
Note: See TracBrowser for help on using the repository browser.