Changeset 3791 for WAeUP_SRP/trunk/skins


Ignore:
Timestamp:
29 Nov 2008, 17:00:40 (16 years ago)
Author:
Henrik Bettermann
Message:

quick and dirty solution for #583 (can be removed next session)

Location:
WAeUP_SRP/trunk/skins
Files:
1 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_ois/getPaymentsFolderInfo.py

    r3790 r3791  
    6464
    6565# begin customization
    66 info['payment_method'] = "online_payment"
     66info['payment_method'] = ""
    6767info['prod_id'] = '00'
    6868info['gown'] = False
  • WAeUP_SRP/trunk/skins/waeup_student/apply_admission.py

    r3533 r3791  
    3535configuration = []
    3636headings = {}
    37 headings['pume'] = 'Apply for Post UME Screening Test (2007/2008)! '
    38 headings['pde'] = 'Apply for Post UDE Screening Test (2007/2008)! '
    39 headings['prence'] = 'Apply for Pre-NCE Programme (2008/2009)! '
     37headings['pume'] = 'Apply for Post UME Screening Test (2008/2009)! '
     38headings['pde'] = 'Apply for Post UDE Screening Test (2008/2009)! '
     39headings['prence'] = 'Apply for Pre-NCE Programme (2007/2008)! '
    4040headings['pce'] = 'Apply for PCE Screening (2007/2008)! '
    41 #headings['cest'] = 'Apply for Part-Time Degree and Diploma Programmes (2007/2008)! '
    42 headings['cest'] = 'Apply for Diploma Programmes (2007/2008)! '
     41headings['cest'] = 'Apply for Part-Time Degree Programmes (2008/2009)! '
     42#headings['cest'] = 'Apply for Certificate in Early Child Health (2008/2009)! '
    4343headings['sandwich'] = 'Apply for Part Time Degree in Education (2007/2008)! '
    4444#headings['pt'] = 'Apply for Local/Part-Time Programmes (2007/2008)'
     
    4646configuration += ('heading',headings),
    4747headings_slip = {}
    48 headings_slip['pume'] = 'Post UME Screening (2007/2008) Aknowledgement Slip!'
    49 headings_slip['pde'] = 'Post UDE Screening (2007/2008) Aknowledgement Slip'
    50 headings_slip['prence'] = 'Pre-NCE Application (2008/2009) Aknowledgement Slip'
     48headings_slip['pume'] = 'Post UME Screening (2008/2009) Aknowledgement Slip!'
     49headings_slip['pde'] = 'Post UDE Screening (2008/2009) Aknowledgement Slip'
     50headings_slip['prence'] = 'Pre-NCE Application (2007/2008) Aknowledgement Slip'
    5151headings_slip['pce'] = 'PCE Screening (2007/2008) Aknowledgement Slip'
    52 headings_slip['cest'] = 'Common Entrance Screening (2007/2008) Aknowledgement Slip'
     52#headings_slip['cest'] = 'Common Entrance Screening (2007/2008) Aknowledgement Slip'
     53headings_slip['cest'] = 'CEST Application (2008/2009) Aknowledgement Slip'
    5354headings_slip['sandwich'] = 'Application for Part Time Degree in Education (2007/2008) Aknowledgement Slip'
    5455#headings_slip['pt'] = 'Part Time (2007/2008) Aknowledgement Slip'
     
    5657
    5758deaddates = {}
    58 deaddates['pume'] = DateTime.DateTime('2007/08/12 23:59')
    59 deaddates['pde'] = DateTime.DateTime('2007/11/04 23:59')
    60 deaddates['prence'] = DateTime.DateTime('2008/09/30 23:59')
     59deaddates['pume'] = DateTime.DateTime('2008/08/19 07:00')
     60deaddates['pde'] = DateTime.DateTime('2008/10/02 23:59')
     61deaddates['prence'] = DateTime.DateTime('2007/12/4 23:59')
    6162deaddates['pce'] = DateTime.DateTime('2007/08/12 23:59')
    62 deaddates['cest'] = DateTime.DateTime('2008/02/15 23:59')
    63 deaddates['sandwich'] = DateTime.DateTime('2008/06/30 23:59')
     63deaddates['cest'] = DateTime.DateTime('2009/01/09 23:59')
     64deaddates['sandwich'] = DateTime.DateTime('2008/09/12 23:59')
    6465#deaddates['pt'] = DateTime.DateTime('2007/12/24 23:59')
    6566configuration += ('deaddate',deaddates),
     
    314315                                    info = info,
    315316                              )
    316 
Note: See TracChangeset for help on using the changeset viewer.