[1234] | 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>Pay Your School Fee Online! </h3> |
---|
| 6 | <br /> |
---|
| 7 | |
---|
[1147] | 8 | <form method="post" action="http://www.wemaonlinepayments.biz/payment.aspx"> |
---|
[1226] | 9 | <input name="x_SiteID" type="hidden" id="x_SiteID" value="8000"/> |
---|
[1147] | 10 | <input name="x_Redirect_url" type="hidden" id="x_Redirect_url" |
---|
| 11 | value="http://uniben.waeup.org/callback" |
---|
| 12 | tal:attributes="value info/callback_url" |
---|
| 13 | /> |
---|
| 14 | <input name="x_CurrencyID" type="hidden" value="566" /> |
---|
| 15 | <table> |
---|
| 16 | <tr> |
---|
[1234] | 17 | <td width="100px"> |
---|
[1147] | 18 | <input name="x_PaymentCode" type="hidden" |
---|
[1226] | 19 | tal:attributes="value info/type_code" /> |
---|
| 20 | <input name="x_PayDesc" type="hidden" |
---|
| 21 | tal:attributes="value info/type_description" /> |
---|
[1234] | 22 | Payment:</td> |
---|
[1226] | 23 | <td tal:content="info/type_description"></td> |
---|
[1147] | 24 | </tr> |
---|
| 25 | <tr> |
---|
[1234] | 26 | <td> |
---|
[1147] | 27 | <input name="x_Billto" type="hidden" |
---|
[1226] | 28 | tal:attributes="value info/pay_bill_to" /> |
---|
[1147] | 29 | <input name="x_Shipto" type="hidden" |
---|
[1226] | 30 | tal:attributes="value info/pay_ship_to" /> |
---|
| 31 | <input name="x_PayerID" type="hidden" |
---|
[1158] | 32 | tal:attributes="value info/student_id" /> |
---|
[1226] | 33 | <input name="x_PayerNames" type="hidden" |
---|
[1158] | 34 | tal:attributes="value info/student_name" /> |
---|
[1147] | 35 | <input name="x_PayerEmail" type="hidden" |
---|
[1158] | 36 | tal:attributes="value info/student_email" /> |
---|
[1147] | 37 | <input name="x_OrderID" type="hidden" |
---|
[1158] | 38 | tal:attributes="value info/order_id" /> |
---|
[1234] | 39 | Name: |
---|
| 40 | </td> |
---|
| 41 | <td tal:content="info/pay_bill_to" /> |
---|
[1147] | 42 | </tr> |
---|
| 43 | <tr> |
---|
[1234] | 44 | <td > |
---|
[1147] | 45 | <input name="x_amt" type="hidden" |
---|
[1158] | 46 | tal:attributes="value info/amount" /> |
---|
[1234] | 47 | Amount: |
---|
[1147] | 48 | </td> |
---|
[1234] | 49 | <td> Naira <span tal:content="info/amount" /></td> |
---|
[1147] | 50 | </tr> |
---|
[1234] | 51 | </table> |
---|
| 52 | <br /> |
---|
| 53 | <input type="submit" class="standalone" name="btnPostPopup" |
---|
| 54 | value="Pay with Wema Bank Debit Card" |
---|
[1147] | 55 | /> |
---|
[1234] | 56 | |
---|
[1147] | 57 | </form> |
---|
| 58 | </metal:main> |
---|
[1234] | 59 | </metal:body> |
---|
| 60 | |
---|