Changeset 5233
- Timestamp:
- 24 Jun 2010, 21:02:14 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_fceokene/apply_admission.py
r4693 r5233 36 36 configuration = [] 37 37 headings = {} 38 headings['pume'] = 'Apply for Post UME Screening Test (2008/2009)! ' 39 headings['pde'] = 'Apply for Post UDE Screening Test (2008/2009)! ' 40 headings['prence'] = 'Apply for Pre-NCE Programme (2009/2010)! ' 41 headings['pce'] = 'Apply for PCE Screening Test (2009/2010)! ' 38 headings['prence'] = 'Apply for Pre-NCE Programme (2010/2011)! ' 39 headings['pce'] = 'Apply for PCE Screening Test (2010/2011)! ' 42 40 headings['cest'] = 'Apply for Diploma Programme (2009/2010)! ' 43 #headings['cest'] = 'Apply for Certificate in Early Child Health (2008/2009)! ' 44 headings['sandwich'] = 'Apply for Sandwich Programme (2009/2010)! ' 45 #headings['pt'] = 'Apply for Local/Part-Time Programmes (2007/2008)' 41 headings['sandwich'] = 'Apply for Sandwich Programme (2010/2011)! ' 46 42 47 43 configuration += ('heading',headings), 48 44 headings_slip = {} 49 headings_slip['pume'] = 'Post UME Screening (2008/2009) Acknowledgement Slip!' 50 headings_slip['pde'] = 'Post UDE Screening (2008/2009) Acknowledgement Slip' 51 headings_slip['prence'] = 'Pre-NCE Application (2009/20010) Acknowledgement Slip' 52 headings_slip['pce'] = 'PCE Screening (2009/2010) Acknowledgement Slip' 53 #headings_slip['cest'] = 'Common Entrance Screening (2007/2008) Acknowledgement Slip' 45 headings_slip['prence'] = 'Pre-NCE Application (2010/2011) Acknowledgement Slip' 46 headings_slip['pce'] = 'PCE Screening (2010/2011) Acknowledgement Slip' 54 47 headings_slip['cest'] = 'Application for Diploma Programme (2009/2010) Acknowledgement Slip' 55 headings_slip['sandwich'] = 'Application for Sandwich Programme (2009/2010) Acknowledgement Slip' 56 #headings_slip['pt'] = 'Part Time (2007/2008) Acknowledgement Slip' 48 headings_slip['sandwich'] = 'Application for Sandwich Programme (2010/2011) Acknowledgement Slip' 57 49 configuration += ('heading_slip',headings_slip), 58 50 … … 60 52 61 53 #config_params = context.getConfigParams() 62 #deaddates['pume'] = config_params['dead_pume'] 63 64 deaddates['pume'] = DateTime.DateTime(pprops.date1) 65 deaddates['pde'] = DateTime.DateTime(pprops.date2) 54 66 55 deaddates['prence'] = DateTime.DateTime(pprops.date1) 67 56 deaddates['pce'] = DateTime.DateTime(pprops.date5) 68 57 deaddates['cest'] = DateTime.DateTime(pprops.date3) 69 58 deaddates['sandwich'] = DateTime.DateTime(pprops.date4) 70 #deaddates['pt'] = DateTime.DateTime('2007/12/24 23:59')71 59 configuration += ('deaddate',deaddates), 72 60 … … 77 65 78 66 confirm = {} 79 confirm['pume'] = "I confirm that the Passport Photograph uploaded on this form is a true picture of me."80 confirm['pde'] = "I confirm that the Passport Photograph uploaded on this form is a true picture of me."81 67 confirm['prence'] = "I confirm that the Passport Photograph uploaded on this form is a true picture of me." 82 68 confirm['pce'] = "I confirm that the Passport Photograph uploaded on this form is a true picture of me."
Note: See TracChangeset for help on using the changeset viewer.