Changeset 5258 for WAeUP_SRP/trunk/skins/waeup_student
- Timestamp:
- 8 Jul 2010, 14:03:12 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/apply_admission.py
r5255 r5258 31 31 32 32 #manage = "manage" in request.keys() 33 screening_types = ('prence','pume','p ce','pde','cest','sandwich','dp','ct','pt','sandwich2008')33 screening_types = ('prence','pume','pume2','pce','pde','cest','sandwich','dp','ct','pt','sandwich2008') 34 34 if not (traverse_subpath and traverse_subpath[0] in screening_types): 35 35 return request.RESPONSE.redirect("%s/srp_anonymous_view" % context.portal_url()) … … 37 37 headings = {} 38 38 headings['pume'] = 'Apply for Post UME Screening Test (2010/2011)! ' 39 headings['pume2'] = 'Apply for Post UME Screening Test 2010/2011 (Uniben as 2nd choice)!' 39 40 headings['pde'] = 'Apply for Post UDE Screening Test (2010/2011)! ' 40 41 headings['prence'] = 'Apply for Pre-NCE Programme (2007/2008)! ' … … 50 51 headings_slip = {} 51 52 headings_slip['pume'] = 'Post UME Screening (2010/2011) Acknowledgement Slip!' 53 headings_slip['pume2'] = 'Post UME Screening (2010/2011) Acknowledgement Slip (Uniben 2nd choice)!' 52 54 headings_slip['pde'] = 'Post UDE Screening (2010/2011) Acknowledgement Slip' 53 55 headings_slip['prence'] = 'Pre-NCE Application (2007/2008) Acknowledgement Slip' … … 67 69 68 70 deaddates['pume'] = DateTime.DateTime(pprops.date1) 71 deaddates['pume2'] = DateTime.DateTime(pprops.date1) 69 72 deaddates['pde'] = DateTime.DateTime(pprops.date2) 70 73 deaddates['prence'] = DateTime.DateTime(pprops.date1) … … 85 88 confirm = {} 86 89 confirm['pume'] = "I confirm that the Passport Photograph uploaded on this form is a true picture of me." 90 confirm['pume2'] = "I confirm that the Passport Photograph uploaded on this form is a true picture of me." 87 91 confirm['pde'] = "I confirm that the Passport Photograph uploaded on this form is a true picture of me." 88 92 confirm['prence'] = "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.