Changeset 3196


Ignore:
Timestamp:
21 Feb 2008, 20:02:16 (17 years ago)
Author:
Henrik Bettermann
Message:

first preparations for sandwich application

Location:
WAeUP_SRP
Files:
2 added
5 edited

Legend:

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

    r3130 r3196  
    3030
    3131manage = "manage" in request.keys()
    32 screening_types = ('prence','pume','pce','pde','cest',)
     32screening_types = ('prence','pume','pce','pde','cest','sandwich')
    3333if not (traverse_subpath and traverse_subpath[0] in screening_types) and not manage:
    3434    return request.RESPONSE.redirect("%s/srp_anonymous_view" % context.portal_url())
     
    4141#headings['cest'] = 'Apply for Part-Time Degree and Diploma Programmes (2007/2008)! '
    4242headings['cest'] = 'Apply for Diploma Programmes (2007/2008)! '
     43headings['sandwich'] = 'Apply for Part Time Degree in Education (2007/2008)! '
    4344#headings['pt'] = 'Apply for Local/Part-Time Programmes (2007/2008)'
    4445
     
    5051headings_slip['pce'] = 'PCE Screening (2007/2008) Aknowledgement Slip'
    5152headings_slip['cest'] = 'Common Entrance Screening (2007/2008) Aknowledgement Slip'
     53headings_slip['sandwich'] = 'Application for Part Time Degree in Education (2007/2008) Aknowledgement Slip'
    5254#headings_slip['pt'] = 'Part Time (2007/2008) Aknowledgement Slip'
    5355configuration += ('heading_slip',headings_slip),
     
    5961deaddates['pce'] = DateTime.DateTime('2007/08/12 23:59')
    6062deaddates['cest'] = DateTime.DateTime('2008/02/15 23:59')
     63deaddates['sandwich'] = DateTime.DateTime('2008/03/09 23:59')
    6164#deaddates['pt'] = DateTime.DateTime('2007/12/24 23:59')
    6265configuration += ('deaddate',deaddates),
     
    8083#confirm['cest'] = "I confirm that the Passport Photograph uploaded on this form is a true picture of me."
    8184confirm['cest'] = """I hereby acknowledge by ticking this check box that if it is discovered
     85at any time, that I do not possess any of the qualifications, which I have obtained, I will be
     86expelled from the University and shall not be readmitted for the same or any other programme,
     87even if I have upgraded my previous qualification or posses additional qualifications."""
     88confirm['sandwich'] = """I hereby acknowledge by ticking this check box that if it is discovered
    8289at any time, that I do not possess any of the qualifications, which I have obtained, I will be
    8390expelled from the University and shall not be readmitted for the same or any other programme,
     
    154161    info[co_name] = co_dict[screening_type]
    155162layout = "application_%s" % screening_type
    156 without_reg_no = screening_type in ('prence','cest')
     163without_reg_no = screening_type in ('prence','cest','sandwich')
    157164info['expired'] = current.greaterThan(deaddates[screening_type])
    158165
  • WAeUP_SRP/base/skins/waeup_student/apply_admission_form.pt

    r3000 r3196  
    8383            <p>Instructions :</p>
    8484            <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>
    8686              <li>Fill the form and upload your Passport Photograph with red background in jpg format.</li>
    8787              <li>Save and preview picture.
  • WAeUP_SRP/uniben/profiles/default/layouts.xml

    r3033 r3196  
    1111  <object name="application_pce" meta_type="CPS Layout"/>
    1212  <object name="application_cest" meta_type="CPS Layout"/>
     13  <object name="application_sandwich" meta_type="CPS Layout"/>
    1314  <object name="application_manage" meta_type="CPS Layout"/>
    1415  <object name="certificate" meta_type="CPS Layout"/>
  • WAeUP_SRP/uniben/profiles/default/vocabularies.xml

    r3190 r3196  
    4848 <object name="cos" meta_type="CPS Vocabulary"/>
    4949 <object name="cos_cest" meta_type="CPS Vocabulary"/>
     50 <object name="cos_sandwich" meta_type="CPS Vocabulary"/>
    5051 <object name="screening_types" meta_type="CPS Vocabulary"/>
    5152 <object name="aos" meta_type="CPS Vocabulary"/>
  • WAeUP_SRP/uniben/profiles/default/vocabularies/screening_types.xml

    r2748 r3196  
    1111  <item key="pce" msgid="">PCE</item>
    1212  <item key="prence" msgid="">Pre-NCE</item>
     13  <item key="sandwich" msgid="">Sandwich</item>
    1314
    1415</object>
Note: See TracChangeset for help on using the changeset viewer.