[2243] | 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; |
---|
[2705] | 5 | member mtool/getAuthenticatedMember; |
---|
| 6 | session_str python:context.getSessionId()[1];"> |
---|
[2243] | 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 | |
---|
[2705] | 20 | <h3>New Student Statistics <span tal:content="session_str" /></h3> |
---|
[2243] | 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> |
---|
[4305] | 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> |
---|
[2243] | 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> |
---|
[4305] | 45 | <td width="80px" style='text-align:right'> |
---|
[2243] | 46 | <span tal:content="d/total_ft" /> |
---|
| 47 | </td> |
---|
[4305] | 48 | <td width="80px" style='text-align:right'> |
---|
[3959] | 49 | <span tal:content="d/student_created_ft" /> |
---|
| 50 | (<span tal:content="d/student_created_ft_percent" />%) |
---|
| 51 | </td> |
---|
[4305] | 52 | <td width="80px" style='text-align:right'> |
---|
[2243] | 53 | <span tal:content="d/admitted_ft" /> |
---|
| 54 | (<span tal:content="d/admitted_ft_percent" />%) |
---|
| 55 | </td> |
---|
[4305] | 56 | <td width="80px" style='text-align:right'> |
---|
[2243] | 57 | <span tal:content="d/objection_raised_ft" /> |
---|
| 58 | (<span tal:content="d/objection_raised_ft_percent" />%) |
---|
| 59 | </td> |
---|
[4305] | 60 | <td width="80px" style='text-align:right'> |
---|
[2243] | 61 | <span tal:content="d/clearance_pin_entered_ft" /> |
---|
| 62 | (<span tal:content="d/clearance_pin_entered_ft_percent" />%) |
---|
| 63 | </td> |
---|
[4305] | 64 | <td width="80px" style='text-align:right'> |
---|
[2243] | 65 | <span tal:content="d/clearance_requested_ft" /> |
---|
| 66 | (<span tal:content="d/clearance_requested_ft_percent" />%) |
---|
| 67 | </td> |
---|
[4305] | 68 | <td width="80px" style='text-align:right'> |
---|
[2243] | 69 | <span tal:content="d/cleared_and_validated_ft" /> |
---|
| 70 | (<span tal:content="d/cleared_and_validated_ft_percent" />%) |
---|
| 71 | </td> |
---|
[4305] | 72 | <td width="80px" style='text-align:right'> |
---|
[2243] | 73 | <span tal:content="d/school_fee_paid_ft" /> |
---|
| 74 | (<span tal:content="d/school_fee_paid_ft_percent" />%) |
---|
| 75 | </td> |
---|
[4305] | 76 | <td width="80px" style='text-align:right'> |
---|
[2243] | 77 | <span tal:content="d/courses_registered_ft" /> |
---|
| 78 | (<span tal:content="d/courses_registered_ft_percent" />%) |
---|
| 79 | </td> |
---|
[4305] | 80 | <td width="80px" style='text-align:right'> |
---|
[2243] | 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> |
---|
[4305] | 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> |
---|
[2243] | 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> |
---|
[4305] | 109 | <td width="80px" style='text-align:right'> |
---|
[2243] | 110 | <span tal:content="d/total_pt" /> |
---|
| 111 | </td> |
---|
[4305] | 112 | <td width="80px" style='text-align:right'> |
---|
[3959] | 113 | <span tal:content="d/student_created_pt" /> |
---|
| 114 | (<span tal:content="d/student_created_pt_percent" />%) |
---|
| 115 | </td> |
---|
[4305] | 116 | <td width="80px" style='text-align:right'> |
---|
[2243] | 117 | <span tal:content="d/admitted_pt" /> |
---|
| 118 | (<span tal:content="d/admitted_pt_percent" />%) |
---|
| 119 | </td> |
---|
[4305] | 120 | <td width="80px" style='text-align:right'> |
---|
[2243] | 121 | <span tal:content="d/objection_raised_pt" /> |
---|
| 122 | (<span tal:content="d/objection_raised_pt_percent" />%) |
---|
| 123 | </td> |
---|
[4305] | 124 | <td width="80px" style='text-align:right'> |
---|
[2243] | 125 | <span tal:content="d/clearance_pin_entered_pt" /> |
---|
| 126 | (<span tal:content="d/clearance_pin_entered_pt_percent" />%) |
---|
| 127 | </td> |
---|
[4305] | 128 | <td width="80px" style='text-align:right'> |
---|
[2243] | 129 | <span tal:content="d/clearance_requested_pt" /> |
---|
| 130 | (<span tal:content="d/clearance_requested_pt_percent" />%) |
---|
| 131 | </td> |
---|
[4305] | 132 | <td width="80px" style='text-align:right'> |
---|
[2243] | 133 | <span tal:content="d/cleared_and_validated_pt" /> |
---|
| 134 | (<span tal:content="d/cleared_and_validated_pt_percent" />%) |
---|
| 135 | </td> |
---|
[4305] | 136 | <td width="80px" style='text-align:right'> |
---|
[2243] | 137 | <span tal:content="d/school_fee_paid_pt" /> |
---|
| 138 | (<span tal:content="d/school_fee_paid_pt_percent" />%) |
---|
| 139 | </td> |
---|
[4305] | 140 | <td width="80px" style='text-align:right'> |
---|
[2243] | 141 | <span tal:content="d/courses_registered_pt" /> |
---|
| 142 | (<span tal:content="d/courses_registered_pt_percent" />%) |
---|
| 143 | </td> |
---|
[4305] | 144 | <td width="80px" style='text-align:right'> |
---|
[2243] | 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 | |
---|
[3774] | 152 | <h3>Diploma Students (full-time and part-time)</h3> |
---|
| 153 | <br /> |
---|
[2243] | 154 | |
---|
[3774] | 155 | <table> |
---|
| 156 | <tr class="odd ajaxtd"> |
---|
| 157 | <th >Faculty</th> |
---|
[4305] | 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> |
---|
[2243] | 168 | |
---|
[3774] | 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> |
---|
[4305] | 173 | <td width="80px" style='text-align:right'> |
---|
[3774] | 174 | <span tal:content="d/total_dp" /> |
---|
| 175 | </td> |
---|
[4305] | 176 | <td width="80px" style='text-align:right'> |
---|
[3959] | 177 | <span tal:content="d/student_created_dp" /> |
---|
| 178 | (<span tal:content="d/student_created_dp_percent" />%) |
---|
| 179 | </td> |
---|
[4305] | 180 | <td width="80px" style='text-align:right'> |
---|
[3774] | 181 | <span tal:content="d/admitted_dp" /> |
---|
| 182 | (<span tal:content="d/admitted_dp_percent" />%) |
---|
| 183 | </td> |
---|
[4305] | 184 | <td width="80px" style='text-align:right'> |
---|
[3774] | 185 | <span tal:content="d/objection_raised_dp" /> |
---|
| 186 | (<span tal:content="d/objection_raised_dp_percent" />%) |
---|
| 187 | </td> |
---|
[4305] | 188 | <td width="80px" style='text-align:right'> |
---|
[3774] | 189 | <span tal:content="d/clearance_pin_entered_dp" /> |
---|
| 190 | (<span tal:content="d/clearance_pin_entered_dp_percent" />%) |
---|
| 191 | </td> |
---|
[4305] | 192 | <td width="80px" style='text-align:right'> |
---|
[3774] | 193 | <span tal:content="d/clearance_requested_dp" /> |
---|
| 194 | (<span tal:content="d/clearance_requested_dp_percent" />%) |
---|
| 195 | </td> |
---|
[4305] | 196 | <td width="80px" style='text-align:right'> |
---|
[3774] | 197 | <span tal:content="d/cleared_and_validated_dp" /> |
---|
| 198 | (<span tal:content="d/cleared_and_validated_dp_percent" />%) |
---|
| 199 | </td> |
---|
[4305] | 200 | <td width="80px" style='text-align:right'> |
---|
[3774] | 201 | <span tal:content="d/school_fee_paid_dp" /> |
---|
| 202 | (<span tal:content="d/school_fee_paid_dp_percent" />%) |
---|
| 203 | </td> |
---|
[4305] | 204 | <td width="80px" style='text-align:right'> |
---|
[3774] | 205 | <span tal:content="d/courses_registered_dp" /> |
---|
| 206 | (<span tal:content="d/courses_registered_dp_percent" />%) |
---|
| 207 | </td> |
---|
[4305] | 208 | <td width="80px" style='text-align:right'> |
---|
[3774] | 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 | |
---|
[2243] | 217 | <br /> |
---|
| 218 | <table> |
---|
[3959] | 219 | <tr><td>SC:</td> <td>Created (not yet logged in)</td></tr> |
---|
[2243] | 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 | |
---|