1 | <metal:body use-macro="here/main_template/macros/master"> |
---|
2 | <metal:main fill-slot="main"> |
---|
3 | <metal:block tal:define="faculties context/getNewStudentStatistics; |
---|
4 | mtool here/portal_membership; |
---|
5 | member mtool/getAuthenticatedMember; |
---|
6 | session_str python:context.getSessionId()[1];"> |
---|
7 | |
---|
8 | <span tal:condition="not: faculties"> |
---|
9 | <span tal:content="here/illegal_view" /> |
---|
10 | </span> |
---|
11 | <span tal:condition="faculties"> |
---|
12 | |
---|
13 | <strong> |
---|
14 | <nobr><a href="search_students">Search Students</a> |
---|
15 | </nobr> |
---|
16 | <nobr><a href="statistics_ret_view">Returning Student Statistics</a> |
---|
17 | </nobr> |
---|
18 | </strong> |
---|
19 | |
---|
20 | <h3>New Student Statistics <span tal:content="session_str" /></h3> |
---|
21 | <br /> |
---|
22 | <span tal:condition="not:isAnon"> |
---|
23 | |
---|
24 | <h3>Full-Time Students (UME, DE, UG, PG)</h3> |
---|
25 | <br /> |
---|
26 | |
---|
27 | <table> |
---|
28 | <tr class="odd ajaxtd"> |
---|
29 | <th >Faculty</th> |
---|
30 | <th style='text-align:right'>Total New</th> |
---|
31 | <th style='text-align:right'>SC</th> |
---|
32 | <th style='text-align:right'>AD</th> |
---|
33 | <th style='text-align:right'>OR</th> |
---|
34 | <th style='text-align:right'>CPE</th> |
---|
35 | <th style='text-align:right'>CR</th> |
---|
36 | <th style='text-align:right'>VC</th> |
---|
37 | <th style='text-align:right'>SFP</th> |
---|
38 | <th style='text-align:right'>CLR</th> |
---|
39 | <th style='text-align:right'>CLV</th> |
---|
40 | |
---|
41 | </tr> |
---|
42 | <tr tal:repeat="d faculties" |
---|
43 | tal:attributes="class python:test(repeat['d'].even(), 'even ajaxtd', 'odd ajaxtd')"> |
---|
44 | <td width="80px"> <span tal:content="d/id" /> </td> |
---|
45 | <td width="80px" style='text-align:right'> |
---|
46 | <span tal:content="d/total_ft" /> |
---|
47 | </td> |
---|
48 | <td width="80px" style='text-align:right'> |
---|
49 | <span tal:content="d/student_created_ft" /> |
---|
50 | (<span tal:content="d/student_created_ft_percent" />%) |
---|
51 | </td> |
---|
52 | <td width="80px" style='text-align:right'> |
---|
53 | <span tal:content="d/admitted_ft" /> |
---|
54 | (<span tal:content="d/admitted_ft_percent" />%) |
---|
55 | </td> |
---|
56 | <td width="80px" style='text-align:right'> |
---|
57 | <span tal:content="d/objection_raised_ft" /> |
---|
58 | (<span tal:content="d/objection_raised_ft_percent" />%) |
---|
59 | </td> |
---|
60 | <td width="80px" style='text-align:right'> |
---|
61 | <span tal:content="d/clearance_pin_entered_ft" /> |
---|
62 | (<span tal:content="d/clearance_pin_entered_ft_percent" />%) |
---|
63 | </td> |
---|
64 | <td width="80px" style='text-align:right'> |
---|
65 | <span tal:content="d/clearance_requested_ft" /> |
---|
66 | (<span tal:content="d/clearance_requested_ft_percent" />%) |
---|
67 | </td> |
---|
68 | <td width="80px" style='text-align:right'> |
---|
69 | <span tal:content="d/cleared_and_validated_ft" /> |
---|
70 | (<span tal:content="d/cleared_and_validated_ft_percent" />%) |
---|
71 | </td> |
---|
72 | <td width="80px" style='text-align:right'> |
---|
73 | <span tal:content="d/school_fee_paid_ft" /> |
---|
74 | (<span tal:content="d/school_fee_paid_ft_percent" />%) |
---|
75 | </td> |
---|
76 | <td width="80px" style='text-align:right'> |
---|
77 | <span tal:content="d/courses_registered_ft" /> |
---|
78 | (<span tal:content="d/courses_registered_ft_percent" />%) |
---|
79 | </td> |
---|
80 | <td width="80px" style='text-align:right'> |
---|
81 | <span tal:content="d/courses_validated_ft" /> |
---|
82 | (<span tal:content="d/courses_validated_ft_percent" />%) |
---|
83 | </td> |
---|
84 | |
---|
85 | </tr> |
---|
86 | </table> |
---|
87 | |
---|
88 | <h3>Part-Time Students (DE, UG, PG)</h3> |
---|
89 | <br /> |
---|
90 | |
---|
91 | <table> |
---|
92 | <tr class="odd ajaxtd"> |
---|
93 | <th >Faculty</th> |
---|
94 | <th style='text-align:right'>Total New</th> |
---|
95 | <th style='text-align:right'>SC</th> |
---|
96 | <th style='text-align:right'>AD</th> |
---|
97 | <th style='text-align:right'>OR</th> |
---|
98 | <th style='text-align:right'>CPE</th> |
---|
99 | <th style='text-align:right'>CR</th> |
---|
100 | <th style='text-align:right'>VC</th> |
---|
101 | <th style='text-align:right'>SFP</th> |
---|
102 | <th style='text-align:right'>CLR</th> |
---|
103 | <th style='text-align:right'>CLV</th> |
---|
104 | |
---|
105 | </tr> |
---|
106 | <tr tal:repeat="d faculties" |
---|
107 | tal:attributes="class python:test(repeat['d'].even(), 'even ajaxtd', 'odd ajaxtd')"> |
---|
108 | <td width="80px"> <span tal:content="d/id" /> </td> |
---|
109 | <td width="80px" style='text-align:right'> |
---|
110 | <span tal:content="d/total_pt" /> |
---|
111 | </td> |
---|
112 | <td width="80px" style='text-align:right'> |
---|
113 | <span tal:content="d/student_created_pt" /> |
---|
114 | (<span tal:content="d/student_created_pt_percent" />%) |
---|
115 | </td> |
---|
116 | <td width="80px" style='text-align:right'> |
---|
117 | <span tal:content="d/admitted_pt" /> |
---|
118 | (<span tal:content="d/admitted_pt_percent" />%) |
---|
119 | </td> |
---|
120 | <td width="80px" style='text-align:right'> |
---|
121 | <span tal:content="d/objection_raised_pt" /> |
---|
122 | (<span tal:content="d/objection_raised_pt_percent" />%) |
---|
123 | </td> |
---|
124 | <td width="80px" style='text-align:right'> |
---|
125 | <span tal:content="d/clearance_pin_entered_pt" /> |
---|
126 | (<span tal:content="d/clearance_pin_entered_pt_percent" />%) |
---|
127 | </td> |
---|
128 | <td width="80px" style='text-align:right'> |
---|
129 | <span tal:content="d/clearance_requested_pt" /> |
---|
130 | (<span tal:content="d/clearance_requested_pt_percent" />%) |
---|
131 | </td> |
---|
132 | <td width="80px" style='text-align:right'> |
---|
133 | <span tal:content="d/cleared_and_validated_pt" /> |
---|
134 | (<span tal:content="d/cleared_and_validated_pt_percent" />%) |
---|
135 | </td> |
---|
136 | <td width="80px" style='text-align:right'> |
---|
137 | <span tal:content="d/school_fee_paid_pt" /> |
---|
138 | (<span tal:content="d/school_fee_paid_pt_percent" />%) |
---|
139 | </td> |
---|
140 | <td width="80px" style='text-align:right'> |
---|
141 | <span tal:content="d/courses_registered_pt" /> |
---|
142 | (<span tal:content="d/courses_registered_pt_percent" />%) |
---|
143 | </td> |
---|
144 | <td width="80px" style='text-align:right'> |
---|
145 | <span tal:content="d/courses_validated_pt" /> |
---|
146 | (<span tal:content="d/courses_validated_pt_percent" />%) |
---|
147 | </td> |
---|
148 | |
---|
149 | </tr> |
---|
150 | </table> |
---|
151 | |
---|
152 | <h3>Diploma Students (full-time and part-time)</h3> |
---|
153 | <br /> |
---|
154 | |
---|
155 | <table> |
---|
156 | <tr class="odd ajaxtd"> |
---|
157 | <th >Faculty</th> |
---|
158 | <th style='text-align:right'>Total New</th> |
---|
159 | <th style='text-align:right'>SC</th> |
---|
160 | <th style='text-align:right'>AD</th> |
---|
161 | <th style='text-align:right'>OR</th> |
---|
162 | <th style='text-align:right'>CPE</th> |
---|
163 | <th style='text-align:right'>CR</th> |
---|
164 | <th style='text-align:right'>VC</th> |
---|
165 | <th style='text-align:right'>SFP</th> |
---|
166 | <th style='text-align:right'>CLR</th> |
---|
167 | <th style='text-align:right'>CLV</th> |
---|
168 | |
---|
169 | </tr> |
---|
170 | <tr tal:repeat="d faculties" |
---|
171 | tal:attributes="class python:test(repeat['d'].even(), 'even ajaxtd', 'odd ajaxtd')"> |
---|
172 | <td width="80px"> <span tal:content="d/id" /> </td> |
---|
173 | <td width="80px" style='text-align:right'> |
---|
174 | <span tal:content="d/total_dp" /> |
---|
175 | </td> |
---|
176 | <td width="80px" style='text-align:right'> |
---|
177 | <span tal:content="d/student_created_dp" /> |
---|
178 | (<span tal:content="d/student_created_dp_percent" />%) |
---|
179 | </td> |
---|
180 | <td width="80px" style='text-align:right'> |
---|
181 | <span tal:content="d/admitted_dp" /> |
---|
182 | (<span tal:content="d/admitted_dp_percent" />%) |
---|
183 | </td> |
---|
184 | <td width="80px" style='text-align:right'> |
---|
185 | <span tal:content="d/objection_raised_dp" /> |
---|
186 | (<span tal:content="d/objection_raised_dp_percent" />%) |
---|
187 | </td> |
---|
188 | <td width="80px" style='text-align:right'> |
---|
189 | <span tal:content="d/clearance_pin_entered_dp" /> |
---|
190 | (<span tal:content="d/clearance_pin_entered_dp_percent" />%) |
---|
191 | </td> |
---|
192 | <td width="80px" style='text-align:right'> |
---|
193 | <span tal:content="d/clearance_requested_dp" /> |
---|
194 | (<span tal:content="d/clearance_requested_dp_percent" />%) |
---|
195 | </td> |
---|
196 | <td width="80px" style='text-align:right'> |
---|
197 | <span tal:content="d/cleared_and_validated_dp" /> |
---|
198 | (<span tal:content="d/cleared_and_validated_dp_percent" />%) |
---|
199 | </td> |
---|
200 | <td width="80px" style='text-align:right'> |
---|
201 | <span tal:content="d/school_fee_paid_dp" /> |
---|
202 | (<span tal:content="d/school_fee_paid_dp_percent" />%) |
---|
203 | </td> |
---|
204 | <td width="80px" style='text-align:right'> |
---|
205 | <span tal:content="d/courses_registered_dp" /> |
---|
206 | (<span tal:content="d/courses_registered_dp_percent" />%) |
---|
207 | </td> |
---|
208 | <td width="80px" style='text-align:right'> |
---|
209 | <span tal:content="d/courses_validated_dp" /> |
---|
210 | (<span tal:content="d/courses_validated_dp_percent" />%) |
---|
211 | </td> |
---|
212 | |
---|
213 | </tr> |
---|
214 | </table> |
---|
215 | |
---|
216 | |
---|
217 | <br /> |
---|
218 | <table> |
---|
219 | <tr><td>SC:</td> <td>Created (not yet logged in)</td></tr> |
---|
220 | <tr><td>AD:</td> <td>Admitted</td></tr> |
---|
221 | <tr><td>OR:</td> <td>Objection raised</td></tr> |
---|
222 | <tr><td>CPE:</td> <td>Clearance PIN entered</td></tr> |
---|
223 | <tr><td>CR: </td> <td>Clearance requested</td></tr> |
---|
224 | <tr><td>VC: </td> <td>Validated and cleared</td></tr> |
---|
225 | <tr><td>SFP: </td> <td>School fee paid</td></tr> |
---|
226 | <tr><td>CLR: </td> <td>Course list registered</td></tr> |
---|
227 | <tr><td>CLV: </td> <td>Course list validated</td></tr> |
---|
228 | </table> |
---|
229 | </span> |
---|
230 | </span> |
---|
231 | </metal:block> |
---|
232 | </metal:main> |
---|
233 | </metal:body> |
---|
234 | |
---|