Last change
on this file since 11152 was
3690,
checked in by Henrik Bettermann, 16 years ago
|
Move all customized skins into trunk. The waeup_custom skin together with the default profile is the BASE configuration which is identical to the Uniben set-up.
|
File size:
1.2 KB
|
Rev | Line | |
---|
[3690] | 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 | <tr> |
---|
| 30 | <td > |
---|
| 31 | Surcharge: |
---|
| 32 | </td> |
---|
| 33 | <td> Naira <span tal:content="info/surcharge" /></td> |
---|
| 34 | </tr> |
---|
| 35 | </table> |
---|
| 36 | <br /> |
---|
| 37 | <input type="submit" |
---|
| 38 | class="standalone" |
---|
| 39 | name="goto_bank" |
---|
| 40 | value="Confirm" |
---|
| 41 | /> |
---|
| 42 | </form> |
---|
| 43 | </span> |
---|
| 44 | </metal:main> |
---|
| 45 | </metal:body> |
---|
| 46 | |
---|
Note: See
TracBrowser for help on using the repository browser.