source:
WAeUP_SRP/trunk/skins/waeup_epayment/wema_form.pt
@
1366
Last change on this file since 1366 was 1362, checked in by , 18 years ago | |
---|---|
|
|
File size: 1.1 KB |
Rev | Line | |
---|---|---|
[1234] | 1 | <metal:body use-macro="here/main_template/macros/master"> |
2 | <metal:main fill-slot="main" | |
3 | tal:define="info options/info"> | |
4 | ||
[1362] | 5 | <h3>Confirm Your Payment Data! </h3> |
[1234] | 6 | <br /> |
7 | ||
[1257] | 8 | <form method="post" action="pay_online"> |
[1147] | 9 | <table> |
10 | <tr> | |
[1234] | 11 | <td width="100px"> |
12 | Payment:</td> | |
[1226] | 13 | <td tal:content="info/type_description"></td> |
[1147] | 14 | </tr> |
15 | <tr> | |
[1234] | 16 | <td> |
17 | Name: | |
18 | </td> | |
19 | <td tal:content="info/pay_bill_to" /> | |
[1147] | 20 | </tr> |
21 | <tr> | |
[1234] | 22 | <td > |
23 | Amount: | |
[1147] | 24 | </td> |
[1247] | 25 | <td> Naira <span tal:content="info/amount" /></td> |
[1147] | 26 | </tr> |
[1247] | 27 | <tr> |
28 | <td > | |
29 | Bank: | |
30 | </td> | |
31 | <td>Wema Bank</td> | |
32 | </tr> | |
[1234] | 33 | </table> |
34 | <br /> | |
[1257] | 35 | <input type="submit" |
36 | class="standalone" | |
37 | name="goto_bank" | |
[1362] | 38 | value="Confirm" |
[1257] | 39 | /> |
[1234] | 40 | |
[1147] | 41 | </form> |
42 | </metal:main> | |
[1234] | 43 | </metal:body> |
44 |
Note: See TracBrowser for help on using the repository browser.