Last change
on this file since 16680 was
486,
checked in by joachim, 18 years ago
|
svn -R propset svn:keywords "Id" .
added layout_application_/edit/create/view
and cleaned that up.
|
-
Property svn:keywords set to
Id
|
File size:
592 bytes
|
Rev | Line | |
---|
[454] | 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 | ## |
---|
[486] | 10 | # $Id: display_content.py 486 2006-09-06 10:09:39Z joachim $ |
---|
[454] | 11 | """ |
---|
[472] | 12 | content should be displayed if |
---|
[454] | 13 | """ |
---|
| 14 | return context.portal_type in ('Certificate', |
---|
| 15 | 'Department', |
---|
[472] | 16 | 'StudentApplication', |
---|
[454] | 17 | 'StudentClearance', |
---|
| 18 | 'StudentPersonal', |
---|
| 19 | 'StudentStudyCourse', |
---|
| 20 | 'StudentStudyLevel') |
---|
Note: See
TracBrowser for help on using the repository browser.