Last change
on this file since 2010 was
1937,
checked in by joachim, 17 years ago
|
interswitch payment (in custom)
|
-
Property svn:keywords set to
Id
|
File size:
1.1 KB
|
Rev | Line | |
---|
[1885] | 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>Confirm Your Payment Data! </h3> |
---|
| 6 | <br /> |
---|
| 7 | |
---|
[1927] | 8 | <form method="post" action="pay_interswitch"> |
---|
[1885] | 9 | <table> |
---|
| 10 | <tr> |
---|
| 11 | <td width="100px"> |
---|
| 12 | Payment:</td> |
---|
| 13 | <td tal:content="info/type_description"></td> |
---|
| 14 | </tr> |
---|
| 15 | <tr> |
---|
| 16 | <td> |
---|
| 17 | Name: |
---|
| 18 | </td> |
---|
| 19 | <td tal:content="info/pay_bill_to" /> |
---|
| 20 | </tr> |
---|
| 21 | <tr> |
---|
| 22 | <td > |
---|
| 23 | Amount: |
---|
| 24 | </td> |
---|
| 25 | <td> Naira <span tal:content="info/amount" /></td> |
---|
| 26 | </tr> |
---|
| 27 | <tr> |
---|
| 28 | <td > |
---|
| 29 | Bank: |
---|
| 30 | </td> |
---|
[1937] | 31 | <td>Wema Bank</td> |
---|
[1885] | 32 | </tr> |
---|
| 33 | </table> |
---|
| 34 | <br /> |
---|
| 35 | <input type="submit" |
---|
| 36 | class="standalone" |
---|
| 37 | name="goto_bank" |
---|
| 38 | value="Confirm" |
---|
| 39 | /> |
---|
| 40 | |
---|
| 41 | </form> |
---|
| 42 | </metal:main> |
---|
| 43 | </metal:body> |
---|
| 44 | |
---|
Note: See
TracBrowser for help on using the repository browser.