Changeset 3116 for WAeUP_SRP/base/skins/waeup_student
- Timestamp:
- 6 Feb 2008, 15:10:41 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_student/accommodation_slip.pt
r3112 r3116 12 12 13 13 <table width="" cellpadding="2" cellspacing="0" summary="Form layout"> 14 15 <tr tal:condition="python: 'passport' in info_acco['student'].application.getContent().objectIds()"> 16 <td colspan="2"><img tal:attributes="src string:${here/portal_url}/campus/students/${info_acco/id}/application/passport"/> 14 <tr tal:condition="python: here.waeup_tool.picturesExist(('passport',),info_acco['student_id'])"> 15 <td colspan="2"><img tal:attributes="src string:${here/portal_url}/viewimage/${info_acco/student_id}/passport_${info_acco/student_id}.jpg"/> 17 16 </td> 18 17 </tr>
Note: See TracChangeset for help on using the changeset viewer.