Ignore:
Timestamp:
6 Jan 2007, 09:23:49 (18 years ago)
Author:
Henrik Bettermann
Message:

passport picture added to accommodation_slip

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/accommodation_slip.pt

    r1210 r1211  
    1010      <h3>Hostel Allocation Slip (and Maintenance Receipt)</h3>
    1111      <br />
     12       
     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"/>
     17          </td>
     18        </tr>   
    1219     
    13       <table width="" cellpadding="2" cellspacing="0" summary="Form layout">
    1420        <tr>
    1521          <td width="180px">Student ID:</td>
     
    4854          <td><span tal:content="info_app/app_doc/app_mobile" /></td>
    4955        </tr>         
    50                           
     56                         
    5157      </table>
    5258     
Note: See TracChangeset for help on using the changeset viewer.