Changeset 7215 for main/waeup.sirp/trunk/src/waeup/sirp/browser/templates
- Timestamp:
- 26 Nov 2011, 18:07:42 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/showstudentspage.pt
r7205 r7215 7 7 <tr> 8 8 <th>Student Id</th><th>Fullname</th> 9 <th>Status</th> 10 <th>Certificate</th> 11 <th>Current Session</th> 12 <th>Current Level</th> 9 13 </tr> 10 14 </thead> … … 14 18 <span tal:content="item/student_id">A123456</span></a> 15 19 </td> 16 <td tal:content="item/fullname">Bob</td> 20 <td tal:content="item/fullname">FULLNAME</td> 21 <td tal:content="item/state">STATE</td> 22 <td> 23 <a tal:attributes="href python: view.url(item.certificate)" 24 tal:content="item/certificate/code"> 25 CERTIFICATE 26 </a> 27 </td> 28 <td tal:content="item/current_session">SESSION</td> 29 <td tal:content="item/current_level">LEVEL</td> 17 30 </tr> 18 31 </tbody>
Note: See TracChangeset for help on using the changeset viewer.