- Timestamp:
- 9 May 2007, 20:10:51 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_student
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/getNewStudentStatistics.py
r1762 r1763 51 51 else: 52 52 dict[statepercent] = 0 53 #fac_res['all'] = dict54 53 l.append(dict) 55 54 … … 68 67 else: 69 68 dict[statepercent] = 0 70 #fac_res[f.getId] = dict71 69 l.append(dict) 72 70 -
WAeUP_SRP/trunk/skins/waeup_student/getRetStudentStatistics.py
r1762 r1763 1 ## Script (Python) "get NewStudentStatistics"1 ## Script (Python) "getRetStudentStatistics" 2 2 ##bind container=container 3 3 ##bind context=context … … 20 20 return 'Not allowed' 21 21 22 entry_sessions = ('9 8','99','00','01','02','03','04','05')22 entry_sessions = ('94','95','96','97','98','99','00','01','02','03','04','05') 23 23 24 24 new_states = ('returning', … … 47 47 else: 48 48 dict[statepercent] = 0 49 #fac_res['all'] = dict50 49 l.append(dict) 51 50 … … 64 63 else: 65 64 dict[statepercent] = 0 66 #fac_res[f.getId] = dict67 65 l.append(dict) 68 66
Note: See TracChangeset for help on using the changeset viewer.