Changeset 5233


Ignore:
Timestamp:
24 Jun 2010, 21:02:14 (15 years ago)
Author:
Henrik Bettermann
Message:

customize headlines

File:
1 edited

Legend:

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

    r4693 r5233  
    3636configuration = []
    3737headings = {}
    38 headings['pume'] = 'Apply for Post UME Screening Test (2008/2009)! '
    39 headings['pde'] = 'Apply for Post UDE Screening Test (2008/2009)! '
    40 headings['prence'] = 'Apply for Pre-NCE Programme (2009/2010)! '
    41 headings['pce'] = 'Apply for PCE Screening Test (2009/2010)! '
     38headings['prence'] = 'Apply for Pre-NCE Programme (2010/2011)! '
     39headings['pce'] = 'Apply for PCE Screening Test (2010/2011)! '
    4240headings['cest'] = 'Apply for Diploma Programme (2009/2010)! '
    43 #headings['cest'] = 'Apply for Certificate in Early Child Health (2008/2009)! '
    44 headings['sandwich'] = 'Apply for Sandwich Programme (2009/2010)! '
    45 #headings['pt'] = 'Apply for Local/Part-Time Programmes (2007/2008)'
     41headings['sandwich'] = 'Apply for Sandwich Programme (2010/2011)! '
    4642
    4743configuration += ('heading',headings),
    4844headings_slip = {}
    49 headings_slip['pume'] = 'Post UME Screening (2008/2009) Acknowledgement Slip!'
    50 headings_slip['pde'] = 'Post UDE Screening (2008/2009) Acknowledgement Slip'
    51 headings_slip['prence'] = 'Pre-NCE Application (2009/20010) Acknowledgement Slip'
    52 headings_slip['pce'] = 'PCE Screening (2009/2010) Acknowledgement Slip'
    53 #headings_slip['cest'] = 'Common Entrance Screening (2007/2008) Acknowledgement Slip'
     45headings_slip['prence'] = 'Pre-NCE Application (2010/2011) Acknowledgement Slip'
     46headings_slip['pce'] = 'PCE Screening (2010/2011) Acknowledgement Slip'
    5447headings_slip['cest'] = 'Application for Diploma Programme (2009/2010) Acknowledgement Slip'
    55 headings_slip['sandwich'] = 'Application for Sandwich Programme (2009/2010) Acknowledgement Slip'
    56 #headings_slip['pt'] = 'Part Time (2007/2008) Acknowledgement Slip'
     48headings_slip['sandwich'] = 'Application for Sandwich Programme (2010/2011) Acknowledgement Slip'
    5749configuration += ('heading_slip',headings_slip),
    5850
     
    6052
    6153#config_params = context.getConfigParams()
    62 #deaddates['pume'] = config_params['dead_pume']
    63 
    64 deaddates['pume'] = DateTime.DateTime(pprops.date1)
    65 deaddates['pde'] = DateTime.DateTime(pprops.date2)
     54
    6655deaddates['prence'] = DateTime.DateTime(pprops.date1)
    6756deaddates['pce'] = DateTime.DateTime(pprops.date5)
    6857deaddates['cest'] = DateTime.DateTime(pprops.date3)
    6958deaddates['sandwich'] = DateTime.DateTime(pprops.date4)
    70 #deaddates['pt'] = DateTime.DateTime('2007/12/24 23:59')
    7159configuration += ('deaddate',deaddates),
    7260
     
    7765
    7866confirm = {}
    79 confirm['pume'] = "I confirm that the Passport Photograph uploaded on this form is a true picture of me."
    80 confirm['pde'] = "I confirm that the Passport Photograph uploaded on this form is a true picture of me."
    8167confirm['prence'] = "I confirm that the Passport Photograph uploaded on this form is a true picture of me."
    8268confirm['pce'] = "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.