source: WAeUP_SRP/trunk/skins/waeup_student/getStudentObjectTitles.py @ 11223

Last change on this file since 11223 was 3682, checked in by Henrik Bettermann, 16 years ago
  • Implement Student Pastoral Report for secondary schools
  • Property svn:keywords set to Id
File size: 705 bytes
Line 
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"""
12return titles of student-objects as dictionary
13"""
14
15return  {'StudentApplication': 'Application Data',
16              'StudentAccommodation': 'Accommodation Data' ,
17              'StudentClearance': 'Clearance/Eligibility Record',
18              'StudentPersonal': 'Personal Data',
19              'StudentStudyCourse': 'Study Course',
20              'PaymentsFolder': 'Payments',
21              'StudentPastoralReport': 'Pastoral Report',
22              }
Note: See TracBrowser for help on using the repository browser.