source: WAeUP_SRP/trunk/skins/waeup_fceokene/goto_interswitch_form.pt @ 3962

Last change on this file since 3962 was 3761, checked in by Henrik Bettermann, 16 years ago

more corrections for payment

File size: 1.4 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     
15      <span tal:replace = "structure info/xml_data" />
16     
17        <table>
18          <tr>
19            <td width="100px">
20            Payment:</td>
21            <td tal:content="info/type_description"></td>
22          </tr>
23          <tr>
24            <td>
25            Name:
26            </td>
27            <td tal:content="info/pay_bill_to" />
28          </tr>
29          <tr>
30            <td >
31            Amount:
32            </td>
33            <td> Naira <span tal:content="info/amount" /></td>
34          </tr>
35          <tr>
36            <td >
37            Surcharge:
38            </td>
39            <td> Naira <span tal:content="info/surcharge" /></td>
40          </tr>         
41     
42        </table>
43        <br />
44        <input type="submit"
45               class="standalone"
46               name="goto_bank"
47               value="Proceed to Interswitch Payment Gateway"
48               />
49      </form>
50    </metal:main>
51</metal:body>
52
Note: See TracBrowser for help on using the repository browser.