## Script (Python) "viewimage" ##bind container=container ##bind context=context ##bind namespace= ##bind script=script ##bind subpath=traverse_subpath ##parameters=path=None ##title= ## # $Id: viewimage.py 2675 2007-11-16 09:45:30Z joachim $ """ """ try: from Products.zdb import set_trace except: def set_trace(): pass if path is None and traverse_subpath: traverse_subpath.insert(0,traverse_subpath[0][0]) path = "/".join(traverse_subpath) #set_trace() return context.waeup_tool.showFsPicture(path) #import logging #logger = logging.getLogger('Skins.viewimage')