Changeset 212 for trunk/grails-app/views/study/list_extended.gsp
- Timestamp:
- Feb 25, 2010, 3:06:16 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/study/list_extended.gsp
r210 r212 113 113 <g:each in="${stud.template.subjectFields}" var="g"> 114 114 <td> 115 <% if (g.type==dbnp.studycapturing.TemplateFieldType.INTEGER){ %> 116 <% print s.templateIntegerFields.get(g.toString()) %> 117 <% } %> 118 <% if (g.type==dbnp.studycapturing.TemplateFieldType.STRINGLIST){ %> 119 <% print s.templateStringFields.get(g.toString()) %> 120 <% } %> 121 115 <% print s.getFieldValue(g.toString()) %> 122 116 </td> 123 117 </g:each>
Note: See TracChangeset
for help on using the changeset viewer.