source: WAeUP_SRP/base/skins/waeup_student/getStudentObjectTitles.py @ 3702

Last change on this file since 3702 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
RevLine 
[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"""
12return titles of student-objects as dictionary
13"""
14
15return  {'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',
[3682]21              'StudentPastoralReport': 'Pastoral Report',
[3473]22              }
Note: See TracBrowser for help on using the repository browser.