Changeset 3959
- Timestamp:
- 11 Feb 2009, 05:12:40 (16 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_statistics
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_statistics/getNewStudentStatistics.py
r3774 r3959 20 20 return 21 21 22 entry_sessions = (context.getSessionId()[0]) 22 session_id = context.getSessionId()[0] 23 session_id_num = int(session_id) 24 entry_sessions = (session_id,str(session_id_num)) 23 25 24 26 # students with entry_session None (-1) are interprteted as new AND returning students if they are -
WAeUP_SRP/trunk/skins/waeup_statistics/statistics_new_view.pt
r3774 r3959 29 29 <th >Faculty</th> 30 30 <th align="right">Total New</th> 31 <th align="right">SC</th> 31 32 <th align="right">AD</th> 32 33 <th align="right">OR</th> … … 46 47 </td> 47 48 <td width="80px" 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" align="right"> 48 53 <span tal:content="d/admitted_ft" /> 49 54 (<span tal:content="d/admitted_ft_percent" />%) … … 88 93 <th >Faculty</th> 89 94 <th align="right">Total New</th> 95 <th align="right">SC</th> 90 96 <th align="right">AD</th> 91 97 <th align="right">OR</th> … … 105 111 </td> 106 112 <td width="80px" 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" align="right"> 107 117 <span tal:content="d/admitted_pt" /> 108 118 (<span tal:content="d/admitted_pt_percent" />%) … … 147 157 <th >Faculty</th> 148 158 <th align="right">Total New</th> 159 <th align="right">SC</th> 149 160 <th align="right">AD</th> 150 161 <th align="right">OR</th> … … 164 175 </td> 165 176 <td width="80px" 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" align="right"> 166 181 <span tal:content="d/admitted_dp" /> 167 182 (<span tal:content="d/admitted_dp_percent" />%) … … 202 217 <br /> 203 218 <table> 219 <tr><td>SC:</td> <td>Created (not yet logged in)</td></tr> 204 220 <tr><td>AD:</td> <td>Admitted</td></tr> 205 221 <tr><td>OR:</td> <td>Objection raised</td></tr>
Note: See TracChangeset for help on using the changeset viewer.