Changeset 3761 for WAeUP_SRP


Ignore:
Timestamp:
13 Nov 2008, 05:47:19 (16 years ago)
Author:
Henrik Bettermann
Message:

more corrections for payment

Location:
WAeUP_SRP/trunk/skins
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_design/WAeUP_Student/render.css.dtml

    r1739 r3761  
    11.portalTabTabStyle ul.cpsskinsMenu li a{background:url(waeup_student_tab.png) left top no-repeat}
    2 .colorBarColor{border-color:#FFCE81;background-color:#FFCE81;color:#000000}
    3 .colorBarAreaColor{border-color:#FFCE81;background-color:#FFF;color:#000000}
     2.colorBarColor{border-color:#EEDD88;background-color:#EEDD88;color:#000000}
     3.colorBarAreaColor{border-color:#EEDD88;background-color:#FFF;color:#000000}
    44
  • WAeUP_SRP/trunk/skins/waeup_fceokene/getSchoolFee.py

    r3760 r3761  
    2828            d['all'] = 16400
    2929    # all repeaters
    30     if brain.verdict == 'C':
     30    elif brain.verdict == 'C':
    3131        if brain.department in ARTS:
    3232            d['all'] = 10170
     
    5151        else:
    5252            d['all'] = 12545
     53    # NCE III spillover
     54    elif str(brain.level) in ('300','310','320') and brain.verdict == 'B':
     55        if brain.department in ARTS:
     56            d['all'] = 10170
     57        else:
     58            d['all'] = 10645           
    5359    else:
    5460        d['all'] = 0   
     
    9096        else:
    9197            d['all'] = 18900
     98    # NCE V spillover
     99    elif str(brain.level) in ('500','510','520') and brain.verdict == 'B':
     100        if brain.department in ARTS:
     101            d['all'] = 16900
     102        else:
     103            d['all'] = 17400           
    92104    else:
    93         d['all'] = 0
     105        d['all'] = 0               
     106
    94107
    95108
  • WAeUP_SRP/trunk/skins/waeup_fceokene/goto_interswitch_form.pt

    r3690 r3761  
    1212          <input type="hidden" tal:attributes="name python:arg[0];value python:arg[1]" />
    1313      </span>         
     14     
     15      <span tal:replace = "structure info/xml_data" />
     16     
    1417        <table>
    1518          <tr>
     
    4245               class="standalone"
    4346               name="goto_bank"
    44                value="Proceed to Payment Gateway"
     47               value="Proceed to Interswitch Payment Gateway"
    4548               />
    4649      </form>
  • WAeUP_SRP/trunk/skins/waeup_fceoyo/getSchoolFee.py

    r3760 r3761  
    6363        else:
    6464            d['all'] = 6800
    65     # NCE III repeaters
    66     elif str(brain.level) in ('300','310') and brain.verdict == 'C':
     65    # NCE III repeaters and spillover
     66    elif str(brain.level) in ('300','310') and brain.verdict in ('B','C'):
    6767        if brain.department in ARTS:
    6868            d['all'] = 4950
     
    8888    elif str(brain.level) in ('300','310','320'):
    8989        d['all'] = 9500
     90    # NCE IV spillover
     91    elif str(brain.level) in ('400','410','420') and brain.verdict == 'B':
     92        d['all'] = 9000       
    9093    else:
    9194        d['all'] = 0
Note: See TracChangeset for help on using the changeset viewer.