Line | |
---|
1 | <metal:body use-macro="here/main_template/macros/master"> |
---|
2 | <metal:main fill-slot="main" |
---|
3 | tal:define="info context/getTransferInfo"> |
---|
4 | |
---|
5 | <span tal:condition="python: not info or not info['payed']"> |
---|
6 | <metal:block use-macro="here/error_not_found/macros/not_found" /> |
---|
7 | </span> |
---|
8 | <span tal:condition="python: info['payed']"> |
---|
9 | |
---|
10 | <center><font color="red"><span tal:content="info/pin"/></font></center> |
---|
11 | <br /> |
---|
12 | |
---|
13 | |
---|
14 | |
---|
15 | <strong>SECTION D:</strong> Decision(s) taken by the Central Committee |
---|
16 | |
---|
17 | <br /><br /> |
---|
18 | |
---|
19 | <table border=0 width=100%> |
---|
20 | <tr><td width="10px" valign="top"></td><td valign="top" style="border-bottom-style:dotted; border-bottom-width:1px; border-bottom-color:black"> |
---|
21 | </td></tr> |
---|
22 | <tr><td width="10px" valign="top"></td><td valign="top" style="border-bottom-style:dotted; border-bottom-width:1px; border-bottom-color:black"> |
---|
23 | </td></tr> |
---|
24 | <tr><td width="10px" valign="top"></td><td valign="top" style="border-bottom-style:dotted; border-bottom-width:1px; border-bottom-color:black"> |
---|
25 | </td></tr> |
---|
26 | </table> |
---|
27 | |
---|
28 | <br /><br /><br /><br /> |
---|
29 | <table width=100%> |
---|
30 | <tr > |
---|
31 | <td width=40% style="border-top-style:dotted; border-top-width:1px; border-top-color:black">Date</td> |
---|
32 | <td></td> |
---|
33 | <td width=40% style="border-top-style:dotted; border-top-width:1px; border-top-color:black">Chairman's Signature</td> |
---|
34 | </tr> |
---|
35 | </table> |
---|
36 | <br /><br /> |
---|
37 | |
---|
38 | <form action="" method="post" |
---|
39 | tal:attributes="action string:intra_faculty_transfer_1"> |
---|
40 | <input type="submit" |
---|
41 | class="standalone" |
---|
42 | value="Page 1/3" |
---|
43 | name="submit" /> |
---|
44 | </form> |
---|
45 | <form action="" method="post" |
---|
46 | tal:attributes="action string:intra_faculty_transfer_2"> |
---|
47 | <input type="submit" |
---|
48 | class="standalone" |
---|
49 | value="Page 2/3" |
---|
50 | name="submit" /> |
---|
51 | </form> |
---|
52 | |
---|
53 | |
---|
54 | </span> |
---|
55 | |
---|
56 | </metal:main> |
---|
57 | </metal:body> |
---|
58 | |
---|
Note: See
TracBrowser for help on using the repository browser.