Changeset 5190 for WAeUP_SRP/trunk/skins/waeup_aaue/payments_view.pt
- Timestamp:
- 13 May 2010, 10:20:33 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_aaue/payments_view.pt
r5189 r5190 47 47 </td> 48 48 <td> 49 <a tal:condition="row/is_reque ryable"49 <a tal:condition="row/is_requestable" 50 50 tal:attributes="href row/href; 51 51 onclick python:'return window.confirm(\'%s\')' %(cpsmcat('Are you sure?'), );" … … 68 68 <div> 69 69 <form tal:condition="python: info.get('payment_method') in ('online_payment','both_payments')" 70 tal:attributes="action string: ${context/absolute_url}/ pay_interswitch" method="post" class="group">70 tal:attributes="action string: ${context/absolute_url}/request_interswitch" method="post" class="group"> 71 71 <input type="submit" name="epayment" 72 72 class="context" 73 73 value="Pay" 74 tal:attributes="value string: Initiate ${info/next_session_str} School Fee Payment by Cash Card"74 tal:attributes="value string:Request ${info/next_session_str} School Fee Payment Data from Interswitch" 75 75 /> 76 76 </form> 77 77 <form tal:condition="python: info.get('payment_method') in ('first_instalment',)" 78 tal:attributes="action string: ${context/absolute_url}/ pay_interswitch" method="post" class="group">78 tal:attributes="action string: ${context/absolute_url}/request_interswitch" method="post" class="group"> 79 79 <input type="submit" name="epayment" 80 80 class="context" 81 81 value="Pay" 82 tal:attributes="value string: Initiate ${info/next_session_str} School Fee Payment by Cash Card(First Instalment)"82 tal:attributes="value string:Request ${info/next_session_str} School Fee Payment Data from Interswitch (First Instalment)" 83 83 /> 84 84 </form> 85 85 <form tal:condition="python: info.get('payment_method') in ('second_instalment',)" 86 tal:attributes="action string: ${context/absolute_url}/ pay_interswitch2" method="post" class="group">86 tal:attributes="action string: ${context/absolute_url}/request_interswitch2" method="post" class="group"> 87 87 <input type="submit" name="epayment" 88 88 class="context" 89 89 value="Pay" 90 tal:attributes="value string: Initiate School Fee Payment by Cash Card(Second Instalment)"90 tal:attributes="value string:Request School Fee Payment from Interswitch (Second Instalment)" 91 91 /> 92 92 </form> 93 <form tal:condition="python: info.get('payment_method') in ('sc_payment','both_payments')" 94 tal:attributes="action string: ${context/absolute_url}/pay_by_sc" method="post" class="group"> 95 <input type="hidden" name="paid_session" 96 tal:attributes="value info/next_session" 97 /> 98 <input type="submit" name="epayment" 99 class="context" 100 value="Pay" 101 tal:attributes="value string:Initiate ${info/next_session_str} School Fee Payment by Scratch Card" 102 /> 103 </form> 93 104 94 105 95 <form tal:condition="info/gown|nothing"
Note: See TracChangeset for help on using the changeset viewer.