Changeset 1247 for WAeUP_SRP/trunk/skins/waeup_epayment
- Timestamp:
- 8 Jan 2007, 20:58:43 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_epayment
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_epayment/getSchoolFee.py
r1240 r1247 18 18 "EDU", 19 19 ) 20 fee_1_data = ("22200","School fee for 2006/2007 Session")21 fee_2_data = ("23700","School fee for 2006/2007 Session")20 fee_1_data = ("22200","School Fee for Session 2006/2007") 21 fee_2_data = ("23700","School Fee for Session 2006/2007") 22 22 23 23 if faculty in fee1: -
WAeUP_SRP/trunk/skins/waeup_epayment/payments_view.pt
r1245 r1247 23 23 </metal:block> 24 24 <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 28 26 <table class="contentListing" width="100%"> 29 27 <tr tal:repeat="row rows" … … 35 33 </tr> 36 34 </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 37 45 </metal:main> 38 46 </metal:body> -
WAeUP_SRP/trunk/skins/waeup_epayment/wema_form.pt
r1243 r1247 3 3 tal:define="info options/info"> 4 4 5 <h3> Pay Your School Fee Online! </h3>5 <h3>Authorize Online Payment! </h3> 6 6 <br /> 7 7 … … 48 48 Amount: 49 49 </td> 50 <td> Naira <span tal:content="info/amount" /> .00</td>50 <td> Naira <span tal:content="info/amount" /></td> 51 51 </tr> 52 <tr> 53 <td > 54 Bank: 55 </td> 56 <td>Wema Bank</td> 57 </tr> 52 58 </table> 53 59 <br /> 54 60 <input type="submit" class="standalone" name="btnPostPopup" 55 value=" Pay with Wema Bank Debit Card"61 value="Start" 56 62 /> 57 63
Note: See TracChangeset for help on using the changeset viewer.