Changeset 635 for WAeUP_SRP/trunk/skins/waeup_student
- Timestamp:
- 10 Oct 2006, 08:23:10 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_student
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/getStudentInfo.py
r603 r635 39 39 info['per'] = student.personal 40 40 info['per_doc'] = student.personal.getContent() 41 info['sex'] = 'male' 42 if info['per_doc'].sex: 43 info['sex'] = 'female' 41 44 return info -
WAeUP_SRP/trunk/skins/waeup_student/layout_application_edit.pt
r537 r635 6 6 ds options/datastructure; 7 7 dm ds/getDataModel; 8 formaction formaction|string:student_edit;8 formaction options/formaction|string:student_edit; 9 9 creation creation|nothing; 10 10 metadata metadata|nothing;
Note: See TracChangeset for help on using the changeset viewer.