Last change
on this file since 17935 was
3727,
checked in by Henrik Bettermann, 16 years ago
|
- more customizations for OIS
- fetch all student object titles from getStudentObjectTitles.py
|
File size:
700 bytes
|
Rev | Line | |
---|
[3727] | 1 | ## Script (Python) "getStudentObjectTitles" |
---|
| 2 | ##bind container=container |
---|
| 3 | ##bind context=context |
---|
| 4 | ##bind namespace= |
---|
| 5 | ##bind script=script |
---|
| 6 | ##bind subpath=traverse_subpath |
---|
| 7 | ##parameters= |
---|
| 8 | ##title= |
---|
| 9 | ## |
---|
| 10 | # $Id:getDocumentInfo.py 486 2006-09-06 10:09:39Z joachim $ |
---|
| 11 | """ |
---|
| 12 | return titles of student-objects as dictionary |
---|
| 13 | """ |
---|
| 14 | |
---|
| 15 | return {'StudentApplication': 'Admission Data', |
---|
| 16 | 'StudentAccommodation': 'Accommodation Data' , |
---|
| 17 | 'StudentClearance': 'Account/Clearance Data', |
---|
| 18 | 'StudentPersonal': 'Parents Data', |
---|
| 19 | 'StudentStudyCourse': 'Subjects/Courses', |
---|
| 20 | 'PaymentsFolder': 'Payments', |
---|
| 21 | 'StudentPastoralReport': 'Pastoral Report', |
---|
| 22 | } |
---|
Note: See
TracBrowser for help on using the repository browser.