source: WAeUP_SRP/trunk/skins/waeup_student/inter_faculty_transfer_3.pt @ 1345

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

payed -> paid
action added
action icon added

File size: 5.4 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 C:</strong> To be completed by the Dean of the Proposed Faculty/School in consultation with the Head of Department Concerned (if applicable).
14   
15    <br /><br />
16   
17    <table border=0 width=100%>
18   
19   
20    <tr><td width="10px" valign="top">15.</td><td valign="top">
21         Are you willing to accept this student? &nbsp;&nbsp;&nbsp; YES / NO</td></tr>       
22    <tr><td width="10px" valign="top">16.</td><td valign="top">
23                   If YES, state</td></tr>       
24    <tr><td width="10px" valign="top">&nbsp;</td><td>
25        <table width=100% border=0>
26              <tr>
27               <td valign="top" width="100px">
28                 a) Department:
29               </td>
30               <td style="border-bottom-style:dotted; border-bottom-width:1px; border-bottom-color:black"> &nbsp;</td>
31              </tr>
32              <tr>
33               <td valign="top" width="100px">
34                 b) Level:
35               </td>
36               <td style="border-bottom-style:dotted; border-bottom-width:1px; border-bottom-color:black"> &nbsp;</td>
37              </tr>
38              <tr>
39               <td valign="top" width="100px">
40                 c) Course:
41               </td>
42               <td style="border-bottom-style:dotted; border-bottom-width:1px; border-bottom-color:black"> &nbsp;</td>
43              </tr>                           
44        </table> 
45    </td></tr>
46    <tr><td>&nbsp;</td><td>&nbsp;</td></tr> 
47    <tr><td width="10px" valign="top">17.</td><td valign="top">
48         Give reasons for accepting the student:</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    <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
56    <tr><td width="10px" valign="top">18.</td><td valign="top">
57         If NO, give reasons for not accepting the student:</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    <tr><td width="10px" valign="top"></td><td valign="top" style="border-bottom-style:dotted; border-bottom-width:1px; border-bottom-color:black">
61         &nbsp;</td></tr>   
62    <tr><td width="10px" valign="top"></td><td valign="top" style="border-bottom-style:dotted; border-bottom-width:1px; border-bottom-color:black">
63         &nbsp;</td></tr>       
64
65    </table>   
66   
67    <br /><br />
68
69    <table width=100% border=0>
70    <tr>
71    <td width=40%>Date:</td>
72    <td></td>
73    <td width=40%>Date:</td>
74    </tr>
75    <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
76    <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
77    <tr>
78    <td width=40% style="border-top-style:dotted; border-top-width:1px; border-top-color:black">Head of Department Signature (if applicable)</td>
79    <td></td>
80    <td width=40% style="border-top-style:dotted; border-top-width:1px; border-top-color:black">Signature of Dean</td>
81    </tr>
82    </table>       
83
84    <br /><br />   
85   
86    <strong>SECTION D:</strong> Decision(s) taken by the Central Committee
87   
88    <br /><br />
89   
90    <table border=0 width=100%>
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    <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    </table> 
98
99    <br /><br /><br /><br />
100    <table width=100%>
101    <tr >
102    <td width=40% style="border-top-style:dotted; border-top-width:1px; border-top-color:black">Date</td>
103    <td></td>
104    <td width=40% style="border-top-style:dotted; border-top-width:1px; border-top-color:black">Chairman's Signature</td>
105    </tr>
106    </table>   
107    <br /><br />
108   
109    <form action="" method="post"
110          tal:attributes="action string:inter_faculty_transfer_1">
111      <input type="submit"
112             class="standalone"
113             value="Page 1/3"
114             name="submit" />
115    </form>   
116    <form action="" method="post"
117          tal:attributes="action string:inter_faculty_transfer_2">
118      <input type="submit"
119             class="standalone"
120             value="Page 2/3"
121             name="submit" />
122    </form>   
123
124   
125    </span>
126   
127  </metal:main>
128</metal:body>
129
Note: See TracBrowser for help on using the repository browser.