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