source: WAeUP_SRP/trunk/skins/waeup_futminna/goto_interswitch_form_accept.pt

Last change on this file was 6955, checked in by Henrik Bettermann, 13 years ago

Fiddle with Interswitch surcharge which is, in contrast to school fee payment, not included in the FUTMinna amount.

File size: 1.7 KB
RevLine 
[6955]1<metal:body use-macro="here/main_template/macros/master">
2    <metal:main fill-slot="main"
3                tal:define="info options/info">
4               
5        <h3>Authorize Online Payment! </h3>
6        <br />
7               
8      <form method="post" action="pay_online"
9            tal:attributes="action info/action ">
10      <span tal:repeat="arg python:info['args'].items()"
11            tal:omit-tag="">
12          <input type="hidden" tal:attributes="name python:arg[0];value python:arg[1]" />
13      </span>         
14     
15      <span tal:replace = "structure info/xml_data" />
16     
17        <table>
18          <tr>
19            <td width="100px">
20            Payment:</td>
21            <td tal:content="info/type_description"></td>
22          </tr>
23          <tr>
24            <td>
25            Name:
26            </td>
27            <td tal:content="info/pay_bill_to" />
28          </tr>
29                         
30          <tr tal:condition="info/fee|nothing">
31            <td>
32            Fee:
33            </td>
34            <td> Naira <span tal:content="info/fee" /></td>
35          </tr>         
36          <tr>
37            <td >
38            Amount:
39            </td>
40            <td> Naira <span tal:content="info/amount" /></td>
41          </tr>
42          <tr tal:condition="info/surcharge|nothing">
43            <td >
44            Surcharge:
45            </td>
46            <td> Naira <span tal:content="info/surcharge" /></td>
47          </tr>             
48     
49        </table>
50        <br />
51        <input type="submit"
52               class="standalone"
53               name="goto_bank"
54               value="Proceed to Interswitch Payment Gateway"
55               />
56      </form>
57    </metal:main>
58</metal:body>
59
Note: See TracBrowser for help on using the repository browser.