source: WAeUP_SRP/trunk/skins/waeup_uniben/etranzact_form.pt @ 17929

Last change on this file since 17929 was 8028, checked in by Henrik Bettermann, 12 years ago

Implementation of acceptance fee payment via eTranzact.

File size: 1.1 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    <h3>Confirm Your Payment Data! </h3>
5    <br />
6    <span tal:condition="not: info/payment_possible">
7      No payment information available.
8    </span>
9    <span tal:condition="info/payment_possible">
10      <form method="post" tal:attributes="action info/action">
11        <table>
12          <tr>
13            <td width="100px">
14            Payment:</td>
15            <td tal:content="info/type_description"></td>
16          </tr>
17          <tr>
18            <td>
19            Name:
20            </td>
21            <td tal:content="info/pay_bill_to" />
22          </tr>
23          <tr>
24            <td >
25            Amount:
26            </td>
27            <td> Naira <span tal:content="info/amount" /></td>
28          </tr>
29        </table>
30        <br />
31        <input type="submit"
32               class="standalone"
33               name="goto_bank"
34               value="Confirm"
35               />
36
37      </form>
38    </span>
39    </metal:main>
40</metal:body>
41
Note: See TracBrowser for help on using the repository browser.