Changeset 5186 for WAeUP_SRP/trunk/skins
- Timestamp:
- 10 May 2010, 16:12:04 (15 years ago)
- Location:
- WAeUP_SRP/trunk/skins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/apply_admission.py
r5165 r5186 41 41 headings['pce'] = 'Apply for PCE Screening (2009/2010)! ' 42 42 headings['sandwich2008'] = 'Apply for Part Time Degree in Education (2008/2009)! ' 43 headings['cest'] = 'Apply for Part-Time Degree or DiplomaProgrammes (2009/2010)! '44 headings['pt'] = 'Apply for Part-Time Degree (2009/2010)! '43 headings['cest'] = 'Apply for Part-Time Degree Programmes (2009/2010)! ' 44 headings['pt'] = 'Apply for Part-Time Degree Programmes (2009/2010)! ' 45 45 headings['dp'] = 'Apply for Diploma Programmes (2009/2010)! ' 46 46 headings['ct'] = 'Apply for Certificate Programmes (2009/2010)! ' … … 126 126 if traverse_subpath and traverse_subpath[0] in screening_types: 127 127 screening_type = traverse_subpath[0] 128 without_reg_no = screening_type in ('prence','cest','sandwich','sandwich2008' )128 without_reg_no = screening_type in ('prence','cest','sandwich','sandwich2008','dp','pt','ct') 129 129 info['expired'] = current.greaterThan(deaddates[screening_type]) 130 130 info['expiration_date'] = deaddates[screening_type] … … 272 272 if submitted: 273 273 mode = "view" 274 logger.info('%s/%s viewsapplication record' % (member,reg_no))274 logger.info('%s/%s is viewing application record' % (member,reg_no)) 275 275 else: 276 276 mode = "edit" 277 logger.info('%s/%s editsapplication record' % (member,reg_no))277 logger.info('%s/%s started editing application record' % (member,reg_no)) 278 278 psm = "" 279 279 if without_reg_no: -
WAeUP_SRP/trunk/skins/waeup_uniben/apply_admission_slip.pt
r5174 r5186 40 40 NOTICE: 41 41 <br /><br /> 42 SCREENING TESTS TAKE PLACE FOR PART TIME (UNDERGRADUATE) CANDIDATES ON SATURDAY, JUNE 5TH, 2010.42 SCREENING TESTS TAKE PLACE FOR PART TIME (UNDERGRADUATE) CANDIDATES ON SATURDAY, JUNE 12TH, 2010. 43 43 PLEASE REPORT TO THE VENUE OF SCREENING BY 7:30 AM. 44 44 </span> 45 45 <span tal:condition="python: screening_test"> 46 46 <br /><br /> 47 PLEASE REPRINT YOUR ACKNOWLEDGEMENT SLIP TO GET SCREENING VENUE AS FROM TUESDAY, JUNE 1ST, 2010.47 PLEASE REPRINT YOUR ACKNOWLEDGEMENT SLIP TO GET SCREENING VENUE AS FROM TUESDAY, JUNE 8TH, 2010. 48 48 </span> 49 49 <span tal:condition="python: screening_test">
Note: See TracChangeset for help on using the changeset viewer.