1 | <metal:body use-macro="here/main_template/macros/master"> |
---|
2 | <metal:main fill-slot="main" |
---|
3 | tal:define="info context/getTransferInfo"> |
---|
4 | |
---|
5 | |
---|
6 | <span tal:condition="python: not info or not info.get('paid',False)"> |
---|
7 | <metal:block use-macro="here/error_not_found/macros/not_found" /> |
---|
8 | </span> |
---|
9 | <span tal:condition="info/paid|nothing"> |
---|
10 | <h3><center>INTER-FACULTY TRANSFER, 2006/2007 SESSION</center></h3> |
---|
11 | <h3><center>- APPLICATION FORM -</center></h3> |
---|
12 | <br /> |
---|
13 | <center><font color="red"><span tal:content="info/pin"/></font></center> |
---|
14 | <br /> |
---|
15 | TO BE PRINTED IN TRIPLICATE AND SUBMITTED TO THE STUDENT'S PRESENT DEAN. |
---|
16 | <br /><br /> |
---|
17 | <strong>NOTE:</strong> INTER-FACULTY TRANSFER IS A PRIVILEGE, AND NOT A RIGHT. |
---|
18 | STUDENTS WHO HAVE PREVIOUSLY TRANSFERRED FROM ANOTHER DEPARTMENT OR FACULTY/SCHOOL ARE NOT ELIGIBLE FOR TRANSFERS. |
---|
19 | <br /><br /> |
---|
20 | <strong>SECTION A:</strong> TO BE COMPLETED BY STUDENT |
---|
21 | |
---|
22 | <br /><br /> |
---|
23 | |
---|
24 | <table border=0 width=100%> |
---|
25 | <tr><td width="10px">1.</td><td width="240px">Name of Student:</td><td valign="top" tal:content="info/student/name" /></tr> |
---|
26 | <tr><td valign="top">2.</td><td>Mode of Entry:</td><td valign="top" tal:content="info/student/entry_mode" /></tr> |
---|
27 | <tr><td> </td><td>UME (Indicate Scores):</td><td style="border-bottom-style:dotted; border-bottom-width:1px; border-bottom-color:black"> </td></tr> |
---|
28 | <tr><td> </td><td>Direct Entry (Indicate Grades):</td><td style="border-bottom-style:dotted; border-bottom-width:1px; border-bottom-color:black"> </td></tr> |
---|
29 | <tr><td valign="top">3.</td><td>Matriculation No:</td><td valign="top" tal:content="info/student/matric_no" /></tr> |
---|
30 | <tr><td valign="top">4.</td><td>Present Faculty/School:</td><td valign="bottom" tal:content="info/student/faculty" /></tr> |
---|
31 | <tr><td> </td><td>Present Department (if applicable):</td><td valign="bottom" tal:content="info/student/department" /></tr> |
---|
32 | <tr><td valign="top">5.</td><td>Present Level:</td><td valign="top" tal:content="info/student/level" /></tr> |
---|
33 | <tr><td valign="top">6.</td><td valign="top">Courses Taken Last Session:</td> |
---|
34 | <td> <span tal:repeat="course info/taken"> <span valign="top" tal:content="course/CosCode" />, </span> |
---|
35 | </td> |
---|
36 | </tr> |
---|
37 | <tr><td>7.</td><td>Proposed Department:</td><td style="border-bottom-style:dotted; border-bottom-width:1px; border-bottom-color:black"> </td></tr> |
---|
38 | <tr><td valign="top">8.</td><td>Reason(s) for Transfer (Tick)</td><td></td></tr> |
---|
39 | <tr><td></td><td>(a) Personal Wish:</td><td>( )</td></tr> |
---|
40 | <tr><td></td><td width="210px">(b) Advised to Withdraw from Faculty/School:</td><td>( )</td></tr> |
---|
41 | <tr><td valign="top">9.</td><td width="210px">Have you previously transferred from any other Faculty/School or Department?</td><td valign="top">YES / NO</td></tr> |
---|
42 | </table> |
---|
43 | |
---|
44 | <br /><br /><br /><br /> |
---|
45 | <table width=100%> |
---|
46 | <tr > |
---|
47 | <td width=40% style="border-top-style:dotted; border-top-width:1px; border-top-color:black"> Date</td> |
---|
48 | <td></td> |
---|
49 | <td width=40% style="border-top-style:dotted; border-top-width:1px; border-top-color:black">Signature of Student</td> |
---|
50 | </tr> |
---|
51 | </table> |
---|
52 | |
---|
53 | <br /><br /><br /> |
---|
54 | |
---|
55 | <form action="" method="post" |
---|
56 | tal:attributes="action string:inter_faculty_transfer_2"> |
---|
57 | <input type="submit" |
---|
58 | class="standalone" |
---|
59 | value="Page 2/3" |
---|
60 | name="submit" /> |
---|
61 | </form> |
---|
62 | <form action="" method="post" |
---|
63 | tal:attributes="action string:inter_faculty_transfer_3"> |
---|
64 | <input type="submit" |
---|
65 | class="standalone" |
---|
66 | value="Page 3/3" |
---|
67 | name="submit" /> |
---|
68 | </form> |
---|
69 | |
---|
70 | </span> |
---|
71 | |
---|
72 | </metal:main> |
---|
73 | </metal:body> |
---|
74 | |
---|