source: WAeUP_SRP/trunk/skins/waeup_epayment/requery_payment_form.pt @ 1631

Last change on this file since 1631 was 1620, checked in by joachim, 18 years ago

created new catalog online_payment_transactions
importOnlinePaymentTransactions in WAeUPTool
there must be a OnlineTransactions?.csv in import
check_transactions checks online_payment_transactions against payments
check_online_payments checks the online_payments against the online_payment_transactions

  • Property svn:keywords set to Id
File size: 1.2 KB
Line 
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>Requery Online Payment! </h3>
6        <br />
7               
8      <form method="post" action="pay_online"
9            tal:attributes="action info/action ">
10      <span tal:repeat="arg python:info['args'].items()"
11            tal:omit-tag="">
12          <input type="hidden" tal:attributes="name python:arg[0];value python:arg[1]" />
13      </span>         
14        <table>
15          <tr>
16            <td width="100px">
17            Payment:</td>
18            <td tal:content="info/type_description"></td>
19          </tr>
20          <tr>
21            <td >
22            Amount:
23            </td>
24            <td> Naira <span tal:content="info/amount" /></td>
25          </tr>
26          <tr>
27            <td >
28            Bank:
29            </td>
30            <td>Wema Bank</td>
31          </tr>         
32        </table>
33        <br />
34        <input type="submit"
35               class="standalone"
36               name="goto_bank"
37               value="Requery this payment with Bank"
38               />
39      </form>
40    </metal:main>
41</metal:body>
42
Note: See TracBrowser for help on using the repository browser.