Changeset 667 for WAeUP_SRP/trunk/skins


Ignore:
Timestamp:
12 Oct 2006, 12:29:48 (18 years ago)
Author:
joachim
Message:

added layout_application_view_info to display selected Info for a student used in accommodation_slip

Location:
WAeUP_SRP/trunk/skins
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_accommodation/formatBed.py

    r654 r667  
    1 ##parameters=bed
     1##parameters=bed=None,mode=None,datastructure=None
    22# $Id: apply_admission.py 543 2006-09-24 07:44:32Z henrik $
    33"""
     
    55"""
    66
     7if datastructure is not None:
     8    bed = datastructure.get('bed')
    79hall,block,room,letter = bed.split('_')
    810res = context.portal_catalog(portal_type="AccoHall",id=hall)
  • WAeUP_SRP/trunk/skins/waeup_student/accommodation_slip.pt

    r658 r667  
    88      <br />
    99      <span tal:omit-tag=""
     10            tal:content="structure python: info['app_doc'].render(proxy=info['app_doc'],
     11            layout_mode='view_info',
     12            layout_id='student_application_fe')"
     13            />
     14      <span tal:omit-tag=""
    1015            tal:content="structure python: info['acco_doc'].render(proxy=info['acco_doc'],
    1116            layout_mode='view_slip',
Note: See TracChangeset for help on using the changeset viewer.