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

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

avoid key errors

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