source: trunk/grails-app/views/wizard/pages/_samples.gsp @ 539

Last change on this file since 539 was 539, checked in by duh, 13 years ago
  • dev commit
  • Property svn:keywords set to Date Author Rev
File size: 404 bytes
Line 
1<%
2/**
3 * Samples page
4 *
5 * @author  Jeroen Wesbeek
6 * @since   20100212
7 * @package wizard
8 * @see     dbnp.studycapturing.WizardTagLib::previousNext
9 * @see     dbnp.studycapturing.WizardController
10 *
11 * Revision information:
12 * $Rev: 539 $
13 * $Author: duh $
14 * $Date: 2010-06-08 09:18:27 +0000 (di, 08 jun 2010) $
15 */
16%>
17<wizard:pageContent>
18
19        <span class="info">
20                <span class="title">Samples</span>
21                blah blah blaaa....
22        </span>
23
24       
25
26
27</wizard:pageContent>
Note: See TracBrowser for help on using the repository browser.