source: WAeUP_SRP/trunk/skins/waeup_default/display_content.py @ 478

Last change on this file since 478 was 472, checked in by Henrik Bettermann, 18 years ago

admission renamed, now application

File size: 649 bytes
Line 
1## Script (Python) ""
2##bind container=container
3##bind context=context
4##bind namespace=
5##bind script=script
6##bind subpath=traverse_subpath
7##parameters=ids=[], REQUEST=None
8##title=
9##
10# $Id: folder_delete.py 30246 2005-12-02 20:10:18Z fguillaume $
11"""
12content  should be displayed if
13"""
14return context.portal_type in ('Certificate',
15                                'Department',
16                                'StudentApplication',
17                                'StudentClearance',
18                                'StudentPersonal',
19                                'StudentStudyCourse',
20                                'StudentStudyLevel')
Note: See TracBrowser for help on using the repository browser.