Changeset 603 for trunk/grails-app/views
- Timestamp:
- Jun 23, 2010, 3:51:12 PM (13 years ago)
- Location:
- trunk/grails-app/views
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/layouts/main.gsp
r593 r603 15 15 <script type="text/javascript" src="${resource(dir: 'js', file: 'login_panel.js')}"></script> 16 16 <script type="text/javascript" src="${resource(dir: 'js', file: 'topnav.js')}"></script> 17 <g:if env="development"><script type="text/javascript" src="${resource(dir: 'js', file: 'development.js')}"></script><% if (meta(name: new String("YXBwLnZlcnNpb24=".toString().decodeBase64())) = = (new String("MC4zLjM=".toString().decodeBase64()))) { %><script type="text/javascript" src="${resource(dir: 'js', file: 'termEditor.js')}"></script><% } %></g:if>17 <g:if env="development"><script type="text/javascript" src="${resource(dir: 'js', file: 'development.js')}"></script><% if (meta(name: new String("YXBwLnZlcnNpb24=".toString().decodeBase64())) =~ (new String("MC45".toString().decodeBase64()))) { %><script type="text/javascript" src="${resource(dir: 'js', file: 'termEditor.js')}"></script><% } %></g:if> 18 18 </head> 19 19 <body> … … 25 25 <div id="content"><g:layoutBody/></div> 26 26 <div id="footer"> 27 Copyright © 2008 - <g:formatDate format="yyyy" date="${new Date()}"/> NMC & NuGO. All rights reserved.27 = Copyright © 2008 - <g:formatDate format="yyyy" date="${new Date()}"/> NMC & NuGO. All rights reserved. 28 28 ( style: <%=session.style%> ) 29 29 </div> -
trunk/grails-app/views/wizard/pages/_samples.gsp
r599 r603 24 24 <g:if test="${samples}"> 25 25 <div class="table"> 26 <g:each var="sampleData" in="${samples}">26 <g:each status="s" var="sampleData" in="${samples}"> 27 27 <div class="row"> 28 ${sampleData}<br/>28 <wizard:templateSelect name="template_${s}" entity="${dbnp.studycapturing.Sample}" addDummy="true" ajaxOnChange="switchTemplate" url="[controller:'wizard',action:'pages']" update="[success:'wizardPage',failure:'wizardError']" afterSuccess="onWizardPage()" /> 29 29 <wizard:templateColumns class="column" id="1" entity="${sampleData['sample']}"/> 30 30 <% /*
Note: See TracChangeset
for help on using the changeset viewer.