Last change
on this file since 12407 was
5795,
checked in by Henrik Bettermann, 14 years ago
|
Implementation of a Late Registration Fee (FUTMinna only). This was more work and customization than expected. We urgently need a new consistent payment module.
|
File size:
1.5 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"> |
---|
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 | Total Amount: |
---|
38 | </td> |
---|
39 | <td> Naira <span tal:content="info/amount" /></td> |
---|
40 | </tr> |
---|
41 | </table> |
---|
42 | <br /> |
---|
43 | <input type="submit" |
---|
44 | class="standalone" |
---|
45 | name="goto_bank" |
---|
46 | value="Confirm" |
---|
47 | /> |
---|
48 | |
---|
49 | </form> |
---|
50 | </span> |
---|
51 | </metal:main> |
---|
52 | </metal:body> |
---|
53 | |
---|
Note: See
TracBrowser for help on using the repository browser.