Changeset 7216 for main/waeup.sirp
- Timestamp:
- 26 Nov 2011, 18:17:47 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/showstudentspage.pt
r7215 r7216 15 15 <tbody> 16 16 <tr tal:repeat="item view/getStudents"> 17 <td> <a tal:attributes="href item/url"> 17 <td> <a tal:attributes="href item/url" 18 target="_blank"> 18 19 <span tal:content="item/student_id">A123456</span></a> 19 20 </td>
Note: See TracChangeset for help on using the changeset viewer.