source: WAeUP_SRP/trunk/skins/waeup_aaue/interswitch_request_form.pt @ 5592

Last change on this file since 5592 was 5190, checked in by Henrik Bettermann, 14 years ago

implement request payment

File size: 1.3 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>Request Your Payment Data from Interswitch! </h3>
5    <br />
6    <span tal:condition="not: info/payment_possible">
7      No payment information for your course available.
8    </span>
9    <span tal:condition="info/payment_possible">
10
11        <table>
12          <tr>
13            <td width="180px">
14            Payment:</td>
15            <td tal:content="info/type_description"></td>
16          </tr>
17          <tr>
18            <td>
19            Student Id:
20            </td>
21            <td tal:content="info/student_id" />
22          </tr>
23          <tr>
24            <td>
25            Registration Number:
26            </td>
27            <td tal:content="info/reg_no" />
28          </tr>     
29          <tr>
30            <td>
31            Matriculation Number:
32            </td>
33            <td tal:content="info/matric_no" />
34          </tr>                             
35          <tr>
36            <td>
37            Name:
38            </td>
39            <td tal:content="info/student_name" />
40          </tr>
41        </table>
42        <br />
43        <a tal:attributes="href string: ${info/request_url}">
44          <button class="standalone"> Request </button>
45        </a>
46    </span>
47    </metal:main>
48</metal:body>
49
Note: See TracBrowser for help on using the repository browser.