Last change
on this file since 3560 was
3479,
checked in by Henrik Bettermann, 17 years ago
|
fix title for Accommodation Data object
|
-
Property svn:keywords set to
Id
|
File size:
647 bytes
|
Rev | Line | |
---|
[3473] | 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': 'Application Data', |
---|
[3479] | 16 | 'StudentAccommodation': 'Accommodation Data' , |
---|
[3473] | 17 | 'StudentClearance': 'Clearance/Eligibility Record', |
---|
| 18 | 'StudentPersonal': 'Personal Data', |
---|
| 19 | 'StudentStudyCourse': 'Study Course', |
---|
| 20 | 'PaymentsFolder': 'Payments', |
---|
| 21 | } |
---|
Note: See
TracBrowser for help on using the repository browser.