- Timestamp:
- 22 Mar 2012, 20:58:25 (13 years ago)
- Location:
- WAeUP_SRP/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/Widgets.py
r5577 r7961 856 856 else: 857 857 screening_type = 'all' 858 if screening_type in ("all","sandwich","sandwich2008","pg "):858 if screening_type in ("all","sandwich","sandwich2008","pg_ft","pg_pt"): 859 859 application_category = screening_type 860 860 elif screening_type in ("cest","dp","ct","pt"): -
WAeUP_SRP/trunk/profiles/default/vocabularies/screening_types.xml
r7960 r7961 18 18 <item key="prence" msgid="">Pre-NCE</item> 19 19 <item key="sandwich" msgid="">Sandwich</item> 20 <item key="pg " msgid="">Postgraduate</item>21 20 <item key="pg_ft" msgid="">Postgraduate Full-Time</item> 21 <item key="pg_pt" msgid="">Postgraduate Part-Time</item> 22 22 </object> -
WAeUP_SRP/trunk/skins/waeup_student/apply_admission.py
r5511 r7961 48 48 headings['ct'] = 'Apply for Certificate Programmes (2009/2010)! ' 49 49 headings['sandwich'] = 'Apply for Part Time Degree in Education (2009/2010)! ' 50 headings['pg_pt'] = 'Apply for Postgraduate Programmes Part-Time (2011/2012)! ' 51 headings['pg_ft'] = 'Apply for Postgraduate Programmes Full-Time (2011/2012)! ' 50 52 configuration += ('heading',headings), 51 53 … … 63 65 headings_slip['ct'] = 'Certificate Programme Application (2009/2010) Acknowledgement Slip' 64 66 headings_slip['sandwich'] = 'Application for Part Time Degree in Education (2009/2010) Acknowledgement Slip' 67 headings_slip['pg_ft'] = 'Application for Postgraduate Programmes Full-Time (2011/2012) Acknowledgement Slip! ' 68 headings_slip['pg_pt'] = 'Application for Postgraduate Programmes Part-Time (2011/2012) Acknowledgement Slip! ' 65 69 configuration += ('heading_slip',headings_slip), 66 70 … … 82 86 deaddates['dp'] = DateTime.DateTime(pprops.date5) 83 87 deaddates['ct'] = DateTime.DateTime(pprops.date5) 88 deaddates['pg_ft'] = DateTime.DateTime(pprops.date5) 89 deaddates['pg_pt'] = DateTime.DateTime(pprops.date5) 84 90 configuration += ('deaddate',deaddates), 85 91 … … 96 102 confirm['prence'] = "I confirm that the Passport Photograph uploaded on this form is a true picture of me." 97 103 confirm['pce'] = "I confirm that the Passport Photograph uploaded on this form is a true picture of me." 98 confirm['cest'] = confirm['sandwich'] = confirm['pt'] = confirm['dp'] = confirm['ct'] = confirm['sandwich2008'] = """I hereby acknowledge104 confirm['cest'] = confirm['sandwich'] = confirm['pt'] = confirm['dp'] = confirm['ct'] = confirm['sandwich2008'] = confirm['pg_ft']= confirm['pg_pt'] = """I hereby acknowledge 99 105 by ticking this check box that if it is discovered 100 106 at any time, that I do not possess any of the qualifications, which I have obtained, I will be
Note: See TracChangeset for help on using the changeset viewer.