source: trunk/grails-app/views/wizard/pages/_modify.gsp @ 341

Last change on this file since 341 was 341, checked in by duh, 13 years ago
  • refactored wizard start page so that the big green buttons actually work
  • added a new page to load and modify a study, however this page is not yet functional
  • removed obsolete images
File size: 650 bytes
Line 
1<%
2/**
3 * Load study to modify page
4 *
5 * @author  Jeroen Wesbeek
6 * @since   20100414
7 * @package wizard
8 * @see     dbnp.studycapturing.WizardTagLib::previousNext
9 * @see     dbnp.studycapturing.WizardController
10 *
11 * Revision information:
12 * $Rev$
13 * $Author$
14 * $Date$
15 */
16%>
17<wizard:pageContent>
18
19        <wizard:studyElement name="study" description="Study" error="study" value="">
20                The study you would like to load and modify
21        </wizard:studyElement>
22
23        <span class="info">
24                <span class="todo">TODO</span>
25                <ul>
26                        <li>this feature has not yet been implemented</li>
27                </ul>
28        </span>
29
30        <!-- g:render template="pages/demo" //-->
31
32</wizard:pageContent>
Note: See TracBrowser for help on using the repository browser.