Changeset 667 for WAeUP_SRP/trunk/skins
- Timestamp:
- 12 Oct 2006, 12:29:48 (18 years ago)
- 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 2 2 # $Id: apply_admission.py 543 2006-09-24 07:44:32Z henrik $ 3 3 """ … … 5 5 """ 6 6 7 if datastructure is not None: 8 bed = datastructure.get('bed') 7 9 hall,block,room,letter = bed.split('_') 8 10 res = context.portal_catalog(portal_type="AccoHall",id=hall) -
WAeUP_SRP/trunk/skins/waeup_student/accommodation_slip.pt
r658 r667 8 8 <br /> 9 9 <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="" 10 15 tal:content="structure python: info['acco_doc'].render(proxy=info['acco_doc'], 11 16 layout_mode='view_slip',
Note: See TracChangeset for help on using the changeset viewer.