Changeset 4240
- Timestamp:
- 10 Jun 2009, 07:15:44 (16 years ago)
- Location:
- WAeUP_SRP/trunk
- Files:
-
- 3 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/profiles/default/layouts.xml
r3988 r4240 63 63 <object name="application_cest" meta_type="CPS Layout"/> 64 64 <object name="application_cest_2" meta_type="CPS Layout"/> 65 <object name="application_pt" meta_type="CPS Layout"/> 66 <object name="application_dp" meta_type="CPS Layout"/> 67 <object name="application_ct" meta_type="CPS Layout"/> 65 68 <object name="application_sandwich" meta_type="CPS Layout"/> 66 69 <object name="application_manage" meta_type="CPS Layout"/> -
WAeUP_SRP/trunk/profiles/default/vocabularies/application_categories.xml
r3770 r4240 9 9 <item key="" msgid="">--</item> 10 10 <item key="basic" msgid="">PUME, PDE, PCE, PRENCE</item> 11 <item key="cest" msgid="">Common Entrance Screening Test </item>11 <item key="cest" msgid="">Common Entrance Screening Test (deprecated)</item> 12 12 <item key="sandwich" msgid="">Sandwich</item> 13 13 <item key="pg" msgid="">Postgraduate</item> 14 14 <item key="dp" msgid="">Diploma</item> 15 16 15 <item key="pt" msgid="">Part-Time</item> 16 <item key="ct" msgid="">Certificate</item> 17 17 </object> -
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.