source: WAeUP_SRP/uniben/waeup_custom/goto_interswitch_form.pt @ 2947

Last change on this file since 2947 was 2847, checked in by Henrik Bettermann, 17 years ago

move files into uniben's waeup_custom

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>Authorize 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            Name:
23            </td>
24            <td tal:content="info/pay_bill_to" />
25          </tr>
26          <tr>
27            <td >
28            Amount:
29            </td>
30            <td> Naira <span tal:content="info/amount" /></td>
31          </tr>
32     
33        </table>
34        <br />
35        <input type="submit"
36               class="standalone"
37               name="goto_bank"
38               value="Proceed to Payment Gateway"
39               />
40      </form>
41    </metal:main>
42</metal:body>
43
Note: See TracBrowser for help on using the repository browser.