Changeset 3196 for WAeUP_SRP/base
- Timestamp:
- 21 Feb 2008, 20:02:16 (17 years ago)
- Location:
- WAeUP_SRP/base/skins/waeup_student
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_student/apply_admission.py
r3130 r3196 30 30 31 31 manage = "manage" in request.keys() 32 screening_types = ('prence','pume','pce','pde','cest', )32 screening_types = ('prence','pume','pce','pde','cest','sandwich') 33 33 if not (traverse_subpath and traverse_subpath[0] in screening_types) and not manage: 34 34 return request.RESPONSE.redirect("%s/srp_anonymous_view" % context.portal_url()) … … 41 41 #headings['cest'] = 'Apply for Part-Time Degree and Diploma Programmes (2007/2008)! ' 42 42 headings['cest'] = 'Apply for Diploma Programmes (2007/2008)! ' 43 headings['sandwich'] = 'Apply for Part Time Degree in Education (2007/2008)! ' 43 44 #headings['pt'] = 'Apply for Local/Part-Time Programmes (2007/2008)' 44 45 … … 50 51 headings_slip['pce'] = 'PCE Screening (2007/2008) Aknowledgement Slip' 51 52 headings_slip['cest'] = 'Common Entrance Screening (2007/2008) Aknowledgement Slip' 53 headings_slip['sandwich'] = 'Application for Part Time Degree in Education (2007/2008) Aknowledgement Slip' 52 54 #headings_slip['pt'] = 'Part Time (2007/2008) Aknowledgement Slip' 53 55 configuration += ('heading_slip',headings_slip), … … 59 61 deaddates['pce'] = DateTime.DateTime('2007/08/12 23:59') 60 62 deaddates['cest'] = DateTime.DateTime('2008/02/15 23:59') 63 deaddates['sandwich'] = DateTime.DateTime('2008/03/09 23:59') 61 64 #deaddates['pt'] = DateTime.DateTime('2007/12/24 23:59') 62 65 configuration += ('deaddate',deaddates), … … 80 83 #confirm['cest'] = "I confirm that the Passport Photograph uploaded on this form is a true picture of me." 81 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 82 89 at any time, that I do not possess any of the qualifications, which I have obtained, I will be 83 90 expelled from the University and shall not be readmitted for the same or any other programme, … … 154 161 info[co_name] = co_dict[screening_type] 155 162 layout = "application_%s" % screening_type 156 without_reg_no = screening_type in ('prence','cest' )163 without_reg_no = screening_type in ('prence','cest','sandwich') 157 164 info['expired'] = current.greaterThan(deaddates[screening_type]) 158 165 -
WAeUP_SRP/base/skins/waeup_student/apply_admission_form.pt
r3000 r3196 83 83 <p>Instructions :</p> 84 84 <ul> 85 <li>Enter your <span tal:condition="python:not info['screening_type'] in ('prence','cest' )">JAMB Registration Number and the</span> Application PIN.</li>85 <li>Enter your <span tal:condition="python:not info['screening_type'] in ('prence','cest','sandwich')">JAMB Registration Number and the</span> Application PIN.</li> 86 86 <li>Fill the form and upload your Passport Photograph with red background in jpg format.</li> 87 87 <li>Save and preview picture.
Note: See TracChangeset for help on using the changeset viewer.