- Timestamp:
- 8 Jan 2007, 09:42:50 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_epayment/wema_form.pt
r1226 r1234 1 <metal:html tal:define="info options/info"> 2 <metal:body use-macro="here/main_template/macros/master"> 3 <metal:main fill-slot="main"> 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 4 8 <form method="post" action="http://www.wemaonlinepayments.biz/payment.aspx"> 5 9 <input name="x_SiteID" type="hidden" id="x_SiteID" value="8000"/> … … 11 15 <table> 12 16 <tr> 17 <td width="100px"> 13 18 <input name="x_PaymentCode" type="hidden" 14 19 tal:attributes="value info/type_code" /> 15 20 <input name="x_PayDesc" type="hidden" 16 21 tal:attributes="value info/type_description" /> 17 <td >Description</td>22 Payment:</td> 18 23 <td tal:content="info/type_description"></td> 19 24 </tr> 20 25 <tr> 26 <td> 21 27 <input name="x_Billto" type="hidden" 22 28 tal:attributes="value info/pay_bill_to" /> … … 31 37 <input name="x_OrderID" type="hidden" 32 38 tal:attributes="value info/order_id" /> 33 <td tal:content="info/pay_bill_to"></td> 39 Name: 40 </td> 41 <td tal:content="info/pay_bill_to" /> 34 42 </tr> 35 43 <tr> 44 <td > 36 45 <input name="x_amt" type="hidden" 37 46 tal:attributes="value info/amount" /> 38 <td >Amount47 Amount: 39 48 </td> 40 <td tal:content="info/amount"></td> 41 </tr> 42 <tr> 43 <td> 44 <input type="submit" name="btnPostPopup" 45 value="Submit" 46 /> 47 </td> 49 <td> Naira <span tal:content="info/amount" /></td> 48 50 </tr> 49 51 </table> 52 <br /> 53 <input type="submit" class="standalone" name="btnPostPopup" 54 value="Pay with Wema Bank Debit Card" 55 /> 56 50 57 </form> 51 58 </metal:main> 52 53 </metal:html> 59 </metal:body> 60
Note: See TracChangeset for help on using the changeset viewer.