source: WAeUP_SRP/trunk/skins/waeup_futminna/interswitch_form_accept.pt @ 13812

Last change on this file since 13812 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.6 KB
Line 
1<metal:body use-macro="here/main_template/macros/master">
2  <metal:main fill-slot="main"
3              tal:define="info options/info">
4    <h3>Confirm Your Payment Data! </h3>
5    <br />
6    <span tal:condition="not: info/payment_possible">
7      No payment information for your course available.
8    </span>
9    <span tal:condition="info/payment_possible">
10      <form method="post" action="pay_interswitch_accept">
11        <table>
12          <tr>
13            <td width="100px">
14            Payment:</td>
15            <td tal:content="info/type_description"></td>
16          </tr>
17          <tr>
18            <td>
19            Name:
20            </td>
21            <td tal:content="info/pay_bill_to" />
22          </tr>             
23          <tr tal:condition="info/fee|nothing">
24            <td>
25            Fee:
26            </td>
27            <td> Naira <span tal:content="info/fee" /></td>
28          </tr>           
29          <tr tal:condition="info/lrf|nothing">
30            <td width="200px">
31            Late Registration Fee:
32            </td>
33            <td> Naira <span tal:content="info/lrf" /></td>
34          </tr>
35          <tr>
36            <td >
37            Amount:
38            </td>
39            <td> Naira <span tal:content="info/amount" /></td>
40          </tr>
41          <tr>
42            <td >
43            Surcharge:
44            </td>
45            <td> Naira <span tal:content="info/surcharge" /></td>
46          </tr>
47        </table>
48        <br />
49        <input type="submit"
50               class="standalone"
51               name="goto_bank"
52               value="Confirm"
53               />
54
55      </form>
56    </span>
57    </metal:main>
58</metal:body>
59
Note: See TracBrowser for help on using the repository browser.