Changeset 1316 for WAeUP_SRP/trunk/skins/waeup_student
- Timestamp:
- 17 Jan 2007, 18:05:49 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_student
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/getMemberInfo.py
r1281 r1316 67 67 Email Address in Personal Data: %s 68 68 Date of Birth: %s 69 Password: %s69 Password: '%s' 70 70 71 71 """ … … 82 82 ) 83 83 else: 84 84 85 85 info['student'] = student 86 86 info['id'] = student_id … … 104 104 info['password'] 105 105 ) 106 107 108 109 106 107 108 109 110 110 111 111 return info -
WAeUP_SRP/trunk/skins/waeup_student/layout_student_acco_view_slip.pt
r1210 r1316 5 5 dm options/datastructure/getDataModel; 6 6 widgets python:context.getRenderedWidgets(layout); 7 fields python:('session', 8 'bed', 7 fields python:('bed', 9 8 'acco_res_sc_pin', 10 9 'acco_res_date',
Note: See TracChangeset for help on using the changeset viewer.