Changeset 4240 for WAeUP_SRP/trunk/skins/waeup_student
- Timestamp:
- 10 Jun 2009, 07:15:44 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/apply_admission.py
r4121 r4240 36 36 configuration = [] 37 37 headings = {} 38 headings['pume'] = 'Apply for Post UME Screening Test (200 8/2009)! '39 headings['pde'] = 'Apply for Post UDE Screening Test (200 8/2009)! '38 headings['pume'] = 'Apply for Post UME Screening Test (2009/2010)! ' 39 headings['pde'] = 'Apply for Post UDE Screening Test (2009/2010)! ' 40 40 headings['prence'] = 'Apply for Pre-NCE Programme (2007/2008)! ' 41 41 headings['pce'] = 'Apply for PCE Screening (2007/2008)! ' 42 42 headings['cest'] = 'Apply for Part-Time Degree or Diploma Programmes (2008/2009)! ' 43 #headings['cest'] = 'Apply for Certificate in Early Child Health (2008/2009)! ' 43 headings['pt'] = 'Apply for Part-Time Degree (2009/2010)! ' 44 headings['dp'] = 'Apply for Diploma Programmes (2009/2010)! ' 45 headings['ct'] = 'Apply for Certificate Programmes (2009/2010)! ' 44 46 headings['sandwich'] = 'Apply for Part Time Degree in Education (2008/2009)! ' 45 #headings['pt'] = 'Apply for Local/Part-Time Programmes (2007/2008)'46 47 47 configuration += ('heading',headings), 48 48 49 headings_slip = {} 49 headings_slip['pume'] = 'Post UME Screening (200 8/2009) Aknowledgement Slip!'50 headings_slip['pde'] = 'Post UDE Screening (200 8/2009) Aknowledgement Slip'50 headings_slip['pume'] = 'Post UME Screening (2009/2010) Aknowledgement Slip!' 51 headings_slip['pde'] = 'Post UDE Screening (2009/2010) Aknowledgement Slip' 51 52 headings_slip['prence'] = 'Pre-NCE Application (2007/2008) Aknowledgement Slip' 52 53 headings_slip['pce'] = 'PCE Screening (2007/2008) Aknowledgement Slip' 53 #headings_slip['cest'] = 'Common Entrance Screening (2007/2008) Aknowledgement Slip'54 54 headings_slip['cest'] = 'CEST Application (2008/2009) Aknowledgement Slip' 55 headings_slip['pt'] = 'CEST Application (2009/2010) Aknowledgement Slip' 56 headings_slip['dp'] = 'CEST Application (2009/2010) Aknowledgement Slip' 57 headings_slip['ct'] = 'CEST Application (2009/2010) Aknowledgement Slip' 55 58 headings_slip['sandwich'] = 'Application for Part Time Degree in Education (2008/2009) Aknowledgement Slip' 56 #headings_slip['pt'] = 'Part Time (2007/2008) Aknowledgement Slip'57 59 configuration += ('heading_slip',headings_slip), 58 60 … … 68 70 deaddates['cest'] = DateTime.DateTime(pprops.date3) 69 71 deaddates['sandwich'] = DateTime.DateTime(pprops.date4) 70 #deaddates['pt'] = DateTime.DateTime('2007/12/24 23:59') 72 deaddates['pt'] = DateTime.DateTime(pprops.date5) 73 deaddates['dp'] = DateTime.DateTime(pprops.date5) 74 deaddates['ct'] = DateTime.DateTime(pprops.date3) 71 75 configuration += ('deaddate',deaddates), 72 76 … … 81 85 confirm['prence'] = "I confirm that the Passport Photograph uploaded on this form is a true picture of me." 82 86 confirm['pce'] = "I confirm that the Passport Photograph uploaded on this form is a true picture of me." 83 #confirm['cest'] = "I confirm that the Passport Photograph uploaded on this form is a true picture of me." 84 confirm['cest'] = """I hereby acknowledge by ticking this check box that if it is discovered 85 at any time, that I do not possess any of the qualifications, which I have obtained, I will be 86 expelled from the University and shall not be readmitted for the same or any other programme, 87 even if I have upgraded my previous qualification or posses additional qualifications.""" 88 confirm['sandwich'] = """I hereby acknowledge by ticking this check box that if it is discovered 87 confirm['cest'] = confirm['sandwich'] = confirm['pt'] = confirm['dp'] = confirm['ct'] = """I hereby acknowledge 88 by ticking this check box that if it is discovered 89 89 at any time, that I do not possess any of the qualifications, which I have obtained, I will be 90 90 expelled from the University and shall not be readmitted for the same or any other programme,
Note: See TracChangeset for help on using the changeset viewer.