[2706] | 1 | <metal:body use-macro="here/main_template/macros/master"> |
---|
| 2 | <metal:main fill-slot="main"> |
---|
| 3 | <metal:block tal:define="faculties context/getRetStudentStatistics; |
---|
| 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_new_view">New Student Statistics</a> |
---|
| 17 | </nobr> |
---|
| 18 | </strong> |
---|
| 19 | |
---|
| 20 | <h3>Returning 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> |
---|
[4305] | 30 | <th style='text-align:right'>Total</th> |
---|
| 31 | <th style='text-align:right'>ADM</th> |
---|
| 32 | <th style='text-align:right'>OR</th> |
---|
| 33 | <th style='text-align:right'>CPE</th> |
---|
| 34 | <th style='text-align:right'>CR</th> |
---|
| 35 | <th style='text-align:right'>VC</th> |
---|
| 36 | <th style='text-align:right'>RET</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> |
---|
[2706] | 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'> |
---|
[2706] | 46 | <span tal:content="d/total_ft" /> |
---|
| 47 | </td> |
---|
[4305] | 48 | <td width="80px" style='text-align:right'> |
---|
[2706] | 49 | <span tal:content="d/admitted_ft" /> |
---|
| 50 | (<span tal:content="d/admitted_ft_percent" />%) |
---|
| 51 | </td> |
---|
[4305] | 52 | <td width="80px" style='text-align:right'> |
---|
[2706] | 53 | <span tal:content="d/objection_raised_ft" /> |
---|
| 54 | (<span tal:content="d/objection_raised_ft_percent" />%) |
---|
| 55 | </td> |
---|
[4305] | 56 | <td width="80px" style='text-align:right'> |
---|
[2706] | 57 | <span tal:content="d/clearance_pin_entered_ft" /> |
---|
| 58 | (<span tal:content="d/clearance_pin_entered_ft_percent" />%) |
---|
| 59 | </td> |
---|
[4305] | 60 | <td width="80px" style='text-align:right'> |
---|
[2706] | 61 | <span tal:content="d/clearance_requested_ft" /> |
---|
| 62 | (<span tal:content="d/clearance_requested_ft_percent" />%) |
---|
| 63 | </td> |
---|
[4305] | 64 | <td width="80px" style='text-align:right'> |
---|
[2706] | 65 | <span tal:content="d/cleared_and_validated_ft" /> |
---|
| 66 | (<span tal:content="d/cleared_and_validated_ft_percent" />%) |
---|
| 67 | </td> |
---|
[4305] | 68 | <td width="80px" style='text-align:right'> |
---|
[2706] | 69 | <span tal:content="d/returning_ft" /> |
---|
| 70 | (<span tal:content="d/returning_ft_percent" />%) |
---|
| 71 | </td> |
---|
[4305] | 72 | <td width="80px" style='text-align:right'> |
---|
[2706] | 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'> |
---|
[2706] | 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'> |
---|
[2706] | 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</th> |
---|
| 95 | <th style='text-align:right'>ADM</th> |
---|
| 96 | <th style='text-align:right'>OR</th> |
---|
| 97 | <th style='text-align:right'>CPE</th> |
---|
| 98 | <th style='text-align:right'>CR</th> |
---|
| 99 | <th style='text-align:right'>VC</th> |
---|
| 100 | <th style='text-align:right'>RET</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> |
---|
[2706] | 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'> |
---|
[2706] | 110 | <span tal:content="d/total_pt" /> |
---|
| 111 | </td> |
---|
[4305] | 112 | <td width="80px" style='text-align:right'> |
---|
[2706] | 113 | <span tal:content="d/admitted_pt" /> |
---|
| 114 | (<span tal:content="d/admitted_pt_percent" />%) |
---|
| 115 | </td> |
---|
[4305] | 116 | <td width="80px" style='text-align:right'> |
---|
[2706] | 117 | <span tal:content="d/objection_raised_pt" /> |
---|
| 118 | (<span tal:content="d/objection_raised_pt_percent" />%) |
---|
| 119 | </td> |
---|
[4305] | 120 | <td width="80px" style='text-align:right'> |
---|
[2706] | 121 | <span tal:content="d/clearance_pin_entered_pt" /> |
---|
| 122 | (<span tal:content="d/clearance_pin_entered_pt_percent" />%) |
---|
| 123 | </td> |
---|
[4305] | 124 | <td width="80px" style='text-align:right'> |
---|
[2706] | 125 | <span tal:content="d/clearance_requested_pt" /> |
---|
| 126 | (<span tal:content="d/clearance_requested_pt_percent" />%) |
---|
| 127 | </td> |
---|
[4305] | 128 | <td width="80px" style='text-align:right'> |
---|
[2706] | 129 | <span tal:content="d/cleared_and_validated_pt" /> |
---|
| 130 | (<span tal:content="d/cleared_and_validated_pt_percent" />%) |
---|
| 131 | </td> |
---|
[4305] | 132 | <td width="80px" style='text-align:right'> |
---|
[2706] | 133 | <span tal:content="d/returning_pt" /> |
---|
| 134 | (<span tal:content="d/returning_pt_percent" />%) |
---|
| 135 | </td> |
---|
[4305] | 136 | <td width="80px" style='text-align:right'> |
---|
[2706] | 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'> |
---|
[2706] | 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'> |
---|
[2706] | 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 | |
---|
| 153 | <br /> |
---|
| 154 | <table> |
---|
| 155 | <tr><td>Total: </td> <td>Those who have logged in</td></tr> |
---|
| 156 | <tr><td>ADM: </td> <td>Admitted</td></tr> |
---|
| 157 | <tr><td>OR: </td> <td>Objection raised</td></tr> |
---|
| 158 | <tr><td>CPE: </td> <td>Clearance PIN entered</td></tr> |
---|
| 159 | <tr><td>CR: </td> <td>Clearance requested</td></tr> |
---|
| 160 | <tr><td>VC: </td> <td>Validated an cleared</td></tr> |
---|
| 161 | <tr><td>RET: </td> <td>Returning</td></tr> |
---|
| 162 | <tr><td>SFP: </td> <td>School fee paid</td></tr> |
---|
| 163 | <tr><td>CLR: </td> <td>Course list registered</td></tr> |
---|
| 164 | <tr><td>CLV: </td> <td>Course list validated</td></tr> |
---|
| 165 | </table> |
---|
| 166 | </span> |
---|
| 167 | </span> |
---|
| 168 | </metal:block> |
---|
| 169 | </metal:main> |
---|
| 170 | </metal:body> |
---|
| 171 | |
---|