- Timestamp:
- 15 Feb 2007, 14:30:16 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_student
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/getStudentFolderInfo.py
r1422 r1423 57 57 58 58 info['session'] = False 59 if st_brain.matric_no 59 if st_brain.matric_no: 60 60 res = context.results_import(matric_no = st_brain.matric_no) 61 61 if res: -
WAeUP_SRP/trunk/skins/waeup_student/search_students_form.pt
r1420 r1423 19 19 <span tal:condition="allowed" tal:omit-tag=""> 20 20 <a href="statistics_new_view"><strong>New Student Statistics</strong></a> 21 21 22 22 <a href="statistics_ret_view"><strong>Returning Student Statistics</strong></a> 23 23 24 24 <a href="list_students"><strong>Cleared Student Export</strong></a> 25 25 26 26 <a href="add_student"><strong>Add Student Record</strong></a> 27 27
Note: See TracChangeset for help on using the changeset viewer.