Last change
on this file was
1783,
checked in by Henrik Bettermann, 18 years ago
|
- assertViewable removed and page templates adjusted, so that no traceback occurs.
- 'Previous Session' action added
- waeup_content_master.pt removed
- and more
|
File size:
2.0 KB
|
Rev | Line | |
---|
[1737] | 1 | <metal:body use-macro="here/slip_template/macros/master"> |
---|
[1336] | 2 | <metal:main fill-slot="main" |
---|
| 3 | tal:define="info context/getTransferInfo"> |
---|
| 4 | |
---|
[1360] | 5 | <span tal:condition="python: not info or not info.get('paid',False)"> |
---|
[1783] | 6 | <span tal:content="here/illegal_view" /> |
---|
[1336] | 7 | </span> |
---|
[1360] | 8 | <span tal:condition="info/paid|nothing"> |
---|
[1336] | 9 | <center><font color="red"><span tal:content="info/pin"/></font></center> |
---|
| 10 | <br /> |
---|
| 11 | <strong>SECTION D:</strong> Decision(s) taken by the Central Committee |
---|
| 12 | <br /><br /> |
---|
| 13 | <table border=0 width=100%> |
---|
| 14 | <tr><td width="10px" valign="top"></td><td valign="top" style="border-bottom-style:dotted; border-bottom-width:1px; border-bottom-color:black"> |
---|
| 15 | </td></tr> |
---|
| 16 | <tr><td width="10px" valign="top"></td><td valign="top" style="border-bottom-style:dotted; border-bottom-width:1px; border-bottom-color:black"> |
---|
| 17 | </td></tr> |
---|
| 18 | <tr><td width="10px" valign="top"></td><td valign="top" style="border-bottom-style:dotted; border-bottom-width:1px; border-bottom-color:black"> |
---|
| 19 | </td></tr> |
---|
| 20 | </table> |
---|
| 21 | |
---|
| 22 | <br /><br /><br /><br /> |
---|
| 23 | <table width=100%> |
---|
| 24 | <tr > |
---|
| 25 | <td width=40% style="border-top-style:dotted; border-top-width:1px; border-top-color:black">Date</td> |
---|
| 26 | <td></td> |
---|
| 27 | <td width=40% style="border-top-style:dotted; border-top-width:1px; border-top-color:black">Chairman's Signature</td> |
---|
| 28 | </tr> |
---|
| 29 | </table> |
---|
| 30 | <br /><br /> |
---|
| 31 | |
---|
| 32 | <form action="" method="post" |
---|
| 33 | tal:attributes="action string:intra_faculty_transfer_1"> |
---|
| 34 | <input type="submit" |
---|
| 35 | class="standalone" |
---|
| 36 | value="Page 1/3" |
---|
| 37 | name="submit" /> |
---|
| 38 | </form> |
---|
| 39 | <form action="" method="post" |
---|
| 40 | tal:attributes="action string:intra_faculty_transfer_2"> |
---|
| 41 | <input type="submit" |
---|
| 42 | class="standalone" |
---|
| 43 | value="Page 2/3" |
---|
| 44 | name="submit" /> |
---|
| 45 | </form> |
---|
| 46 | |
---|
| 47 | |
---|
| 48 | </span> |
---|
| 49 | |
---|
| 50 | </metal:main> |
---|
| 51 | </metal:body> |
---|
| 52 | |
---|
Note: See
TracBrowser for help on using the repository browser.