Ignore:
Timestamp:
8 Jan 2007, 20:58:43 (18 years ago)
Author:
Henrik Bettermann
Message:

online payment beautified

Location:
WAeUP_SRP/trunk/skins/waeup_epayment
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_epayment/getSchoolFee.py

    r1240 r1247  
    1818        "EDU",
    1919        )
    20 fee_1_data = ("22200","Schoolfee for 2006/2007 Session")
    21 fee_2_data = ("23700","Schoolfee for 2006/2007 Session")
     20fee_1_data = ("22200","School Fee for Session 2006/2007")
     21fee_2_data = ("23700","School Fee for Session 2006/2007")
    2222
    2323if faculty in fee1:
  • WAeUP_SRP/trunk/skins/waeup_epayment/payments_view.pt

    r1245 r1247  
    2323      </metal:block>
    2424      <metal:main fill-slot="main">
    25         <div>
    26           <a href="" tal:attributes="href string:${context/absolute_url}/pay_online">Pay Your Schoolfee online</a>
    27         </div>
     25
    2826        <table class="contentListing" width="100%">
    2927          <tr tal:repeat="row rows"
     
    3533          </tr>
    3634        </table>
     35        <br />
     36        <div>
     37       
     38        <form tal:attributes="action string: ${context/absolute_url}/pay_online" method="post" class="group">
     39         <input type="submit" class="context" value="Initiate School Fee Online Payment" />
     40        </form> 
     41
     42        </div>       
     43       
     44       
    3745      </metal:main>
    3846    </metal:body>
  • WAeUP_SRP/trunk/skins/waeup_epayment/wema_form.pt

    r1243 r1247  
    33                tal:define="info options/info">
    44               
    5         <h3>Pay Your School Fee Online! </h3>
     5        <h3>Authorize Online Payment! </h3>
    66        <br />
    77               
     
    4848            Amount:
    4949            </td>
    50             <td> Naira <span tal:content="info/amount" />.00</td>
     50            <td> Naira <span tal:content="info/amount" /></td>
    5151          </tr>
     52          <tr>
     53            <td >
     54            Bank:
     55            </td>
     56            <td>Wema Bank</td>
     57          </tr>         
    5258        </table>
    5359        <br />
    5460        <input type="submit" class="standalone" name="btnPostPopup"
    55                      value="Pay with Wema Bank Debit Card"
     61                     value="Start"
    5662                     />
    5763
Note: See TracChangeset for help on using the changeset viewer.