Ignore:
Timestamp:
8 Jan 2007, 09:42:50 (18 years ago)
Author:
Henrik Bettermann
Message:

beautified

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               
    48      <form method="post" action="http://www.wemaonlinepayments.biz/payment.aspx">
    59        <input name="x_SiteID" type="hidden" id="x_SiteID" value="8000"/>
     
    1115        <table>
    1216          <tr>
     17            <td width="100px">
    1318            <input name="x_PaymentCode" type="hidden"
    1419                   tal:attributes="value info/type_code" />
    1520            <input name="x_PayDesc" type="hidden"
    1621                   tal:attributes="value info/type_description" />
    17             <td >Description</td>
     22            Payment:</td>
    1823            <td tal:content="info/type_description"></td>
    1924          </tr>
    2025          <tr>
     26            <td>
    2127            <input name="x_Billto" type="hidden"
    2228                   tal:attributes="value info/pay_bill_to" />
     
    3137            <input name="x_OrderID" type="hidden"
    3238                   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" />
    3442          </tr>
    3543          <tr>
     44            <td >
    3645            <input name="x_amt" type="hidden"
    3746                   tal:attributes="value info/amount" />
    38             <td >Amount
     47            Amount:
    3948            </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>
    4850          </tr>
    4951        </table>
     52        <br />
     53        <input type="submit" class="standalone" name="btnPostPopup"
     54                     value="Pay with Wema Bank Debit Card"
     55                     />
     56
    5057      </form>
    5158    </metal:main>
    52   </metal:body>
    53 </metal:html>
     59</metal:body>
     60
Note: See TracChangeset for help on using the changeset viewer.