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

Last change on this file since 3474 was 3473, checked in by joachim, 17 years ago

remove Title from all StudentObjects?,
adjust templates to use getStudentObjectitles,
remove waeup_academics.getDocumentInfo (was duplicate),
do not use portal_catalog for listing faculties and departments.

  • Property svn:keywords set to Id
File size: 662 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 for Session %s' ,
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.