- Timestamp:
- 2 Sep 2010, 05:43:12 (14 years ago)
- Location:
- WAeUP_SRP/trunk
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/profiles/default/layouts.xml
r5258 r5510 60 60 <object name="application_pume2" meta_type="CPS Layout"/> 61 61 <object name="application_pde" meta_type="CPS Layout"/> 62 <object name="application_pde2" meta_type="CPS Layout"/> 62 63 <object name="application_prence" meta_type="CPS Layout"/> 63 64 <object name="application_pce" meta_type="CPS Layout"/> -
WAeUP_SRP/trunk/profiles/default/vocabularies/screening_types.xml
r5258 r5510 9 9 <item key="pume2" msgid="">PUME 2nd Choice</item> 10 10 <item key="pde" msgid="">PUDE</item> 11 <item key="pde2" msgid="">PUDE 2nd Choice</item> 11 12 <item key="cest" msgid="">CEST</item> 12 13 <item key="dp" msgid="">Diploma</item> -
WAeUP_SRP/trunk/skins/waeup_student/apply_admission.py
r5258 r5510 39 39 headings['pume2'] = 'Apply for Post UME Screening Test 2010/2011 (Uniben as 2nd choice)!' 40 40 headings['pde'] = 'Apply for Post UDE Screening Test (2010/2011)! ' 41 headings['pde2'] = 'Apply for Post UDE Screening Test 2010/2011 (Uniben as 2nd choice)!' 41 42 headings['prence'] = 'Apply for Pre-NCE Programme (2007/2008)! ' 42 43 headings['pce'] = 'Apply for PCE Screening (2009/2010)! ' … … 53 54 headings_slip['pume2'] = 'Post UME Screening (2010/2011) Acknowledgement Slip (Uniben 2nd choice)!' 54 55 headings_slip['pde'] = 'Post UDE Screening (2010/2011) Acknowledgement Slip' 56 headings_slip['pde2'] = 'Post PUDE Screening (2010/2011) Acknowledgement Slip (Uniben 2nd choice)!' 55 57 headings_slip['prence'] = 'Pre-NCE Application (2007/2008) Acknowledgement Slip' 56 58 headings_slip['pce'] = 'PCE Screening (2009/2010) Acknowledgement Slip' … … 71 73 deaddates['pume2'] = DateTime.DateTime(pprops.date1) 72 74 deaddates['pde'] = DateTime.DateTime(pprops.date2) 75 deaddates['pde2'] = DateTime.DateTime(pprops.date2) 73 76 deaddates['prence'] = DateTime.DateTime(pprops.date1) 74 77 deaddates['pce'] = DateTime.DateTime(pprops.date5) … … 90 93 confirm['pume2'] = "I confirm that the Passport Photograph uploaded on this form is a true picture of me." 91 94 confirm['pde'] = "I confirm that the Passport Photograph uploaded on this form is a true picture of me." 95 confirm['pde2'] = "I confirm that the Passport Photograph uploaded on this form is a true picture of me." 92 96 confirm['prence'] = "I confirm that the Passport Photograph uploaded on this form is a true picture of me." 93 97 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.