Last change
on this file since 16153 was
3709,
checked in by Henrik Bettermann, 16 years ago
|
- implement uniben skins, use waeup_custom skin only for default
|
File size:
1.1 KB
|
Rev | Line | |
---|
[3709] | 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> |
---|
| 24 | <td > |
---|
| 25 | Amount: |
---|
| 26 | </td> |
---|
| 27 | <td> Naira <span tal:content="info/amount" /></td> |
---|
| 28 | </tr> |
---|
| 29 | </table> |
---|
| 30 | <br /> |
---|
| 31 | <input type="submit" |
---|
| 32 | class="standalone" |
---|
| 33 | name="goto_bank" |
---|
| 34 | value="Confirm" |
---|
| 35 | /> |
---|
| 36 | |
---|
| 37 | </form> |
---|
| 38 | </span> |
---|
| 39 | </metal:main> |
---|
| 40 | </metal:body> |
---|
| 41 | |
---|
Note: See
TracBrowser for help on using the repository browser.