Changeset 135 for trunk/grails-app/views/study/list.gsp
- Timestamp:
- Jan 26, 2010, 10:09:30 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/study/list.gsp
r91 r135 9 9 </head> 10 10 <body> 11 12 <!--g:form url="[action:' see',controller:'study']"-->13 <g:form action=" show.gsp">11 12 <!--g:form url="[action:'list_extended',controller:'study']"--> 13 <g:form action="list_extended.gsp"> 14 14 15 15 <div class="nav"> … … 23 23 </g:if> 24 24 <div class="list"> 25 25 26 <g:each in="${studyInstanceList}" status="i" var="studyInstance"> 26 27 <br> 27 28 <table> 28 29 <tr class="${(i % 2) == 0 ? 'odd' : 'even'}"> 29 <td><input type="checkbox" name="${studyInstance.id}" id="${studyInstance.id}"></td> 30 <td> 31 <input type="checkbox" name="${studyInstance.title}" id="${studyInstance.title}"></td> 30 32 31 33 <td width=200>
Note: See TracChangeset
for help on using the changeset viewer.