- Timestamp:
- 29 Nov 2008, 17:00:40 (16 years ago)
- Location:
- WAeUP_SRP/trunk
- Files:
-
- 2 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_ois/getPaymentsFolderInfo.py
r3790 r3791 64 64 65 65 # begin customization 66 info['payment_method'] = " online_payment"66 info['payment_method'] = "" 67 67 info['prod_id'] = '00' 68 68 info['gown'] = False -
WAeUP_SRP/trunk/skins/waeup_student/apply_admission.py
r3533 r3791 35 35 configuration = [] 36 36 headings = {} 37 headings['pume'] = 'Apply for Post UME Screening Test (200 7/2008)! '38 headings['pde'] = 'Apply for Post UDE Screening Test (200 7/2008)! '39 headings['prence'] = 'Apply for Pre-NCE Programme (200 8/2009)! '37 headings['pume'] = 'Apply for Post UME Screening Test (2008/2009)! ' 38 headings['pde'] = 'Apply for Post UDE Screening Test (2008/2009)! ' 39 headings['prence'] = 'Apply for Pre-NCE Programme (2007/2008)! ' 40 40 headings['pce'] = 'Apply for PCE Screening (2007/2008)! ' 41 #headings['cest'] = 'Apply for Part-Time Degree and Diploma Programmes (2007/2008)! '42 headings['cest'] = 'Apply for Diploma Programmes (2007/2008)! '41 headings['cest'] = 'Apply for Part-Time Degree Programmes (2008/2009)! ' 42 #headings['cest'] = 'Apply for Certificate in Early Child Health (2008/2009)! ' 43 43 headings['sandwich'] = 'Apply for Part Time Degree in Education (2007/2008)! ' 44 44 #headings['pt'] = 'Apply for Local/Part-Time Programmes (2007/2008)' … … 46 46 configuration += ('heading',headings), 47 47 headings_slip = {} 48 headings_slip['pume'] = 'Post UME Screening (200 7/2008) Aknowledgement Slip!'49 headings_slip['pde'] = 'Post UDE Screening (200 7/2008) Aknowledgement Slip'50 headings_slip['prence'] = 'Pre-NCE Application (200 8/2009) Aknowledgement Slip'48 headings_slip['pume'] = 'Post UME Screening (2008/2009) Aknowledgement Slip!' 49 headings_slip['pde'] = 'Post UDE Screening (2008/2009) Aknowledgement Slip' 50 headings_slip['prence'] = 'Pre-NCE Application (2007/2008) Aknowledgement Slip' 51 51 headings_slip['pce'] = 'PCE Screening (2007/2008) Aknowledgement Slip' 52 headings_slip['cest'] = 'Common Entrance Screening (2007/2008) Aknowledgement Slip' 52 #headings_slip['cest'] = 'Common Entrance Screening (2007/2008) Aknowledgement Slip' 53 headings_slip['cest'] = 'CEST Application (2008/2009) Aknowledgement Slip' 53 54 headings_slip['sandwich'] = 'Application for Part Time Degree in Education (2007/2008) Aknowledgement Slip' 54 55 #headings_slip['pt'] = 'Part Time (2007/2008) Aknowledgement Slip' … … 56 57 57 58 deaddates = {} 58 deaddates['pume'] = DateTime.DateTime('200 7/08/12 23:59')59 deaddates['pde'] = DateTime.DateTime('200 7/11/0423:59')60 deaddates['prence'] = DateTime.DateTime('200 8/09/3023:59')59 deaddates['pume'] = DateTime.DateTime('2008/08/19 07:00') 60 deaddates['pde'] = DateTime.DateTime('2008/10/02 23:59') 61 deaddates['prence'] = DateTime.DateTime('2007/12/4 23:59') 61 62 deaddates['pce'] = DateTime.DateTime('2007/08/12 23:59') 62 deaddates['cest'] = DateTime.DateTime('200 8/02/1523:59')63 deaddates['sandwich'] = DateTime.DateTime('2008/0 6/3023:59')63 deaddates['cest'] = DateTime.DateTime('2009/01/09 23:59') 64 deaddates['sandwich'] = DateTime.DateTime('2008/09/12 23:59') 64 65 #deaddates['pt'] = DateTime.DateTime('2007/12/24 23:59') 65 66 configuration += ('deaddate',deaddates), … … 314 315 info = info, 315 316 ) 316
Note: See TracChangeset for help on using the changeset viewer.