source: WAeUP_SRP/base/skins/waeup_student/inter_faculty_transfer_3.pt @ 2300

Last change on this file since 2300 was 1783, checked in by Henrik Bettermann, 17 years ago
  • assertViewable removed and page templates adjusted, so that no traceback occurs.
  • 'Previous Session' action added
  • waeup_content_master.pt removed
  • and more
File size: 5.3 KB
Line 
1<metal:body use-macro="here/slip_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        <span tal:content="here/illegal_view" />
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 C:</strong> To be completed by the Dean of the Proposed Faculty/School in consultation with the Head of Department Concerned (if applicable).
12    <br /><br />
13    <table border=0 width=100%>
14   
15   
16    <tr><td width="10px" valign="top">15.</td><td valign="top">
17         Are you willing to accept this student? &nbsp;&nbsp;&nbsp; YES / NO</td></tr>       
18    <tr><td width="10px" valign="top">16.</td><td valign="top">
19                   If YES, state</td></tr>       
20    <tr><td width="10px" valign="top">&nbsp;</td><td>
21        <table width=100% border=0>
22              <tr>
23               <td valign="top" width="100px">
24                 a) Department:
25               </td>
26               <td style="border-bottom-style:dotted; border-bottom-width:1px; border-bottom-color:black"> &nbsp;</td>
27              </tr>
28              <tr>
29               <td valign="top" width="100px">
30                 b) Level:
31               </td>
32               <td style="border-bottom-style:dotted; border-bottom-width:1px; border-bottom-color:black"> &nbsp;</td>
33              </tr>
34              <tr>
35               <td valign="top" width="100px">
36                 c) Course:
37               </td>
38               <td style="border-bottom-style:dotted; border-bottom-width:1px; border-bottom-color:black"> &nbsp;</td>
39              </tr>                           
40        </table> 
41    </td></tr>
42    <tr><td>&nbsp;</td><td>&nbsp;</td></tr> 
43    <tr><td width="10px" valign="top">17.</td><td valign="top">
44         Give reasons for accepting the student:</td></tr>
45    <tr><td width="10px" valign="top"></td><td valign="top" style="border-bottom-style:dotted; border-bottom-width:1px; border-bottom-color:black">
46         &nbsp;</td></tr>     
47    <tr><td width="10px" valign="top"></td><td valign="top" style="border-bottom-style:dotted; border-bottom-width:1px; border-bottom-color:black">
48         &nbsp;</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>&nbsp;</td><td>&nbsp;</td></tr>
52    <tr><td width="10px" valign="top">18.</td><td valign="top">
53         If NO, give reasons for not accepting the student:</td></tr>
54    <tr><td width="10px" valign="top"></td><td valign="top" style="border-bottom-style:dotted; border-bottom-width:1px; border-bottom-color:black">
55         &nbsp;</td></tr>     
56    <tr><td width="10px" valign="top"></td><td valign="top" style="border-bottom-style:dotted; border-bottom-width:1px; border-bottom-color:black">
57         &nbsp;</td></tr>   
58    <tr><td width="10px" valign="top"></td><td valign="top" style="border-bottom-style:dotted; border-bottom-width:1px; border-bottom-color:black">
59         &nbsp;</td></tr>       
60
61    </table>   
62   
63    <br /><br />
64
65    <table width=100% border=0>
66    <tr>
67    <td width=40%>Date:</td>
68    <td></td>
69    <td width=40%>Date:</td>
70    </tr>
71    <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
72    <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
73    <tr>
74    <td width=40% style="border-top-style:dotted; border-top-width:1px; border-top-color:black">Head of Department Signature (if applicable)</td>
75    <td></td>
76    <td width=40% style="border-top-style:dotted; border-top-width:1px; border-top-color:black">Signature of Dean</td>
77    </tr>
78    </table>       
79
80    <br /><br />   
81   
82    <strong>SECTION D:</strong> Decision(s) taken by the Central Committee
83   
84    <br /><br />
85   
86    <table border=0 width=100%>
87    <tr><td width="10px" valign="top"></td><td valign="top" style="border-bottom-style:dotted; border-bottom-width:1px; border-bottom-color:black">
88         &nbsp;</td></tr>     
89    <tr><td width="10px" valign="top"></td><td valign="top" style="border-bottom-style:dotted; border-bottom-width:1px; border-bottom-color:black">
90         &nbsp;</td></tr>     
91    <tr><td width="10px" valign="top"></td><td valign="top" style="border-bottom-style:dotted; border-bottom-width:1px; border-bottom-color:black">
92         &nbsp;</td></tr>                       
93    </table> 
94
95    <br /><br /><br /><br />
96    <table width=100%>
97    <tr >
98    <td width=40% style="border-top-style:dotted; border-top-width:1px; border-top-color:black">Date</td>
99    <td></td>
100    <td width=40% style="border-top-style:dotted; border-top-width:1px; border-top-color:black">Chairman's Signature</td>
101    </tr>
102    </table>   
103    <br /><br />
104   
105    <form action="" method="post"
106          tal:attributes="action string:inter_faculty_transfer_1">
107      <input type="submit"
108             class="standalone"
109             value="Page 1/3"
110             name="submit" />
111    </form>   
112    <form action="" method="post"
113          tal:attributes="action string:inter_faculty_transfer_2">
114      <input type="submit"
115             class="standalone"
116             value="Page 2/3"
117             name="submit" />
118    </form>   
119
120   
121    </span>
122   
123  </metal:main>
124</metal:body>
125
Note: See TracBrowser for help on using the repository browser.