- Timestamp:
- 22 Dec 2006, 00:28:30 (18 years ago)
- Location:
- WAeUP_SRP/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/profiles/default/pumeresults.xml
r1062 r1128 11 11 <column value="course_code_org"/> 12 12 <column value="course_code"/> 13 <column value="result_type"/> 13 14 <index name="jamb_reg_no" meta_type="FieldIndex"> 14 15 <indexed_attr value="jamb_reg_no"/> -
WAeUP_SRP/trunk/skins/waeup_accommodation/getBedTypeNames.py
r952 r1128 19 19 for s,t in type_suffixes: 20 20 special.append(('%s_ekenhuan' % s,'Ekenhuan Campus %s' % t)) 21 special.append(('%s_pti' % s,'PTI %s' % t)) 21 22 type_suffixes.extend(special) 22 23 dict = {} -
WAeUP_SRP/trunk/skins/waeup_student/getStudentStatistics.py
r1112 r1128 55 55 fac_ids = [r.id for r in fac_res] 56 56 total = len(fac_res) 57 if total == 0: 58 continue 57 59 dep['students'] = total 58 60 cpe = len([s for s in fac_ids if s in cpe_ids])
Note: See TracChangeset for help on using the changeset viewer.