- Timestamp:
- Mar 17, 2010, 6:01:43 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 11 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy
r280 r281 80 80 } 81 81 on("next") { 82 82 // NOTE: this action is called by an Ajax 83 // request rendered in the _start 84 // template. So for the end user the 85 // webflow actually starts in the 86 // study logic... 87 // This ajax call is required to make 88 // the ajax flow work correctly 83 89 }.to "study" 84 90 } -
trunk/grails-app/views/layouts/main.gsp
r260 r281 25 25 <div id="footer"> 26 26 Copyright © 2008 - <g:formatDate format="yyyy" date="${new Date()}"/> NMC & NuGO. All rights reserved. 27 ( style: <%=session.style%>, 28 <a href="?showSource=true">show page source</a>)</div> 27 ( style: <%=session.style%> ) 28 </div> 29 <g:render template="/common/feedback"/> 29 30 </div> 30 31 </body> -
trunk/grails-app/views/layouts/nimble.gsp
r247 r281 32 32 <div id="footer"> 33 33 Copyright © 2008 - <g:formatDate format="yyyy" date="${new Date()}"/> NMC & NuGO. All rights reserved. 34 ( style: <%=session.style%>, 35 <a href="?showSource=true">show page source</a>)</div> 34 ( style: <%=session.style%>) 35 </div> 36 <g:render template="/common/feedback"/> 36 37 </div> 37 38 </body>
Note: See TracChangeset
for help on using the changeset viewer.