Changeset 4240 for WAeUP_SRP/trunk


Ignore:
Timestamp:
10 Jun 2009, 07:15:44 (15 years ago)
Author:
Henrik Bettermann
Message:

new application categories for uniben

Location:
WAeUP_SRP/trunk
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/profiles/default/layouts.xml

    r3988 r4240  
    6363  <object name="application_cest" meta_type="CPS Layout"/>
    6464  <object name="application_cest_2" meta_type="CPS Layout"/>
     65  <object name="application_pt" meta_type="CPS Layout"/>
     66  <object name="application_dp" meta_type="CPS Layout"/>
     67  <object name="application_ct" meta_type="CPS Layout"/>
    6568  <object name="application_sandwich" meta_type="CPS Layout"/>
    6669  <object name="application_manage" meta_type="CPS Layout"/>
  • WAeUP_SRP/trunk/profiles/default/vocabularies/application_categories.xml

    r3770 r4240  
    99    <item key="" msgid="">--</item>
    1010    <item key="basic" msgid="">PUME, PDE, PCE, PRENCE</item>
    11     <item key="cest" msgid="">Common Entrance Screening Test</item>
     11    <item key="cest" msgid="">Common Entrance Screening Test (deprecated)</item>
    1212    <item key="sandwich" msgid="">Sandwich</item>
    1313    <item key="pg" msgid="">Postgraduate</item>
    1414    <item key="dp" msgid="">Diploma</item>
    15    
    16 
     15    <item key="pt" msgid="">Part-Time</item>
     16    <item key="ct" msgid="">Certificate</item>
    1717</object>
  • WAeUP_SRP/trunk/skins/waeup_student/apply_admission.py

    r4121 r4240  
    3636configuration = []
    3737headings = {}
    38 headings['pume'] = 'Apply for Post UME Screening Test (2008/2009)! '
    39 headings['pde'] = 'Apply for Post UDE Screening Test (2008/2009)! '
     38headings['pume'] = 'Apply for Post UME Screening Test (2009/2010)! '
     39headings['pde'] = 'Apply for Post UDE Screening Test (2009/2010)! '
    4040headings['prence'] = 'Apply for Pre-NCE Programme (2007/2008)! '
    4141headings['pce'] = 'Apply for PCE Screening (2007/2008)! '
    4242headings['cest'] = 'Apply for Part-Time Degree or Diploma Programmes (2008/2009)! '
    43 #headings['cest'] = 'Apply for Certificate in Early Child Health (2008/2009)! '
     43headings['pt'] = 'Apply for Part-Time Degree (2009/2010)! '
     44headings['dp'] = 'Apply for Diploma Programmes (2009/2010)! '
     45headings['ct'] = 'Apply for Certificate Programmes (2009/2010)! '
    4446headings['sandwich'] = 'Apply for Part Time Degree in Education (2008/2009)! '
    45 #headings['pt'] = 'Apply for Local/Part-Time Programmes (2007/2008)'
    46 
    4747configuration += ('heading',headings),
     48
    4849headings_slip = {}
    49 headings_slip['pume'] = 'Post UME Screening (2008/2009) Aknowledgement Slip!'
    50 headings_slip['pde'] = 'Post UDE Screening (2008/2009) Aknowledgement Slip'
     50headings_slip['pume'] = 'Post UME Screening (2009/2010) Aknowledgement Slip!'
     51headings_slip['pde'] = 'Post UDE Screening (2009/2010) Aknowledgement Slip'
    5152headings_slip['prence'] = 'Pre-NCE Application (2007/2008) Aknowledgement Slip'
    5253headings_slip['pce'] = 'PCE Screening (2007/2008) Aknowledgement Slip'
    53 #headings_slip['cest'] = 'Common Entrance Screening (2007/2008) Aknowledgement Slip'
    5454headings_slip['cest'] = 'CEST Application (2008/2009) Aknowledgement Slip'
     55headings_slip['pt'] = 'CEST Application (2009/2010) Aknowledgement Slip'
     56headings_slip['dp'] = 'CEST Application (2009/2010) Aknowledgement Slip'
     57headings_slip['ct'] = 'CEST Application (2009/2010) Aknowledgement Slip'
    5558headings_slip['sandwich'] = 'Application for Part Time Degree in Education (2008/2009) Aknowledgement Slip'
    56 #headings_slip['pt'] = 'Part Time (2007/2008) Aknowledgement Slip'
    5759configuration += ('heading_slip',headings_slip),
    5860
     
    6870deaddates['cest'] = DateTime.DateTime(pprops.date3)
    6971deaddates['sandwich'] = DateTime.DateTime(pprops.date4)
    70 #deaddates['pt'] = DateTime.DateTime('2007/12/24 23:59')
     72deaddates['pt'] = DateTime.DateTime(pprops.date5)
     73deaddates['dp'] = DateTime.DateTime(pprops.date5)
     74deaddates['ct'] = DateTime.DateTime(pprops.date3)
    7175configuration += ('deaddate',deaddates),
    7276
     
    8185confirm['prence'] = "I confirm that the Passport Photograph uploaded on this form is a true picture of me."
    8286confirm['pce'] = "I confirm that the Passport Photograph uploaded on this form is a true picture of me."
    83 #confirm['cest'] = "I confirm that the Passport Photograph uploaded on this form is a true picture of me."
    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
     87confirm['cest'] = confirm['sandwich'] = confirm['pt'] = confirm['dp'] = confirm['ct'] = """I hereby acknowledge
     88by ticking this check box that if it is discovered
    8989at any time, that I do not possess any of the qualifications, which I have obtained, I will be
    9090expelled from the University and shall not be readmitted for the same or any other programme,
Note: See TracChangeset for help on using the changeset viewer.