source: WAeUP_SRP/trunk/skins/waeup_utilities/viewimage.py @ 2114

Last change on this file since 2114 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"""
13try:
14    from Products.zdb import set_trace
15except:
16    def set_trace():
17        pass
18return context.waeup_tool.showFsPicture(path)
19#import logging
20#logger = logging.getLogger('Skins.viewimage')
Note: See TracBrowser for help on using the repository browser.