source: WAeUP_SRP/trunk/skins/waeup_student/inter_faculty_transfer_2.pt @ 1331

Last change on this file since 1331 was 1331, checked in by Henrik Bettermann, 18 years ago

new transfer forms

File size: 5.3 KB
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    <strong>SECTION B:</strong> To be completed by the Dean of the Present Faculty/School in Consultation with the Head of Department (if applicable).
14   
15    <br /><br />
16   
17    <table border=0 width=100%>
18   
19    <tr><td width="10px" valign="top">10.</td><td valign="top">
20         a) Enter Marks and other records for last Session: 2003/2004. (Please seek the assistance of the Faculty Examinations Officer)</td></tr>
21         
22    <tr><td>&nbsp;</td>
23    <td valign="top">
24   
25          <table border=0 width="100%">
26            <tr>
27              <td>First Semester Results</td><td>Second Semester Results</td>
28            </tr>
29            <tr>
30              <td>
31              <span tal:repeat="course info/taken"> <div valign="top" tal:condition="python:course['Semester']=='1'"> <span tal:content="course/CosCode" />: <span tal:content="course/GRADE" /></div></span>
32              </td>
33              <td>
34              <span tal:repeat="course info/taken"> <div valign="top" tal:condition="python:course['Semester']=='2'"> <span tal:content="course/CosCode" />: <span tal:content="course/GRADE" /></div></span>
35              </td>
36            </tr>
37          </table>
38    </td>
39    </tr>
40   
41    <tr><td width="10px" valign="top"></td><td valign="top">
42         b) Was the student advised to withdraw from the Faculty/School:&nbsp;&nbsp;&nbsp; YES / NO</td></tr>   
43
44    </table>
45
46    <br />
47 
48   
49    <table border=0 width=100%>
50   
51    <tr><td width="10px" valign="top">11.</td><td valign="top">
52         Comments on Academic Records, Character and Discipline:</td></tr>
53    <tr><td width="10px" valign="top"></td><td valign="top" style="border-bottom-style:dotted; border-bottom-width:1px; border-bottom-color:black">
54         &nbsp;</td></tr>     
55    <tr><td width="10px" valign="top"></td><td valign="top" style="border-bottom-style:dotted; border-bottom-width:1px; border-bottom-color:black">
56         &nbsp;</td></tr>   
57    <tr><td width="10px" valign="top"></td><td valign="top" style="border-bottom-style:dotted; border-bottom-width:1px; border-bottom-color:black">
58         &nbsp;</td></tr>         
59             
60    <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
61    <tr><td width="10px" valign="top">12.</td><td valign="top">
62         Pending Disciplinary Action, if any (give details):</td></tr>
63    <tr><td width="10px" valign="top"></td><td valign="top" style="border-bottom-style:dotted; border-bottom-width:1px; border-bottom-color:black">
64         &nbsp;</td></tr>     
65    <tr><td width="10px" valign="top"></td><td valign="top" style="border-bottom-style:dotted; border-bottom-width:1px; border-bottom-color:black">
66         &nbsp;</td></tr>   
67    <tr><td width="10px" valign="top"></td><td valign="top" style="border-bottom-style:dotted; border-bottom-width:1px; border-bottom-color:black">
68         &nbsp;</td></tr>       
69         
70    <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
71    <tr><td width="10px" valign="top">13.</td><td valign="top">
72         Are you willing to release this student?&nbsp;&nbsp;&nbsp;YES / NO</td></tr>
73         
74    <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
75    <tr><td width="10px" valign="top">14.</td><td valign="top">
76         Give reason(s):</td></tr>
77    <tr><td width="10px" valign="top"></td><td valign="top" style="border-bottom-style:dotted; border-bottom-width:1px; border-bottom-color:black">
78         &nbsp;</td></tr>     
79    <tr><td width="10px" valign="top"></td><td valign="top" style="border-bottom-style:dotted; border-bottom-width:1px; border-bottom-color:black">
80         &nbsp;</td></tr>   
81    <tr><td width="10px" valign="top"></td><td valign="top" style="border-bottom-style:dotted; border-bottom-width:1px; border-bottom-color:black">
82         &nbsp;</td></tr>       
83         
84    </table>   
85   
86    <br /><br />
87
88    <table width=100% border=0>
89    <tr>
90    <td width=40%>Date:</td>
91    <td></td>
92    <td width=40%>Date:</td>
93    </tr>
94    <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
95    <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
96    <tr>
97    <td width=40% style="border-top-style:dotted; border-top-width:1px; border-top-color:black">Head of Department's Signature</td>
98    <td></td>
99    <td width=40% style="border-top-style:dotted; border-top-width:1px; border-top-color:black">Signature of Dean</td>
100    </tr>
101    </table>       
102    <br /><br />
103   
104    <form action="" method="post"
105          tal:attributes="action string:${context/portal_url}/inter_faculty_transfer_1">
106      <input type="submit"
107             class="standalone"
108             value="Page 1/3"
109             name="submit" />
110    </form>   
111    <form action="" method="post"
112          tal:attributes="action string:${context/portal_url}/inter_faculty_transfer_3">
113      <input type="submit"
114             class="standalone"
115             value="Page 3/3"
116             name="submit" />
117    </form>   
118
119   
120    </span>
121   
122  </metal:main>
123</metal:body>
124
Note: See TracBrowser for help on using the repository browser.