Ignore:
Timestamp:
8 Jul 2010, 14:03:12 (14 years ago)
Author:
Henrik Bettermann
Message:

implement 2nd choice application (part 1) - completely untested !!!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/apply_admission.py

    r5255 r5258  
    3131
    3232#manage = "manage" in request.keys()
    33 screening_types = ('prence','pume','pce','pde','cest','sandwich','dp','ct','pt','sandwich2008')
     33screening_types = ('prence','pume','pume2','pce','pde','cest','sandwich','dp','ct','pt','sandwich2008')
    3434if not (traverse_subpath and traverse_subpath[0] in screening_types):
    3535    return request.RESPONSE.redirect("%s/srp_anonymous_view" % context.portal_url())
     
    3737headings = {}
    3838headings['pume'] = 'Apply for Post UME Screening Test (2010/2011)! '
     39headings['pume2'] = 'Apply for Post UME Screening Test 2010/2011 (Uniben as 2nd choice)!'
    3940headings['pde'] = 'Apply for Post UDE Screening Test (2010/2011)! '
    4041headings['prence'] = 'Apply for Pre-NCE Programme (2007/2008)! '
     
    5051headings_slip = {}
    5152headings_slip['pume'] = 'Post UME Screening (2010/2011) Acknowledgement Slip!'
     53headings_slip['pume2'] = 'Post UME Screening (2010/2011) Acknowledgement Slip (Uniben 2nd choice)!'
    5254headings_slip['pde'] = 'Post UDE Screening (2010/2011) Acknowledgement Slip'
    5355headings_slip['prence'] = 'Pre-NCE Application (2007/2008) Acknowledgement Slip'
     
    6769
    6870deaddates['pume'] = DateTime.DateTime(pprops.date1)
     71deaddates['pume2'] = DateTime.DateTime(pprops.date1)
    6972deaddates['pde'] = DateTime.DateTime(pprops.date2)
    7073deaddates['prence'] = DateTime.DateTime(pprops.date1)
     
    8588confirm = {}
    8689confirm['pume'] = "I confirm that the Passport Photograph uploaded on this form is a true picture of me."
     90confirm['pume2'] = "I confirm that the Passport Photograph uploaded on this form is a true picture of me."
    8791confirm['pde'] = "I confirm that the Passport Photograph uploaded on this form is a true picture of me."
    8892confirm['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.