source: WAeUP_SRP/trunk/skins/waeup_student/intra_faculty_transfer_2.pt @ 1339

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

payed -> paid
action added
action icon added

File size: 5.7 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['paid']">
6        <metal:block use-macro="here/error_not_found/macros/not_found" />
7    </span>               
8    <span tal:condition="python: info['paid']">                 
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 Heads of Department concerned and the Dean.
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         Releasing Head of Department's comments:  (Head of Department is advised to make appropriate consultations in his department before completing this section):</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         Proposal Head of Department's Comments: (Head of Department is advised to make appropriate consultations in the department before completing the section):</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    </table>   
71   
72    <br /><br />
73
74    <table width=100% border=0>
75    <tr>
76    <td width=40%>Date:</td>
77    <td></td>
78    <td width=40%>Date:</td>
79    </tr>
80    <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
81    <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
82    <tr>
83    <td width=40% style="border-top-style:dotted; border-top-width:1px; border-top-color:black">Releasing Head of Department's Signature</td>
84    <td></td>
85    <td width=40% style="border-top-style:dotted; border-top-width:1px; border-top-color:black">Proposal Head of Department's Signature</td>
86    </tr>
87    </table>   
88   
89    <table border=0 width=100%>
90    <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
91    <tr><td width="10px" valign="top">13.</td><td valign="top">
92         Dean's Comments:</td></tr>
93    <tr><td width="10px" valign="top"></td><td valign="top" style="border-bottom-style:dotted; border-bottom-width:1px; border-bottom-color:black">
94         &nbsp;</td></tr>     
95    <tr><td width="10px" valign="top"></td><td valign="top" style="border-bottom-style:dotted; border-bottom-width:1px; border-bottom-color:black">
96         &nbsp;</td></tr>   
97    <tr><td width="10px" valign="top"></td><td valign="top" style="border-bottom-style:dotted; border-bottom-width:1px; border-bottom-color:black">
98         &nbsp;</td></tr>       
99         
100    </table>   
101   
102   
103    <table width=100% border=0>
104    <tr><td>&nbsp;</td><td></td><td>&nbsp;</td></tr>
105    <tr>
106    <td width=40%>Date:</td>
107    <td></td>
108    <td width=40%>&nbsp;</td>
109    </tr>
110    <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
111    <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
112    <tr>
113    <td width=40% style="border-top-style:dotted; border-top-width:1px; border-top-color:black">Signature of Dean</td>
114    <td></td>
115    <td>&nbsp;</td>
116    </tr>   
117    </table>       
118    <br /><br />
119   
120    <form action="" method="post"
121          tal:attributes="action string:intra_faculty_transfer_1">
122      <input type="submit"
123             class="standalone"
124             value="Page 1/3"
125             name="submit" />
126    </form>   
127    <form action="" method="post"
128          tal:attributes="action string:intra_faculty_transfer_3">
129      <input type="submit"
130             class="standalone"
131             value="Page 3/3"
132             name="submit" />
133    </form>       
134    </span>
135   
136  </metal:main>
137</metal:body>
138
Note: See TracBrowser for help on using the repository browser.