Last change
on this file since 2145 was
2114,
checked in by joachim, 17 years ago
|
add passport widget
|
-
Property svn:keywords set to
Id
|
File size:
392 bytes
|
Line | |
---|
1 | ## Script (Python) "viewimage" |
---|
2 | ##bind container=container |
---|
3 | ##bind context=context |
---|
4 | ##bind namespace= |
---|
5 | ##bind script=script |
---|
6 | ##bind subpath=traverse_subpath |
---|
7 | ##parameters=path |
---|
8 | ##title= |
---|
9 | ## |
---|
10 | # $Id: viewimage.py 2114 2007-08-18 07:36:29Z joachim $ |
---|
11 | """ |
---|
12 | """ |
---|
13 | try: |
---|
14 | from Products.zdb import set_trace |
---|
15 | except: |
---|
16 | def set_trace(): |
---|
17 | pass |
---|
18 | return context.waeup_tool.showFsPicture(path) |
---|
19 | #import logging |
---|
20 | #logger = logging.getLogger('Skins.viewimage') |
---|
Note: See
TracBrowser for help on using the repository browser.